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