On this page
isUtc property
bool isUtc
final
True if this DateTime is set to UTC time.
DateTime dDay = new DateTime.utc(1944, 6, 6);
assert(dDay.isUtc);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-core/DateTime/isUtc.html