peter@Slick:~$ python Python 2.3.3 (#1, Apr 24 2005, 19:12:12) [GCC 3.3 20030304 (Apple Computer, Inc. build 1640)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import datetime >>> print datetime.date(year=1978, month=7, day=6) + datetime.timedelta(days=10000) 2005-11-21 >>> |
Which means that in 3 days, I'll be 10,000 days old.
Whoah.