mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Due date: Time entry 24 hours format #322
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 @jicho on GitHub (May 31, 2023).
Hi,
At the moment the due time is in a AM/PM format.
Is it possible to make it a 24 hours format? Or are there plans to add this as a setting?
@meltyshev commented on GitHub (May 31, 2023):
For now, we just take the date format from the selected locale. But it should definitely be in the settings.
@jicho commented on GitHub (May 31, 2023):
Ah, yes... when I change the language to German everything is okay for the time format.
So... we need to learn Planka Dutch ;)
@Walter-o commented on GitHub (Jan 17, 2024):
Hey! is there any update on this?
I want to run planka in english with 24-hour.
I'm content with any weird workaround like installing a locale in the Dockerfile and setting environment variables.
@meltyshev commented on GitHub (May 13, 2025):
This should have been fixed a while ago by providing en-GB locale. Additionally, the due date time string is now parsed in a format-agnostic way. But feel free to reopen if the issue persists.