//! Clock abstraction to obtain local wall-clock time in minutes since midnight.
//!
//! - `Clock` trait enables injection for tests.
//! - `SystemClock` uses the OS local time zone (chrono::Local).
use ;
;
/// Convenience function for callers that don't need dependency injection.