TowyTowy
3af3c04f03
fix(filter): accept non-zero-padded dates in task filters
...
The manual date fallback in parseTimeFromUserInput parses dates like
2022-11-1, but `year, err :=` shadowed the named err return. On a
successful manual parse the function returned a valid time alongside the
stale error from the earlier failed layout attempts, so filters such as
`due_date = 2022-11-1` were rejected as invalid. Assign to the named
return so success clears the error.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-13 07:50:32 +00:00
..
2026-07-03 16:56:03 +00:00
2026-07-07 11:38:33 +02:00
2026-07-03 16:56:03 +00:00
2026-07-03 16:56:03 +00:00
2026-07-03 16:56:03 +00:00
2026-06-27 15:01:54 +00:00
2026-06-27 15:01:54 +00:00
2026-06-12 08:56:08 +00:00
2026-06-05 08:51:39 +00:00
2026-06-09 20:13:02 +00:00
2026-06-17 18:39:38 +00:00
2026-07-03 16:56:03 +00:00
2026-06-17 18:39:38 +00:00
2026-07-07 11:38:33 +02:00
2026-07-03 23:18:00 +02:00
2026-07-03 23:18:00 +02:00
2026-06-17 21:16:41 +00:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:57:04 +00:00
2026-06-09 11:40:04 +00:00
2026-06-05 09:17:25 +00:00
2026-06-05 09:17:25 +00:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:38:33 +02:00
2026-06-08 13:54:09 +00:00
2026-06-17 21:18:04 +00:00
2026-06-17 21:18:04 +00:00
2026-06-17 21:18:04 +00:00
2026-06-29 17:18:05 +02:00
2026-06-19 10:15:58 +02:00
2026-06-19 10:15:58 +02:00
2026-06-18 20:57:05 +00:00
2026-07-07 11:38:33 +02:00
2026-06-18 20:57:05 +00:00
2026-07-07 11:38:33 +02:00
2026-06-09 21:34:22 +00:00
2026-07-07 11:38:33 +02:00
2026-06-07 10:40:20 +00:00
2026-06-19 18:27:33 +02:00
2026-06-08 13:54:09 +00:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:38:33 +02:00
2026-06-18 20:57:05 +00:00
2026-06-18 20:57:05 +00:00
2026-07-01 12:42:32 +00:00
2026-07-13 07:50:32 +00:00
2026-07-13 07:50:32 +00:00
2026-07-06 15:45:55 +00:00
2026-07-07 11:38:33 +02:00
2026-07-06 15:45:55 +00:00
2026-06-12 08:56:08 +00:00
2026-06-03 19:57:26 +00:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:57:04 +00:00
2026-07-03 19:58:39 +02:00
2026-07-03 19:58:39 +02:00
2026-06-09 20:42:00 +00:00
2026-07-07 11:38:33 +02:00
2026-06-17 21:16:41 +00:00
2026-07-06 15:45:55 +00:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:57:04 +00:00
2026-06-18 20:57:05 +00:00
2026-06-18 20:57:05 +00:00
2026-07-07 11:38:33 +02:00
2026-06-12 08:56:08 +00:00
2026-06-08 13:54:09 +00:00
2026-06-11 20:07:43 +00:00
2026-07-02 19:39:00 +02:00
2026-06-18 20:57:05 +00:00
2026-06-10 19:12:41 +00:00