Created
August 11, 2009 05:13
-
-
Save BanzaiMan/165643 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
surfboard:~ asari$ ruby -ve 'puts Time.now.strftime("%a %b %c %d %e %f %g %h %i %j %k %l %m %n %o %p %q %r %s %t %u %v %w %x %y %z\n%A %B %C %D %E %F %G %H %I %J %K %L %M %N %O %P %Q %R %S %T %U %V %W %X %Y %Z")' | |
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0] | |
Tue Aug Tue Aug 11 00:12:36 2009 11 11 f 09 Aug i 223 0 12 08 | |
o AM q 12:12:36 AM 1249967556 2 11-Aug-2009 2 08/11/09 09 -0500 | |
Tuesday August 20 08/11/09 2009-08-11 2009 00 12 J K L 12 N P Q 00:12 36 00:12:36 32 33 32 00:12:36 2009 CDT | |
surfboard:~ asari$ ruby19 -ve 'puts Time.now.strftime("%a %b %c %d %e %f %g %h %i %j %k %l %m %n %o %p %q %r %s %t %u %v %w %x %y %z\n%A %B %C %D %E %F %G %H %I %J %K %L %M %N %O %P %Q %R %S %T %U %V %W %X %Y %Z")' | |
ruby 1.9.2dev (2009-07-31 trunk 24332) [i386-darwin9.7.0] | |
Tue Aug Tue Aug 11 00:12:38 2009 11 11 %f 09 Aug %i 223 0 12 08 | |
%o AM %q 12:12:38 AM 1249967558 2 11-AUG-2009 2 08/11/09 09 -0500 | |
Tuesday August 20 08/11/09 %E 2009-08-11 2009 00 12 %J %K 149 12 149564000 %O am %Q 00:12 38 00:12:38 32 33 32 00:12:38 2009 CDT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment