pub(crate) fn parse_offset_second(
input: &[u8],
modifiers: OffsetSecond,
) -> Option<ParsedItem<'_, i8>>Available on crate feature
parsing only.Expand description
Parse the “second” component of a UtcOffset.
pub(crate) fn parse_offset_second(
input: &[u8],
modifiers: OffsetSecond,
) -> Option<ParsedItem<'_, i8>>parsing only.Parse the “second” component of a UtcOffset.