Skip to content

Instantly share code, notes, and snippets.

Created January 9, 2009 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/45119 to your computer and use it in GitHub Desktop.
Save anonymous/45119 to your computer and use it in GitHub Desktop.
>> 1231511689
=> 1231511689
>> t = Time.at(1231511689)
=> Fri Jan 09 06:34:49 -0800 2009
>> t.zone
=> "PST"
>> t.getgm
=> Fri Jan 09 14:34:49 UTC 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment