Returns the created time of the post.
Returns:
the created time of the post.
9 10 11
# File 'lib/funky/post.rb', line 9 def created_time DateTime.parse data[:created_time] end