Message207165
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? |
|
Date |
User |
Action |
Args |
2014-01-02 14:01:59 | vstinner | set | recipients:
+ vstinner, tim.peters, loewis, jkloth, zach.ware |
2014-01-02 14:01:59 | vstinner | set | messageid: <1388671319.54.0.829393021933.issue20101@psf.upfronthosting.co.za> |
2014-01-02 14:01:59 | vstinner | link | issue20101 messages |
2014-01-02 14:01:59 | vstinner | create | |
|