by the way, nice job on the timestamp
Code:
$ python
Python 2.6.6 (r266:84292, Oct 9 2010, 11:40:09)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime
>>> datetime.datetime.fromtimestamp(1302445778)
datetime.datetime(2011, 4, 10, 10, 29, 38)