Skip to content

Instantly share code, notes, and snippets.

@richcollins
Created July 24, 2009 21:52
Show Gist options
  • Save richcollins/154573 to your computer and use it in GitHub Desktop.
Save richcollins/154573 to your computer and use it in GitHub Desktop.
>> t = Time.zone.now; a = Account.create(:last_result_at => t); a.reload.last_result_at == t
=> false
>> t
=> Fri, 24 Jul 2009 21:52:16 UTC +00:00
>> a.last_result_at
=> Fri, 24 Jul 2009 21:52:16 UTC +00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment