[issue20101] Determine correct behavior for time functions on Windows

Tim Peters report at bugs.python.org
Thu Jan 2 21:30:09 CET 2014


Tim Peters added the comment:

1. I'm sync'ing with north-america.pool.ntp.org.  But the docs on my box say "Your clock is typically updated once a week", and I believe it.

2. I just ran Zach's program again, with the same Python, and _this_ time 'time' passed 25 times (as did 'monotonic').  'time' failed 25 times in the output I pasted here before.  'clock' failed 25 times again.  Here are the passing values for this run of 'time':

[(0.5001208782196045, 4), (0.5001211166381836, 6),
 (0.5001218318939209, 5), (0.5001220703125, 10)]

----------

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


More information about the Python-bugs-list mailing list