timezone
Home > @gooddata/sdk-model > IExecutionConfig > timezone
IExecutionConfig.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.
Timezone in which the execution should be evaluated.
Signature:
timezone?: string;
Remarks
Must be a concrete IANA time zone identifier (e.g. "Europe/Prague"). Never pass the browser-detected sentinel value here; resolve it to a concrete identifier first.