generalIso property
OffsetDatePattern
get
generalIso
Gets an invariant offset date pattern based on ISO-8601, including offset from UTC.
The calendar system is not parsed or formatted as part of this pattern. It corresponds to a custom pattern of "uuuu'-'MM'-'ddo<G>". This pattern is available as the "G" standard pattern (even though it is invariant).
Implementation
static OffsetDatePattern get generalIso => OffsetDatePatterns.generalIsoPatternImpl;