Hi folks, It's almost upon us: $ date -d "20090213 23:31:30" +"%s" 1234567890 Enjoy! it won't last. Ted. -------------------------------------------------------------------- E-Mail: (Ted Harding) <Ted.Harding@manchester.ac.uk> Fax-to-email: +44 (0)870 094 0861 Date: 13-Feb-09 Time: 18:56:07 ------------------------------ XFMail ------------------------------
On Fri, 13 Feb 2009 18:56:14 -0000 (GMT) (Ted Harding) <Ted.Harding@manchester.ac.uk> allegedly wrote:
Hi folks, It's almost upon us:
$ date -d "20090213 23:31:30" +"%s" 1234567890
party like it's 1234567890 http://www.1234567890day.com/ Mick --------------------------------------------------------------------- The text file for RFC 854 contains exactly 854 lines. Do you think there is any cosmic significance in this? Douglas E Comer - Internetworking with TCP/IP Volume 1 http://www.ietf.org/rfc/rfc854.txt ---------------------------------------------------------------------
On Fri, 13 Feb 2009, mbm wrote:
On Fri, 13 Feb 2009 18:56:14 -0000 (GMT) (Ted Harding) <Ted.Harding@manchester.ac.uk> allegedly wrote:
Hi folks, It's almost upon us:
$ date -d "20090213 23:31:30" +"%s" 1234567890
party like it's 1234567890
from facebook: while true ; do LAG=$((1234567890 - `date +%s`)) ; echo -ne "$(($LAG / 86400)) days, $((($LAG % 86400)/ 3600)) hours, $((($LAG % 3600)/ 60)) minutes, $(($LAG % 60)) seconds\r"; sleep 1 ; done :) Srdjan
participants (3)
-
mbm -
Srdjan Todorovic -
Ted.Harding@manchester.ac.uk