toUtc method

Moment toUtc()

Implementation

Moment toUtc() {
  dateTime = dateTime.toUtc();
  return this;
}