---
title: Configure timezones for Cypress tests
description: Run Cypress tests with different timezones in the cloud. Start testing
  on multiple browsers, in parallel, with Cypress.
source_url:
  html: https://testingbot.com/support/web-automate/cypress/timezone
  md: https://testingbot.com/support/web-automate/cypress/timezone.md
---

# Configure Timezone

During Cypress testing, you might want to test behaviour specific to a certain timezone. TestingBot allows you to configure the timezone of the machines that run your Cypress tests.

Please use a timezone format from the [list of timezones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).

```json
{
  ...
  	"browsers": [
        {
            "browserName": "chrome",
            "platform": "WIN10",
            "version": "latest",
            "timezone": "New_York"
        }
    ],
  ...
}
```

### Looking for more help?

Have questions or need more information? Reach out via email or Slack.

[Email us](https://testingbot.com/contact/new) [Join our Slack](https://join.slack.com/t/testingb0t/shared_invite/zt-3bcw9xch-jk19~6XPs_xBrsAgAedkCw)
