I tried this:
puppeteer.launch({
According to the Puppeteer documentation, you can use page.emulateTimezone():
page.emulateTimezone()
timezoneIdChanges the timezone of the page. See ICU’s metaZones.txt for a list of supported timezone IDs. Passingnulldisables timezone emulation.returns:
For example:
await page.emulateTimezone('America/Chicago');