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 belopolsky
Recipients Arfrever, belopolsky, ethan.furman, lemburg, mdcb808@gmail.com, vstinner
Date 2014-12-18.23:57:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418947029.03.0.486669276795.issue23084@psf.upfronthosting.co.za>
In-reply-to
Content
> If I am reading data from an external device that has nanosecond
> resolution, how would I create such a time stamp in Python right now?

seconds * 10**9 + nanoseconds  (translated to C API if necessary)
History
Date User Action Args
2014-12-18 23:57:09belopolskysetrecipients: + belopolsky, lemburg, vstinner, Arfrever, ethan.furman, mdcb808@gmail.com
2014-12-18 23:57:09belopolskysetmessageid: <1418947029.03.0.486669276795.issue23084@psf.upfronthosting.co.za>
2014-12-18 23:57:09belopolskylinkissue23084 messages
2014-12-18 23:57:08belopolskycreate