fullRoundtrip property

OffsetDatePattern fullRoundtrip

Gets an invariant offset date pattern based on ISO-8601 including offset from UTC and calendar ID.

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

Implementation

static OffsetDatePattern get fullRoundtrip => OffsetDatePatterns.fullRoundtripPatternImpl;