pub fn nanos_since_unix_epoch() -> u64
Expand description
Returns the current UNIX time in nanoseconds, based on SystemTime::now()
.
§Panics
Panics if the duration in nanoseconds exceeds u64::MAX
.
pub fn nanos_since_unix_epoch() -> u64
Returns the current UNIX time in nanoseconds, based on SystemTime::now()
.
Panics if the duration in nanoseconds exceeds u64::MAX
.