pub(crate) fn parse_hour( input: &[u8], modifiers: Hour, ) -> Option<ParsedItem<'_, u8>>
Parse the “hour” component of a Time.
Time