[PR #1591] [CLOSED] fix: correct case-sensitivity in duedate time parsing #3520

Closed
opened 2026-03-22 14:46:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1591
Author: @mechanarchy
Created: 10/5/2025
Status: Closed

Base: mainHead: fix-1590


📝 Commits (2)

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 frontend/src/helpers/time/parseDate.ts (+3 -2)

📄 Description

This PR resolves the parsing of PM (in capitals) which was previously not handled correctly. Fixes #1590.

Also zeroes out the milliseconds value on due dates, for cleanliness.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1591 **Author:** [@mechanarchy](https://github.com/mechanarchy) **Created:** 10/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-1590` --- ### 📝 Commits (2) - [`5390260`](https://github.com/go-vikunja/vikunja/commit/5390260da06c0a35d32c6eac699537f660515b23) Fix AM/PM parsing #1590 - [`18cb7fd`](https://github.com/go-vikunja/vikunja/commit/18cb7fd4acee6bb7c3d62d666663a3c1bf3b3476) Require two-digit minute values ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/helpers/time/parseDate.ts` (+3 -2) </details> ### 📄 Description This PR resolves the parsing of `PM` (in capitals) which was previously not handled correctly. Fixes #1590. Also zeroes out the milliseconds value on due dates, for cleanliness. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 14:46:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#3520