No TimeZone information in toIso8601String of DateTime · Issue #43391 · dart-lang/sdk
Is there a reason why the toIso8601 Code not contains the ISO8601 Timezone information? Code final parsedDateTime = DateTime(2020, 09, 10, 09, 03); final localTime = parsedDateTime.toLocal(); // In...