use ;
/// Wall-clock abstraction the scheduler reads through, so tests can
/// advance time without sleeping. Per CLAUDE.md §8 ("inject a clock"
/// rather than `SystemTime::now` deep in business logic).
/// Production impl. `Utc::now()` ignores `tokio::time::pause()` —
/// this is fine outside tests because real time always moves.
;