True if this DateTime is set to UTC time.
var dDay = new DateTime.utc(1944, 6, 6); assert(dDay.isUtc);
final bool isUtc