estk / log4rs

A highly configurable logging framework for Rust
Apache License 2.0
998 stars 147 forks source link

Resolve Deprecated Chrono API #366

Open bconn98 opened 6 months ago

bconn98 commented 6 months ago

Chrono 0.4.35 deprecated some methods used in the time trigger. @Dirreke purposed a solution in #347. This issue can be used to track the effort to fix the deprecation. A new PR will be created to separate the deprecation resolution from the original purpose of #347.