nowIn static method

Hora nowIn(
  1. HoraTimezone timezone
)

Creates a Hora representing "now" in a specific timezone.

Implementation

static Hora nowIn(HoraTimezone timezone) => Hora.now().inTimezone(timezone);