datetimezoned from dtz(date, time, zone)datetimezoned Type: (Date, Time, Text) -> DateTimeZoned

Creates a datetime with a time zone from the given Date, Time and time zone.

Note that because many of the three-letter abbreviations for time zones overlap, they are not supported here, and you must spell out the full name.

ExamplesClick an example to insert it
datetimezoned from dtz(from text("2001-02-03"), from text("04:56"), "America/Vancouver")from text("2001-02-03 04:56 America/Vancouver")