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