withTimezone method

HoraZoned withTimezone(
  1. HoraTimezone tz
)

Same instant in another timezone.

Implementation

HoraZoned withTimezone(HoraTimezone tz) => HoraZoned(instantUtc, tz);