Time Problem with deadline #141

Closed
opened 2026-02-04 17:28:56 +03:00 by OVERLORD · 3 comments
Owner

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)

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)
Author
Owner

@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)

@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)
Author
Owner

@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

@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
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#141