New submission from Florian Krause <siebenhundertz...@gmail.com>:

clock_gettime(CLOCK_MONOTONIC) is adjustable via NTP, as described here: 
https://linux.die.net/man/2/clock_gettime

(and also mentioned in PEP 418).

Yet, time.get_clock_info reports it as "adjustable=False" (this even seems to 
be hardcoded for all clocks on Linux).

----------
components: Library (Lib)
messages: 354097
nosy: Florian Krause
priority: normal
severity: normal
status: open
title: time.get_clock_info reports "adjustable=False" for 
implementation="CLOCK_MONOTONIC"
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38394>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to