Page.emulateTimezone() method
Signature:emulateTimezone(timezoneId?: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
timezoneId | string | (Optional) Changes the timezone of the page. See ICU’s metaZones.txt for a list of supported timezone IDs. Passing null disables timezone emulation. |
Promise<void>