mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[solved]wrong timestamp #196
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.@pacroy9 commented on GitHub (May 27, 2022):
Setting the environment variable TZ to UTC solved the problem, thank you!