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://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";

A time zone associated with a "DBInstance".

interface Timezone {
TimezoneName?: string | null;
}

§Properties

§
TimezoneName?: string | null
[src]

The name of the time zone.