Here’s a geeky thing on this Friday, the 13th. This computer’s internal clock (based on Unix epoch time) just hit 1234567890. It does the same thing on my desktop running OS-X.
RP:~ phil$ perl -e 'print scalar localtime(1234567890),"\n";' Fri Feb 13 15:31:30 2009
Unix time is defined as the number of seconds that have elapsed […]