[issue15443] datetime module has no support for nanoseconds

Andrew Clegg report at bugs.python.org
Thu Jan 17 13:15:31 CET 2013


Andrew Clegg added the comment:

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.

----------
nosy: +andrewclegg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15443>
_______________________________________


More information about the Python-bugs-list mailing list