extendedIso property
OffsetTimePattern
get
extendedIso
Gets an invariant offset time pattern based on ISO-8601 (down to the nanosecond), including offset from UTC.
This corresponds to a custom pattern of "HH':'mm':'ss;FFFFFFFFFo<G>". This will round-trip all values, and is available as the 'o' standard pattern.
Implementation
static OffsetTimePattern get extendedIso => OffsetTimePatterns.extendedIsoPatternImpl;