generalIso property
LocalDateTimePattern
get
generalIso
Gets an invariant local date/time pattern which is ISO-8601 compatible, down to the second. This corresponds to the text pattern "uuuu'-'MM'-'dd'T'HH':'mm':'ss", and is also used as the "sortable" standard pattern.
Implementation
static LocalDateTimePattern get generalIso => LocalDateTimePatterns.generalIsoPatternImpl;