IDashboardTimezoneInfo
Home > @gooddata/sdk-ui-dashboard > IDashboardTimezoneInfo
IDashboardTimezoneInfo interface
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 effective on the dashboard.
Signature:
export interface IDashboardTimezoneInfo
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) Friendly timezone name (e.g. "Prague"). This is the only value the default indicator shows in its badge label. | ||
|
string |
(ALPHA) UTC offset label (e.g. "GMT+02:00"). The default indicator does NOT show the offset in the badge label — it only appears in the hover tooltip. The value is provided so that custom top bar / indicator renderings can display it. | ||
|
string |
(ALPHA) Concrete IANA timezone ID (e.g. "Europe/Prague"); the browser-detected sentinel is already resolved. |