getUTCTime static method

DateTime getUTCTime()

Get the now time in UTC+0 time zone.

Implementation

static DateTime getUTCTime() {
  return DateTime.now().toUtc();
}