sparky8251

Results 2 issues of sparky8251

Just like in #318, this sample code can be used to explain the problem. ```rust use chrono::NaiveDateTime; use chrono::TimeZone; use chrono::{DateTime, Duration}; use chrono_tz::US::Eastern; use chrono_tz::Tz; fn main() { let...

Not sure how possible this is, but a `#![no_std]` option seems potentially useful. Could allow you to make more accurate sensor readings in IoT networks by taking into account local...

enhancement