horaNowIn function

HoraZoned horaNowIn(
  1. HoraTimezone timezone
)

Creates a timezone-projected view for the current instant.

Implementation

HoraZoned horaNowIn(HoraTimezone timezone) => Hora.now().inTimezone(timezone);