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 synchronizes with the system time, providing unique, monotonic timestamps across the system.