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 2695844 commit af9b897Copy full SHA for af9b897
Doc/library/time.rst
@@ -238,8 +238,8 @@ Functions
238
239
The result has the following attributes:
240
241
- - *adjustable*: ``True`` if the clock can be changed automatically (e.g. by
242
- 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.
243
- *implementation*: The name of the underlying C function used to get
244
the clock value. Refer to :ref:`time-clock-id-constants` for possible values.
245
- *monotonic*: ``True`` if the clock cannot go backward,
0 commit comments