Skip to content

Dashboard time displays in UTC #274

Description

@Erasure5959

Hello,

The time on the dashboard displays in UTC for me, as shown below:

Image

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions