timezone
Home > @gooddata/sdk-ui-dashboard > IAutomationsContextValue > timezone
IAutomationsContextValue.timezone 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.
Automation timezone to display and compute schedule ("Starts on", alert crons, next-run): the effective dashboard timezone when one is defined, otherwise the workspace setting. Initial value for new schedule is same as exportTimezones.effectiveTimezone, but then can be never changed for existing schedule. Logic that needs to know where the timezone came from should use IAutomationsContextValue.exportTimezones instead.
Signature:
timezone: string | undefined;