Skip to content

Instantly share code, notes, and snippets.

@pantulis
Created August 11, 2009 08:09
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 pantulis/165693 to your computer and use it in GitHub Desktop.
Save pantulis/165693 to your computer and use it in GitHub Desktop.
juan@Manzanito ~/Documents
$ irb
>> require 'time'
=> true
>> Time.now
=> Tue Aug 11 10:08:07 +0200 2009
>> Time.parse("17:00 PST")
=> Wed Aug 12 03:00:00 +0200 2009
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment