2.0.0 #54
borntyping
announced in
Releases
2.0.0
#54
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://crates.io/crates/simple_logger/2.0.0
Version 2.0.0 changes the default from displaying timestamps in the local timezone to displaying timestamps in UTC. See issue #52 for more information.
This also introduces a timestamp display option using a static UTC offset via
.with_utc_offset(...)
. See examples/timestamps_utc_offset.rs for an example. Be wary of using this in any long lived environment where daylight savings and other timezone changes might matter.This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions