pub(crate) fn parse_period( input: &[u8], modifiers: Period, ) -> Option<ParsedItem<'_, Period>>
Parse the “period” component of a Time. Required if the hour is on a 12-hour clock.
Time