Today the Unix time stamp hits 1234567890. Today, all Unix/Linux geeks around the world are writing scripts like this one:

import time

`while time.time() < 1234567890.0:

time.sleep(0.25)`

print "The time is",time.time(),"!"

Seriously. Gotta do it.