This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients Arfrever, belopolsky, goshawk, lemburg, vstinner
Date 2012-07-24.20:28:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <500F0575.6070704@egenix.com>
In-reply-to <1343158610.62.0.806232279741.issue15443@psf.upfronthosting.co.za>
Content
Vincenzo Ampolo wrote:
> 
> 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

I would be interested in an actual use case for this.
History
Date User Action Args
2012-07-24 20:28:35lemburgsetrecipients: + lemburg, belopolsky, vstinner, Arfrever, goshawk
2012-07-24 20:28:35lemburglinkissue15443 messages
2012-07-24 20:28:34lemburgcreate