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

TimeZoneSettings

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

TimeZone settings of the app.

interface TimeZoneSettings {
timeZone?: string;
}

§Properties

§
timeZone?: string
[src]

Optional. The time zone of the app from the time zone database, e.g., America/Los_Angeles, Europe/Paris.