You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the time package is fussy and returns None in some edge cases regarding the time zone.
I have switched the latest loggy version (0.5.3) to use chrono package that works around this somehow, so things "should" work now.
However, the latest chrono 0.4.23 still uses an old version of time (0.1.45), which is subject to the issue inn https://rustsec.org/advisories/RUSTSEC-2020-0071 - e.g., cargo audit will complain about it.
The full solution will be to use chrono 0.5 - whenever that is released. I'm keeping this issue as open until then.
I went to try loggy and hit a snag when this line panics in my project. Don't know why.
The text was updated successfully, but these errors were encountered: