mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Time Problem with deadline #141
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 @Stadtschreck on GitHub (Oct 16, 2021).
i have Problems with deadline time.
Everytime i set a time, the software adds 7 hours.
The server runs on unraid, via docker community-plugin.
I'm located in Germany, while the compose script uses the Los Angels time zone, but this does not match (difference are 9hours)
@dpieski commented on GitHub (Dec 17, 2021):
I think it is changing it to UTC? 7hrs is the difference between LA and UTC.
(LA is -7UTC)
@Stadtschreck commented on GitHub (Dec 17, 2021):
Could be the problem,
I changed the time zone in unraid, but planka is in the moment out of focus,
I couldn't solve the problem with duckdns and nginx-proxymanager
@Richardk2n commented on GitHub (Sep 25, 2024):
Add another variable
TZ=UTC. It seems like it overrides the one already present. This worked for me.According to the devs (see #253) the TZ flag controls what Timezone is used for saving. I think this is wrong. It is always saved in UTC but Planka thinks that TZ was used for saving.
Meaning instead of treating the saved value as UTC, it treats it as LA and adds 7h to get UTC.