TimezoneExt extension

Extension providing timezone operations for Hora.

on

Properties

timezone HoraTimezone

Available on Hora, provided by the TimezoneExt extension

Current timezone descriptor for this Hora instance.
no setter
timezoneName String

Available on Hora, provided by the TimezoneExt extension

Timezone name of this Hora based on UTC/local mode.
no setter
utcOffset Duration

Available on Hora, provided by the TimezoneExt extension

UTC offset of this Hora based on UTC/local mode.
no setter

Methods

inTimezone(HoraTimezone tz) HoraZoned

Available on Hora, provided by the TimezoneExt extension

Projects this instant into tz as a timezone-aware wall-clock view.
reinterpretTimezone(HoraTimezone targetTimezone) Hora

Available on Hora, provided by the TimezoneExt extension

Reinterprets this wall-clock into targetTimezone, changing instant.
timezoneDifference(HoraTimezone tz) Duration

Available on Hora, provided by the TimezoneExt extension

Time difference from current timezone to tz.
wallClockIn(HoraTimezone tz) → ({int day, int hour, int microsecond, int millisecond, int minute, int month, int second, int year})

Available on Hora, provided by the TimezoneExt extension

Full wall-clock projection in tz.