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.
pub fn utc_now_ms() -> Result<u64, SystemTimeError>Returns the current UNIX time in milliseconds.
Returns SystemTimeError if the system clock
is before the UNIX epoch.