pub fn duration_since_unix_epoch() -> DurationExpand description
Returns the duration since the UNIX epoch based on SystemTime::now().
ยงPanics
Panics if the system time is set before the UNIX epoch.
pub fn duration_since_unix_epoch() -> DurationReturns the duration since the UNIX epoch based on SystemTime::now().
Panics if the system time is set before the UNIX epoch.