pub(crate) fn parse_hour_12( input: &[u8], modifiers: Hour12, ) -> Option<ParsedItem<'_, u8>>
parsing
Parse the “hour” component of a Time in the 12-hour format.
Time