linuxserver / docker-planka

GNU General Public License v3.0
3 stars 0 forks source link

[BUG] Planka requires TZ=UTC #7

Closed Richardk2n closed 1 month ago

Richardk2n commented 1 month ago

Is there an existing issue for this?

Current Behavior

Times in Planka are wrong if TZ=UTC is not set (see https://github.com/plankanban/planka/issues/253 https://github.com/plankanban/planka/issues/170) They are wrong by the difference between UTC and TZ. Therefore, TZ=UTC should be enforced in the unraid template.

Expected Behavior

No response

Steps To Reproduce

Install Planka on unraid from community apps, which TZ not UTC. Add a deadline to a card.

Environment

- OS: Unraid 6.12.9
- How docker service was installed: Community Apps

CPU architecture

x86-64

Docker creation

Default parameters.
Notably TZ defaults to Berlin for me without input.

Container logs

Not relevant.
github-actions[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thespad commented 1 month ago

This is terrible design and not how you handle DB datetimes, but regardless I'll see what I can do.