We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to use local time
Use simple-logger with .with_local_timestamps(), but this is not working for docker and has some other issues like summer times. Also see https://github.com/borntyping/rust-simple_logger/blob/fb96a82c274f92eff417904e6e819f25f3b51ccc/src/lib.rs#L442-L451 and borntyping/rust-simple_logger#84. Maybe also https://docs.rs/time/latest/time/ local-offset
.with_local_timestamps()
The text was updated successfully, but these errors were encountered:
Snowiiii
No branches or pull requests
I've searched existing issues and couldn't find a duplicate.
Is your feature request related to a problem? Please describe.
Add option to use local time
Describe the solution you'd like
Use simple-logger with
.with_local_timestamps()
, but this is not working for docker and has some other issues like summer times.Also see https://github.com/borntyping/rust-simple_logger/blob/fb96a82c274f92eff417904e6e819f25f3b51ccc/src/lib.rs#L442-L451 and borntyping/rust-simple_logger#84.
Maybe also https://docs.rs/time/latest/time/ local-offset
The text was updated successfully, but these errors were encountered: