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 tim.peters
Recipients christian.heimes, python-dev, tim.peters, vstinner, zach.ware
Date 2013-12-24.03:26:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387855599.09.0.277801271444.issue19999@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, this person seems to have made a career ;-) of making sense of the Windows time functions:

http://stackoverflow.com/questions/7685762/windows-7-timing-functions-how-to-use-getsystemtimeadjustment-correctly

and their site:

http://www.windowstimestamp.com/description

Bottom line is that it's messy as everything else on Windows :-(  They claim, among other things:

- "GetSystemTimeAdjustment is not the function to look at."

- The undocumented NtQueryTimerResolution() is the function to look at.

- "Time Adjustment: 0.0156001 clearly identifies windows VISTA or higher with HPET and/or constant/invariant TSC on your system."

Screw it - I'm gonna go shovel more snow ;-)
History
Date User Action Args
2013-12-24 03:26:39tim.peterssetrecipients: + tim.peters, vstinner, christian.heimes, python-dev, zach.ware
2013-12-24 03:26:39tim.peterssetmessageid: <1387855599.09.0.277801271444.issue19999@psf.upfronthosting.co.za>
2013-12-24 03:26:39tim.peterslinkissue19999 messages
2013-12-24 03:26:38tim.peterscreate