Head's Up: JavaScript is either turned off or not working properly in your browser. Some parts of this page may not work properly.
--- [dependencies] chrono = "0.4.40" --- use chrono::offset::Local; fn main() { let now = Local::now(); println!("{}", now.offset()); }
-04:00