[dundee] Febuary 13th
azmodie
azmodie at gmail.com
Fri Feb 13 14:34:06 UTC 2009
today being the friday the 13th is in not a bit spooky that unix time
tonight at 23:31:30 will result in the following unix time 1234567890
1234567890 translates to Friday, February 13th 2009, 23:31:30 (GMT)
Events around the world
http://www.1234567890day.com/
do you think we should do something ?
to check for yourself
try this little dateconv bash script
nano dateconv
#/bin/sh
# epoch number to date
LOCALE="`date +%Z`"
date -d "1970-01-01 ${LOCALE} ${1} seconds" +"%Y-%m-%d %T "
chmod +x dateconv
sh dateconv 1234567890
azmodie
More information about the dundee
mailing list