Brian Epstein on Tue, 28 Aug 2001 23:00:17 +0200 |
> According to, "date -d '1970-01-01 1000000000 sec'", the milestone will be > reached Sun Sep 9 02:46:40 EDT 2001. A quick search on the web showed that some > other LUGs will be having a party that night so I was wondering if anyone in > Philly was interested in a party as well. Hrm, I've been couting down (or up) to the 1,000,000,000 second marker for a couple of weeks now. I'm using perl and I get a different date then you. Am I doing something wrong here? ctd:~$ perl -e '$a=localtime(1000000000); print "$a\n";' Sat Sep 8 21:46:40 2001 ctd:~$ perl -e '$a=gmtime(1000000000); print "$a\n";' Sun Sep 9 01:46:40 2001 According to my perl, it is going to happen Sept 9th at 1:46 GMT, which would be 9:46:40pm Eastern. what's the right time? ep -- Brian Epstein (ep) <ep@apiary.dhs.org> Key fingerprint = F9C8 A715 933E 6A64 C220 482B 02CF B6C8 DB7F 41B4 ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|