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

GooglePrivacyDlpV2TimeZone

import type { GooglePrivacyDlpV2TimeZone } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Time zone of the date time object.

interface GooglePrivacyDlpV2TimeZone {
offsetMinutes?: number;
}

§Properties

§
offsetMinutes?: number
[src]

Set only if the offset can be determined. Positive for time ahead of UTC. E.g. For "UTC-9", this value is -540.