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.

作者 vstinner
收信人 belopolsky, eric.araujo, kristjan.jonsson, michael.foord, pitrou, vstinner
日期 2010-11-02.04:38:00
SpamBayes Score 7.198292e-06
Marked as misclassified
Message-id <1288672682.28.0.289967377517.issue10278@psf.upfronthosting.co.za>
In-reply-to
内容
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).
历史
日期 用户 动作 参数
2010-11-02 04:38:03vstinner修改recipients: + vstinner, belopolsky, pitrou, kristjan.jonsson, eric.araujo, michael.foord
2010-11-02 04:38:02vstinner修改messageid: <1288672682.28.0.289967377517.issue10278@psf.upfronthosting.co.za>
2010-11-02 04:38:01vstinner链接issue10278 messages
2010-11-02 04:38:00vstinner创建