linux_api::time::CLOCK_MONOTONIC [] [src]

pub const CLOCK_MONOTONIC: clockid_t = 1

A clock that measures monotonic time since an unspecified starting point

Unless you manage to break your system, this unspecified point is usually when your computer powers on.

This is not affected by user changes, but is by adjtime and NTP.