Appearance
Type Alias: Timezone
ts
type Timezone =
| IanaTimezone
| TimezoneAbbreviation;Defined in: src/utils/getTimestamp.ts:173
Accepted timezone value — either an IANA identifier or a common abbreviation.