generalIso property

OffsetTimePattern generalIso

Gets an invariant offset time pattern based on ISO-8601 (down to the second), including offset from UTC.

This corresponds to a custom pattern of "HH':'mm':'sso<G>". It is available as the "G" standard pattern (even though it is invariant).

Implementation

static OffsetTimePattern get generalIso => OffsetTimePatterns.generalIsoPatternImpl;