setUtc method

void setUtc(
  1. DateTime utc
)

Implementation

void setUtc(final DateTime utc) {
  _now = utc.toUtc();
}