diff --git a/src/main.rs b/src/main.rs index 0e34d5a..c858d37 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,7 +27,7 @@ fn main() -> Result<(), io::Error> { let mut terminal = Terminal::new(backend)?; loop { - let raw_time = chrono::Utc::now().round_subsecs(0); + let raw_time = chrono::Local::now().round_subsecs(0); let splits: Vec = raw_time .naive_local() .to_string()