Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TimeZone

import type { TimeZone } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";

Represents a time zone from the IANA Time Zone Database.

interface TimeZone {
id?: string;
version?: string;
}

§Properties

§
id?: string
[src]

IANA Time Zone Database time zone, e.g. "America/New_York".

§
version?: string
[src]

Optional. IANA Time Zone Database version number, e.g. "2019a".