timezoneId
Home > @gooddata/sdk-ui-dashboard > IChangeDashboardTimezoneOverridePayload > timezoneId
IChangeDashboardTimezoneOverridePayload.timezoneId 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.
Concrete IANA timezone id (e.g. "Europe/Prague"), the BROWSER_DETECTED sentinel (resolved to the viewer's browser timezone by the handler), or undefined to clear the override so the dashboard/workspace configuration applies again.
Signature:
readonly timezoneId: string | undefined;