pub(crate) fn parse_iso_year_full_standard_range(
input: &[u8],
modifiers: IsoYearFullStandardRange,
) -> Option<ParsedItem<'_, i32>>Available on crate feature
parsing only.Expand description
Parse the full ISO-week based year.
This only supports four digits in order to avoid parsing ambiguities, so it cannot utilize the
full range of supported years when the large-dates feature flag is enabled.