01c76b7eb1
* chore(main): release 15.3.0 * chore: generate versioned docs Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1.2 KiB
1.2 KiB
sidebar_label |
---|
Page.emulateTimezone |
Page.emulateTimezone() method
Signature:
class Page {
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. |
Returns:
Promise<void>