mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-01 18:54:36 -05:00
Reworked matchDateAtBoundary() to use a single regex pass instead of two-pass start/end anchoring. Middle-of-text matches are now accepted when followed by a time expression (at/@ prefix), so inputs like "meeting 9/11 at 10:00" still parse correctly while "The 9/11 Report" is rejected.