We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
time.get_clock_info
1 parent 025b403 commit e6102f0Copy full SHA for e6102f0
Doc/library/time.rst
@@ -244,8 +244,8 @@ Functions
244
245
The result has the following attributes:
246
247
- - *adjustable*: ``True`` if the clock can be changed automatically (e.g. by
248
- a NTP daemon) or manually by the system administrator, ``False`` otherwise
+ - *adjustable*: ``True`` if the clock can be set to jump forward or backward
+ in time, ``False`` otherwise. Does not refer to gradual NTP rate adjustments.
249
- *implementation*: The name of the underlying C function used to get
250
the clock value. Refer to :ref:`time-clock-id-constants` for possible values.
251
- *monotonic*: ``True`` if the clock cannot go backward,
0 commit comments