isUtc property

bool isUtc
final

True if this DateTime is set to UTC time.

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

Implementation

final bool isUtc