Message166326
As long as computers evolve time management becomes more precise and more granular.
Unfortunately the standard datetime module is not able to deal with nanoseconds even if OSes are able to. For example if i do:
print "%.9f" % time.time()
1343158163.471209049
I've actual timestamp from the epoch with nanosecond granularity.
Thus support for nanoseconds in datetime would really be appreciated |
|
Date |
User |
Action |
Args |
2012-07-24 19:36:50 | goshawk | set | recipients:
+ goshawk |
2012-07-24 19:36:50 | goshawk | set | messageid: <1343158610.62.0.806232279741.issue15443@psf.upfronthosting.co.za> |
2012-07-24 19:36:50 | goshawk | link | issue15443 messages |
2012-07-24 19:36:49 | goshawk | create | |
|