pub(crate) fn parse_utc_offset_minute_precision<T: EncodingType>(
cursor: &mut Cursor<'_, T>,
) -> ParserResult<(MinutePrecisionOffset, bool)>Expand description
Parse an UtcOffsetMinutePrecision node
Returns the offset and whether the utc parsing includes a minute separator.