[GH-ISSUE #1725] The date chooser should render an entire timestamp. #6468

Closed
opened 2026-04-20 17:04:17 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @RokeJulianLockhart on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/1725

Description

I want all dates to conform to ISO 8601. However, v1.0.0-rc2's 1 <span data-v-4bba57fa="">Date display format</span> solely renders the date portion:

Image

Therefore, I do not know whether AM/PM, versus my desired hundred-hours, shall be utilised, nor whether timezones shall be rendered as the desired offset of UTC, or, more commonly, IANA's designations appended (like RFC 3339 stipulates).

Which alternatives did you consider using instead?

  1. Name the standards that the presets adhere to.

  2. Provide a freeform format input form, alongside presets.

Originally created by @RokeJulianLockhart on GitHub (Oct 28, 2025). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/1725 ### Description I want all dates to conform to ISO 8601. However, `v1.0.0-rc2`'s [^1] [`<span data-v-4bba57fa="">Date display format</span>`](https://app.vikunja.cloud/user/settings/general#:~:text=Week%20starts%20on-,Date%20display%20format,-Appearance%20%26%20Behavior) solely renders the date portion: [^1]: [`community.vikunja.io/t/4148/3`](https://community.vikunja.io/t/how-can-a-user-ascertain-what-version-is-in-use/4148/3?u=rokejulianlockhart) <p></p> <img width="912" height="294" alt="Image" src="https://github.com/user-attachments/assets/b122bbbf-595c-4278-aff6-b6dff4070ee5" /> <p></p> Therefore, I do not know whether AM/PM, versus my desired hundred-hours, shall be utilised, nor whether timezones shall be rendered as the desired offset of UTC, or, more commonly, IANA's designations appended (like RFC 3339 stipulates). ### Which alternatives did you consider using instead? 1. Name the standards that the presets adhere to. 1. Provide a freeform format input form, alongside presets.
Author
Owner

@kolaente commented on GitHub (Nov 12, 2025):

Will be fixed by https://github.com/go-vikunja/vikunja/pull/1807

<!-- gh-comment-id:3524320214 --> @kolaente commented on GitHub (Nov 12, 2025): Will be fixed by https://github.com/go-vikunja/vikunja/pull/1807
Author
Owner

@kolaente commented on GitHub (Nov 13, 2025):

Implemented in https://github.com/go-vikunja/vikunja/pull/1807, please check with the next unstable build (should be ready for deployment in ~30min, also on try).

<!-- gh-comment-id:3526576878 --> @kolaente commented on GitHub (Nov 13, 2025): Implemented in https://github.com/go-vikunja/vikunja/pull/1807, please check with the next unstable build (should be ready for deployment in ~30min, also on [try](https://try.vikunja.io)).
Author
Owner

@RokeJulianLockhart commented on GitHub (Nov 13, 2025):

Thanks, @kolaente. That's perfect.

<!-- gh-comment-id:3527273264 --> @RokeJulianLockhart commented on GitHub (Nov 13, 2025): Thanks, @kolaente. That's perfect.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6468