toUtcTime method

RxDateTime toUtcTime()

Implementation

RxDateTime toUtcTime() {
  value = value.toUtc();
  return this;
}