pub fn get_offset_us() -> Result<i64>Expand description
Get the UTC offset computed by the last successful sync.
The offset can be added to ove_time_get_us() to approximate
wall-clock time (microseconds since Unix epoch).
ยงErrors
Returns Error::NotSupported if no sync has been performed.