Function get_atomic_clock_realtime

Source
pub fn get_atomic_clock_realtime() -> &'static AtomicTime
Expand description

Returns a static reference to the global atomic clock in real-time mode.

This clock uses AtomicTime::time_since_epoch under the hood, ensuring strictly increasing timestamps across threads.