Message 207165 - Python tracker

Message207165

Author vstinner
Recipients jkloth, loewis, tim.peters, vstinner, zach.ware
Date 2014-01-02.14:01:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388671319.54.0.829393021933.issue20101@psf.upfronthosting.co.za>
In-reply-to
Content
time.get_clock_info("time") and time.get_clock_info("monotonic") is currently using GetSystemTimeAdjustment(). In msg206886 it was said that "GetSystemTimeAdjustment is not the function to look at."

Should we modify this function to use NtQueryTimerResolution() instead?

TimeAdjustmentDisabled argument of GetSystemTimeAdjustment() is current ignored. Is it a bug?
History
Date User Action Args
2014-01-02 14:01:59vstinnersetrecipients: + vstinner, tim.peters, loewis, jkloth, zach.ware
2014-01-02 14:01:59vstinnersetmessageid: <1388671319.54.0.829393021933.issue20101@psf.upfronthosting.co.za>
2014-01-02 14:01:59vstinnerlinkissue20101 messages
2014-01-02 14:01:59vstinnercreate