//! hyperlane-time
//!//! A library for fetching the current time based on the system's locale settings.
modr#enum;modr#fn;modr#impl;#[cfg(test)]modtest;pubuse r#fn::*;use r#enum::*;usestd::{
env, fmt,fmt::Write,str::FromStr,time::{Duration, SystemTime,UNIX_EPOCH},};