//! Time utility functions for the executor.
use ;
/// Returns the current time in microseconds since the Unix epoch.
///
/// This is commonly used for timestamp columns and time-based operations.
/// Falls back to 0 if the system clock is before the Unix epoch (should never happen).