UNIX time about to reach 1234567890
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.
Add comment February 9th, 2009

