Function duration_since_unix_epoch

Source
pub fn duration_since_unix_epoch() -> Duration
Expand description

Returns the duration since the UNIX epoch based on SystemTime::now().

Panics if the system time is set before the UNIX epoch.