[New-bugs-announce] [issue38394] time.get_clock_info reports "adjustable=False" for implementation="CLOCK_MONOTONIC"

Florian Krause report at bugs.python.org
Mon Oct 7 10:01:54 EDT 2019


New submission from Florian Krause <siebenhundertzehn at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38394>
_______________________________________


More information about the New-bugs-announce mailing list