extendedIso property

OffsetDateTimePattern extendedIso

Gets an invariant offset date/time pattern based on ISO-8601 (down to the nanosecond), 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':'ss;FFFFFFFFFo<G>". This will round-trip any values in the ISO calendar, and is available as the 'o' standard pattern.

Implementation

static OffsetDateTimePattern get extendedIso => OffsetDateTimePatterns.extendedIsoPatternImpl;