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.
pub fn duration_since_unix_epoch() -> Duration
Returns the duration since the UNIX epoch based on SystemTime::now()
.
Panics if the system time is set before the UNIX epoch.