Skip to main content

parse_utc_offset_minute_precision

Function parse_utc_offset_minute_precision 

Source
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.