generalIso property

Gets an invariant offset date/time pattern based on ISO-8601 (down to the second), 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'-'dd'T'HH':'mm':'sso<G>". This pattern is available as the "G" standard pattern (even though it is invariant).

Implementation

static OffsetDateTimePattern get generalIso => OffsetDateTimePatterns.generalIsoPatternImpl;