You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mangkoran
changed the title
log timestamp is still in UTC despite log.local_time: true
[bug] log timestamp is still in UTC despite log.local_time: trueOct 18, 2024
Because golang use local zoneinfo file to identify the timezone12 and relate package is not install by default at OpenWrt, so if you want the log time correct at OpenWrt, you should install the zoneinfo package
tl;dr solution is to install zoneinfo-all package.
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, ARM64
Installation
Custom package (OpenWrt, HomeAssistant, etc; please mention in the description)
Setup
On a router, DHCP is handled by the router
AdGuard Home version
v0.107.53
Action
Set
log.local_time
totrue
in config fileExpected result
Log use local time format
Actual result
Log use UTC format
Additional information and/or screenshots
The text was updated successfully, but these errors were encountered: