Function get_timestamp_ms_safe

Source
pub fn get_timestamp_ms_safe() -> Option<u64>
Expand description

Get current timestamp in milliseconds (safe version)

Returns None if system clock is broken, instead of panicking. Use this when you can gracefully handle clock failures.