Date/Time Picker Format #2050
Labels
No Label
area/internal-code
changes requested
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#2050
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Hello, first, thanks for making Vikunja! Use it every day and I love it.
I'm having a somewhat frustrating issue that is most likely user error, but not sure how.
I'm running unstable (I need dark mode) docker-compose with traefik as reverse proxy. I have my timezone set in the user settings and VIKUNJA_SERVICE_TIMEZONE is set to "America/Los_Angeles" as an environment variable (was not like that at first, it was added later).
Despite this, the time in the date/time picker is 24 hours, not AM/PM. Have I done something incorrectly?
Here is my docker-compose.yml file:
This is actually hard coded and not configurable nor depending on the time zone. Currently there's no way to change this but I think it would be a godd addition. Should be a user setting though, not an instance-wide one.
Very interesting, thank you! I agree that this would be a good feature, but it looks like AM/PM is already recognized in some builds?
I see that the date picker in the Geeked video from last year has the date picker in 24 hr format, but the format of the time in the task is AM/PM - mine is the same as what was selected in the date picker (24 hr format).
His says "2:05:00 PM" (link to exact time in video)
Whereas mine looks like this:
I think that was changed at some point after the video was released to match the datepicker. I always use the 24h format and therefore thought this should be the same. But it should be a user setting instead.
Got it, thank you.
Will leave this open as a feature request if that's ok, otherwise, please feel free to close it!
Not sure if this can already be set: The first day of week should probably be handled similar.