<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetTimezoneOverrideRequest](./puppeteer.protocol.emulation.settimezoneoverriderequest.md) ## Protocol.Emulation.SetTimezoneOverrideRequest interface <b>Signature:</b> ```typescript export interface SetTimezoneOverrideRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [timezoneId](./puppeteer.protocol.emulation.settimezoneoverriderequest.timezoneid.md) | string | The timezone identifier. If empty, disables the override and restores default host system timezone. |