pending.nvim/doc
Barrett Ruth 66eb93a6d1 feat(parse): flexible time parsing for @ suffix
Problem: the @HH:MM time suffix required zero-padded 24-hour format,
forcing users to write due:tomorrow@14:00 instead of due:tomorrow@2pm.

Solution: add normalize_time() that accepts bare hours (9, 14),
H:MM (9:30), am/pm (2pm, 9:30am, 12am), and existing HH:MM format,
normalizing all to canonical HH:MM on save.
2026-02-25 20:34:51 -05:00
..
pending.txt feat(parse): flexible time parsing for @ suffix 2026-02-25 20:34:51 -05:00