timezoneOverride
Home > @gooddata/sdk-ui-dashboard > IDashboardTimezoneOverrideChangedPayload > timezoneOverride
IDashboardTimezoneOverrideChangedPayload.timezoneOverride property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The new session-only timezone override: a concrete IANA timezone ID, or undefined when the override was cleared. The payload never carries the browser-detected sentinel — the command handler resolves it before the state is written and this event is emitted.
Signature:
readonly timezoneOverride: string | undefined;