31 07 2010 Python Tweet
datetimeじゃなくてtimeモジュールを使う
>>> from time import time >>> time() 1280575552.882154 >>> int(time()) 1280575598