toLocal method

Moment toLocal()

Implementation

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