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 r.david.murray
Recipients belopolsky, eric.araujo, giampaolo.rodola, r.david.murray, rosslagerwall, terry.reedy, vstinner
Date 2012-02-03.13:46:43
SpamBayes Score 7.416055e-05
Marked as misclassified No
Message-id <1328276804.66.0.310405783323.issue13846@psf.upfronthosting.co.za>
In-reply-to
Content
If you are trying to time something (an interval), having the time go backward can really screw up your data.  And that *will* happen on a system that is running NTP (or even just resets its time).  monotonic clocks were introduced at the OS level for a reason, and it seems reasonable for Python to expose them (when the are available) like it does other system resources.
History
Date User Action Args
2012-02-03 13:46:44r.david.murraysetrecipients: + r.david.murray, terry.reedy, belopolsky, vstinner, giampaolo.rodola, eric.araujo, rosslagerwall
2012-02-03 13:46:44r.david.murraysetmessageid: <1328276804.66.0.310405783323.issue13846@psf.upfronthosting.co.za>
2012-02-03 13:46:44r.david.murraylinkissue13846 messages
2012-02-03 13:46:43r.david.murraycreate