pub fn parse_hhmm(s: &str) -> Option<u32>
Parse "HH:MM" (or "H:MM") into minutes since midnight. Returns None on anything out of range or unparseable — used to filter the user’s fixed-time list without spilling errors.
"HH:MM"
"H:MM"
None