perl -le 'use POSIX; print ctime(1111111111)' Fri Mar 18 02:58:31 2005
This entry was posted by mika on Friday, March 18th, 2005 at 02:58 and is filed under Computer. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
date -u --date="Fri Mar 18 01:58:31 UTC 2005" +%s *scnr*
date -u --date="Fri Mar 18 01:58:31 UTC 2005" +%s
% gawk “BEGIN{Format = “%c”;print strftime( Format, 1111111111 )}”
*cnre* :-)
March 19th, 2005 at 03:46
date -u --date="Fri Mar 18 01:58:31 UTC 2005" +%s
*scnr*
March 19th, 2005 at 18:53
% gawk “BEGIN{Format = “%c”;print strftime( Format, 1111111111 )}”
*cnre* :-)