timezoneDifference method

Duration timezoneDifference(
  1. HoraTimezone tz
)

Gets the time difference to another timezone.

Implementation

Duration timezoneDifference(HoraTimezone tz) => tz.offset - utcOffset;