Created
August 11, 2009 08:09
-
-
Save pantulis/165693 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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