1use datetimeutils::PostEpochTime; 2 3fn main() { 4 println!("It is now {} in the UTC timezone", PostEpochTime::now().unwrap()); 5}