ClockType#

class ClockType#

The different kind of clocks.

Fields#

class ClockType
MONOTONIC#

Monotonic time since some unspecified starting point

OTHER#

Some other time source is used (Since: 1.0.5)

REALTIME#

Time since Epoch

TAI#

Time since Epoch, but using International Atomic Time as reference (Since: 1.18)