lexicographic-hhmm-is-chronological

Status: IN

Comparing `"HH:MM"` strings with `<=` produces correct chronological ordering because the format is fixed-width and zero-padded; this breaks if the input is not zero-padded (e.g., `"9:30"` instead of `"09:30"`).

Source: entries/2026/06/06/determine-if-two-events-have-conflict-solution.md

JSON