Converts this instance to a standard DateTime.
DateTime dartDT = localDT.toDateTime();
DateTime toDateTime() => DateTime.utc(year, month, day, hour, minute, second, millisecond);