Skip to main content

utc_now_ms

Function utc_now_ms 

Source
pub fn utc_now_ms() -> Result<u64, SystemTimeError>
Expand description

Returns the current UNIX time in milliseconds.

ยงErrors

Returns SystemTimeError if the system clock is before the UNIX epoch.