rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.12k stars 248 forks source link

Log timestamp not match my timezone. #631

Closed getcisher closed 2 months ago

getcisher commented 2 months ago

How to change timestamp when logging to match my timezone? I don't see any document for setup timezone or at least reference timezone in my machine. My timezone is Bangkok/TH +7hr

Thomasdezeeuw commented 2 months ago

This crate is only a facade for logging. I doesn't do the actual logging and it does not add a timestamp to the logs. Please take a look at Cargo.toml to find the actual implementation.