Skip to main content
Version: 19.4.0

Page.emulateTimezone() method

Signature:

class Page {
emulateTimezone(timezoneId?: string): Promise<void>;
}

Parameters

ParameterTypeDescription
timezoneIdstring(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>