iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

Fix `clock` example doesn't get the correct local time under unix system #2421

Open skygrango opened 2 weeks ago

skygrango commented 2 weeks ago

There is a long-standing problem (https://github.com/time-rs/time/issues/293) that has not yet been solved by time-rs

Switch to chrono as it seemed to solve the problem (https://github.com/chronotope/chrono/pull/677)