utcToZoned(utcIso: string,tz: string,): Temporal.ZonedDateTime
Parse a UTC ISO string into a ZonedDateTime in the given timezone
utcToZoned(utcIso: string,tz: string,): Temporal.ZonedDateTime
Parse a UTC ISO string into a ZonedDateTime in the given timezone
import { utcToZoned } from "doc.ts";