generalFormatOnlyIso property

ZonedDateTimePattern generalFormatOnlyIso

Gets an zoned local date/time pattern based on ISO-8601 (down to the second) including offset from UTC and zone ID. It corresponds to a custom pattern of "uuuu'-'MM'-'dd'T'HH':'mm':'ss z '('o<g>')'" and is available as the 'G' standard pattern.

The calendar system is not formatted as part of this pattern, and it cannot be used for parsing as no time zone provider is included. Call withZoneProvider on the value of this property to obtain a pattern which can be used for parsing.

Implementation

static ZonedDateTimePattern get generalFormatOnlyIso => ZonedDateTimePatterns.generalFormatOnlyPatternImpl;