Skip to content

Type Alias: Timezone

ts
type Timezone = 
  | IanaTimezone
  | TimezoneAbbreviation;

Defined in: packages/shared/lib/time/getTimestamp.d.ts:17

Accepted timezone value — either an IANA identifier or a common abbreviation.

Matterway Assistant SDK Documentation