The linux date is nearing the magical 1234567890 🙂 (link)
date +%s
1234133906
And for my current (livecd) locale, this will be
perl -e ‘print scalar localtime(1234567890),”n”;’
Fri Feb 13 23:31:30 2009
hihi
Views on life
The linux date is nearing the magical 1234567890 🙂 (link)
date +%s
1234133906
And for my current (livecd) locale, this will be
perl -e ‘print scalar localtime(1234567890),”n”;’
Fri Feb 13 23:31:30 2009
hihi
Person-at-large. View more posts
& at my own locale..
gert@Benedict:~$ perl -e ‘print scalar localtime(1234567890),”\n”;’
Sat Feb 14 00:31:30 2009
LikeLike