So, has anyone else noticed that it has been 13375 days since 1 Jan 1970?
(Hint: under linux+bash run this command:
echo $(( $(date +%s)/86400 ))
The 'date +%s' command prints out the time in seconds since the Unix Epoch (00:00:00 1 Jan 1970), and 86400 is the number of seconds in a day.)
Jeff
PS. Why yes, I am a big dork.
