---
title: Change the timezone on a Mac machine | TestingBot
description: Learn how to easily change the timezone on your macOS machine. Either
  through the GUI or by commandline.
source_url:
  html: https://testingbot.com/software-testing-questions/how-to-change-your-time-zone-on-mac
  md: https://testingbot.com/software-testing-questions/how-to-change-your-time-zone-on-mac.md
---

# How to Change Your Time Zone on Mac?

Last updated August 2, 2025

- [![Share on Facebook](https://static.addtoany.com/buttons/facebook.svg) ](https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-change-your-time-zone-on-mac.md&linkname= "Share on Facebook")
- [![Share on Twitter](https://static.addtoany.com/buttons/twitter.svg) ](https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-change-your-time-zone-on-mac.md&linkname= "Share on Twitter")
- [![Share on LinkedIn](https://static.addtoany.com/buttons/linkedin.svg) ](https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-change-your-time-zone-on-mac.md&linkname= "Share on LinkedIn")
- [![Share on HackerNews](https://static.addtoany.com/buttons/y18.svg) ](https://www.addtoany.com/add_to/hacker_news?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-change-your-time-zone-on-mac.md&linkname= "Share on HackerNews")

By default, your Mac adjusts its time zone based on your current location.

During testing, you might want to change the timezone of macOS to a different timezone. Maybe you want to test a website or app that is using the timezone and you want to make sure that another timezone is correctly used throughout the app.

When you change the timezone on your mac, it will automatically adjust its clock to the time in that time zone.

1. Select "System Preferences" from the Apple menu (Apple icon).
2. Under the "Date and Time" option, click on "Time Zone."
3. Deselect the "Set Time Zone Automatically Using Current Location" and use the map to set the time zone manually.
4. Or select your city from the "Closest City" menu. macOS will automatically display the correct date and time of the city you've selected.

### Change timezone through command line

You can also use the command line to instantly change the time zone on your mac:

```bash
sudo systemsetup -settimezone timezone
```

Where timezone is one of the valid timezones, which can be obtained from:

```bash
sudo systemsetup -listtimezones
```

> TestingBot offers an option to [change the timezone](https://testingbot.com/support/web-automate/selenium/test-options#timezones) during tests.

- [![Share on Facebook](https://static.addtoany.com/buttons/facebook.svg) ](https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-change-your-time-zone-on-mac.md&linkname=)
- [![Share on Twitter](https://static.addtoany.com/buttons/twitter.svg) ](https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-change-your-time-zone-on-mac.md&linkname=)
- [![Share on Linkedin](https://static.addtoany.com/buttons/linkedin.svg) ](https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-change-your-time-zone-on-mac.md&linkname=)
- [![Share on Hacker News](https://static.addtoany.com/buttons/y18.svg) ](https://www.addtoany.com/add_to/hacker_news?linkurl=https%3A%2F%2Ftestingbot.com%2Fsoftware-testing-questions%2Fhow-to-change-your-time-zone-on-mac.md&linkname=)

 ![TestingBot Logo](https://testingbot.com/assets/logo-head-2f7f08db4ac9c4a3b1a784047410f8a4ece708e7e9f10ed16e20fdd8310f8de3.svg)

## Sign up for a Free Trial

Start testing your apps with TestingBot.

No credit card required.

[Start Free Trial](https://testingbot.com/users/sign_up)

## Other Questions

### [Learn about White Box Testing](https://testingbot.com/software-testing-questions/what-is-white-box-testing "Learn about White Box Testing")

### [Test on multiple browsers with Cypress](https://testingbot.com/software-testing-questions/how-to-test-cypress-on-different-browsers-and-devices "Test on multiple browsers with Cypress")

### [Check Android Screen Resolution](https://testingbot.com/software-testing-questions/how-to-check-screen-resolution-on-android "Check Android Screen Resolution")

### [Viewing the HTML source in Safari](https://testingbot.com/software-testing-questions/how-to-view-source-code-in-safari "Viewing the HTML source in Safari")

### [How do you use a proxy during automated testing?](https://testingbot.com/software-testing-questions/how-to-use-a-proxy-for-automated-testing "How do you use a proxy during automated testing?")

### [What is a browser window?](https://testingbot.com/software-testing-questions/what-is-a-browser-window "What is a browser window?")
