selectScheduledExportTimezone
Home > @gooddata/sdk-ui-dashboard > selectScheduledExportTimezone
selectScheduledExportTimezone variable
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.
Selects the timezone to store into a scheduled export definition, as a concrete IANA timezone ID.
Signature:
selectScheduledExportTimezone: DashboardSelector<string | undefined>
Remarks
Unlike selectEffectiveDashboardTimezone, this returns a value only when the timezone cannot be derived by the backend at schedule run time: when the viewer has an ad-hoc view-mode override active, or when the dashboard is configured with the browser-detected sentinel (the exporter service has no browser to detect from, so the resolution made here must be persisted). When the dashboard has an explicit configured timezone — or none, falling back to workspace or organization settings — this returns undefined and the schedule stores no timezone: the backend reads the dashboard's stored timezone itself, so schedules stay up to date when the dashboard or organization configuration changes without having to be recreated.