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 andrewclegg
Recipients Arfrever, andrewclegg, belopolsky, goshawk, lemburg, r.david.murray, vstinner
Date 2013-01-17.12:15:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358424930.99.0.455337936962.issue15443@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to add a real-world use case I have for nanosecond-precision support. I deal with data loggers that are controlled by GPS clocks, and I am writing some processing software in Python that requires the input of high-precision timestamps for calculating clock drifts and offsets. The addition of nanosecond-precision support in datetime would allow me to use this rather than a homebrew solution.
History
Date User Action Args
2013-01-17 12:15:31andrewcleggsetrecipients: + andrewclegg, lemburg, belopolsky, vstinner, Arfrever, r.david.murray, goshawk
2013-01-17 12:15:30andrewcleggsetmessageid: <1358424930.99.0.455337936962.issue15443@psf.upfronthosting.co.za>
2013-01-17 12:15:30andrewclegglinkissue15443 messages
2013-01-17 12:15:30andrewcleggcreate