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