That'll be today.
I first noticed that about 6 months ago, when I was thinking (just for fun) on logic bombs and came up with this one:
unlink${0}if$^T>1x10;
Nothing really fancy there :-)
Move along now :-)
The folks over at
$ perl -le 'for (qw{BILL Bill}){print "$_ ", scalar gmtime unpack("N*",pack("a*",$_)) }' ;
BILL Tue Mar 29 12:38:36 2005
Bill Fri Apr 22 21:28:12 2005
And many other words starting with B.
$ perl -nle 'next unless
(All times are GMT=UTS. Replace gmtime with localtime to get your TZ.)
print $_,"-",scalar gmtime unpack("N*",pack("a*",$_));'
Babe-Sat Apr 16 19:07:17 2005
...
Beer-Tue Apr 19 20:09:22 2005
...
Byte-Thu May 5 01:18:29 2005
Note that April 16th is Astronomy Day 2005!
Looks like there are about two stretches of mostly pronouncable time_t's per year for a while.