Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
424 stars 71 forks source link

Add the ability to log in the local timezone (fix #19) #33

Closed r-darwish closed 5 years ago

Drakulix commented 5 years ago

4d9de6c9b699356a8e7236c8d3b24fad94618858 instead allows you to specify a FixedOffset to be used for logging (default is still UTC). You can now use any timezone (including one derived from chrono::offset::Local) for logging.