---
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/index.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).

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

Was this page helpful? Yes No 

## Looking for More Help?

Have questions or need more information?   
 You can reach us via the following channels:

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