//! Standard time functions using real system time.
//!
//! This module provides functions that directly call the standard library's time APIs,
//! returning actual system time without any simulation or mocking.
use ;
/// Returns the current system time.
/// Returns the current monotonic instant.
/// Returns the current local date and time.
/// Returns the current UTC date and time.