[solved]wrong timestamp #196

Closed
opened 2026-02-04 17:48:29 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @pacroy9 on GitHub (May 25, 2022).

have the following problem: I add a comment or a thumbnail to a task card, but the timestamp is wrong. I have set the timezone with the environment TZ=Europe/Berlin, the log of the docker also shows me the correct timezone. What can I do?

Originally created by @pacroy9 on GitHub (May 25, 2022). have the following problem: I add a comment or a thumbnail to a task card, but the timestamp is wrong. I have set the timezone with the environment TZ=Europe/Berlin, the log of the docker also shows me the correct timezone. What can I do?
Author
Owner

@meltyshev commented on GitHub (May 26, 2022):

Hi! This environment variable is confusing. It's just the time zone that will be used when saving the record to the database, but on the client the time will be converted to your current zone. So just use TZ=UTC.

@meltyshev commented on GitHub (May 26, 2022): Hi! This environment variable is confusing. It's just the time zone that will be used when saving the record to the database, but on the client the time will be converted to your current zone. So just use `TZ=UTC`.
Author
Owner

@pacroy9 commented on GitHub (May 27, 2022):

Setting the environment variable TZ to UTC solved the problem, thank you!

@pacroy9 commented on GitHub (May 27, 2022): Setting the environment variable TZ to UTC solved the problem, thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#196