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