fullRoundtrip property

OffsetDateTimePattern fullRoundtrip

Gets an invariant offset date/time pattern based on ISO-8601 (down to the nanosecond) including offset from UTC and calendar ID.

The returned pattern corresponds to a custom pattern of "uuuu'-'MM'-'dd'T'HH':'mm':'ss;FFFFFFFFFo<G> '('c')'". This will round-trip any value in any calendar, and is available as the 'r' standard pattern.

Implementation

static OffsetDateTimePattern get fullRoundtrip => OffsetDateTimePatterns.fullRoundtripPatternImpl;