Message236632
I've got it:
>>> import sys
>>> sys.modules['_datetime'] = None
>>> from datetime import *
>>> td = timedelta(seconds=1)
>>> print(td / (1/0.6112295))
0:00:00.611230 |
|
Date |
User |
Action |
Args |
2015-02-25 23:56:48 | belopolsky | set | recipients:
+ belopolsky, mark.dickinson, benjamin.peterson, serhiy.storchaka, bdkearns |
2015-02-25 23:56:48 | belopolsky | set | messageid: <1424908608.54.0.453155555188.issue23521@psf.upfronthosting.co.za> |
2015-02-25 23:56:48 | belopolsky | link | issue23521 messages |
2015-02-25 23:56:48 | belopolsky | create | |
|