timezone
Home > @gooddata/sdk-ui-dashboard > ITimezoneIndicatorProps > timezone
ITimezoneIndicatorProps.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.
Resolved timezone information. The default indicator renders only IDashboardTimezoneInfo.name in the badge; IDashboardTimezoneInfo.offsetLabel is shown in the tooltip and exposed here for custom renderings. When not provided, the indicator resolves the information from ITimezoneIndicatorProps.timezoneConfig and ITimezoneIndicatorProps.defaultTimezone.
Signature:
timezone?: IDashboardTimezoneInfo;