Hello,
The time on the dashboard displays in UTC for me, as shown below:
My current offset is +2; the log timestamps are correct but the dashboard is two hours behind which can make correlation a little bit tricky.
I couldn't find anything in the documentation regarding setting the timezone for the dashboard, only the logs. I attempted to mount the below into the frontend container:
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
This has not made any difference though. From inside the container:
/app/packages/frontend # date
Tue Jul 7 15:52:45 UTC 2026
I see the localtime file appears to be garbled inside the container, perhaps some kind of parsing issue?
I can also see my timezone as an environment variable inside the container; I set this in the .env file in the hopes it would help.
Likely I have misconfigured something here, any ideas where I might have gone wrong?
Hello,
The time on the dashboard displays in UTC for me, as shown below:
My current offset is +2; the log timestamps are correct but the dashboard is two hours behind which can make correlation a little bit tricky.
I couldn't find anything in the documentation regarding setting the timezone for the dashboard, only the logs. I attempted to mount the below into the frontend container:
This has not made any difference though. From inside the container:
I see the localtime file appears to be garbled inside the container, perhaps some kind of parsing issue?
I can also see my timezone as an environment variable inside the container; I set this in the .env file in the hopes it would help.
Likely I have misconfigured something here, any ideas where I might have gone wrong?