Skip to content

Instantly share code, notes, and snippets.

@tosik
Created May 14, 2014 06:37
Show Gist options
  • Save tosik/10b3cb2335fabb781434 to your computer and use it in GitHub Desktop.
Save tosik/10b3cb2335fabb781434 to your computer and use it in GitHub Desktop.
foo = Time.now.to_s #=> "2014-05-14 15:35:01 +0900"
bar = Time.now.to_s #=> "2014-05-14 15:35:32 +0900"
foo == bar #=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment