UNIX time about to reach 1234567890
February 9th, 2009 at 02:37pm dark
In a few days, the UNIX time will reach quota 1234567890.
You can try and see the exact second in which this event will happen on your machine by running in a shell:
perl -e 'print scalar localtime(1234567890),"\n";'
For all of those (like me) who live in GMT+1 (CET) the output should be:
$ perl -e ‘print scalar localtime(1234567890),”\n”;’
Sat Feb 14 00:31:30 2009
I assure you that I will be eagerly waiting for that moment.
(whatever the reason)
Thanks Slashdot for reminding me.
Entry Filed under: English,IT,Operating Systems


Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">
Trackback this post | Subscribe to the comments via RSS Feed