asUTC method

DateTime asUTC()

Implementation

DateTime asUTC() {
  return DateTime.utc(year, month, day, hour, minute, second, millisecond, microsecond);
}