//! Clock and time utilities in the runtime boundary.
//!
//! This module provides time-related capabilities that domain code
//! can use through trait abstraction.
use ;
/// Trait for time operations, allowing testability.
/// Real clock implementation using system time.
;