wallClock property

Hora get wallClock

Wall-clock time in timezone, represented as a UTC-based Hora container.

Implementation

Hora get wallClock => Hora.fromDateTime(
      _wallClockUtcDateTime,
      locale: instantUtc.locale,
    );