bool isUtc
final

True if this DateTime is set to UTC time.

DateTime dDay = new DateTime.utc(1944, 6, 6);
assert(dDay.isUtc);