pub fn get_atomic_clock_static() -> &'static AtomicTime
Expand description
Returns a static reference to the global atomic clock in static mode.
This clock allows manual time control via AtomicTime::set_time
or AtomicTime::increment_time
,
and does not automatically sync with system time.