-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Change logging time-stamp #125
Comments
Can you check what the machine's timezone is set to? I just double-check one mine, it's using whatever the machine uses for me. It should already be respecting the OS' timezone. |
So it is CET where the logging says "Z". |
What version of Go are you using? I wonder if you're running into golang/go#42138. Might be worth grabbing the latest just in case |
Version 1.15.6 of GO. I found the culprit, it is an openwrt system which standard has no zoneinfo or/and Fix (for openwrt in this case):
|
Looks like the logging produced by RouteDNS defaults to "Zulu" (UTC) time by default. It would be great if the time-zone is configurable for logging.
time="2021-01-12T08:34:45Z" level=debug msg="reloading blocklist" id=home-hosts
The text was updated successfully, but these errors were encountered: