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 vstinner
Recipients belopolsky, eric.araujo, kristjan.jonsson, michael.foord, pitrou, vstinner
Date 2010-11-02.04:38:00
SpamBayes Score 7.198292e-06
Marked as misclassified No
Message-id <1288672682.28.0.289967377517.issue10278@psf.upfronthosting.co.za>
In-reply-to
Content
I would also be nice to have a "monotonic" clock in Python. See monotonic.py for an example. But I don't know if it solves the same problem than time.wallclock() or not. I need a monotonic clock for a server on which NTP is sometimes called to resynchronize the system clock (and the NTP server may be change by the user).
History
Date User Action Args
2010-11-02 04:38:03vstinnersetrecipients: + vstinner, belopolsky, pitrou, kristjan.jonsson, eric.araujo, michael.foord
2010-11-02 04:38:02vstinnersetmessageid: <1288672682.28.0.289967377517.issue10278@psf.upfronthosting.co.za>
2010-11-02 04:38:01vstinnerlinkissue10278 messages
2010-11-02 04:38:00vstinnercreate