MainspringGuides › Change Time Zone
macOS Guide

How to Change the Time Zone on Mac

Updated July 2026 · 3 min read

Your Mac can follow you across time zones automatically, or stay pinned to a city you choose. Both options live in System Settings → General → Date & Time — and when the controls look grayed out or the wrong city sticks, the cause is almost always Location Services or a missing admin unlock.

Automatic: follow your location

  1. Open System Settings → General → Date & Time.
  2. Turn on Set time zone automatically using your current location. Authenticate as an admin when prompted.

For this to work, Location Services must be allowed to set the zone: go to System Settings → Privacy & Security → Location Services, confirm the main switch is on, then scroll to System Services, click Details…, and check Setting time zone. With that chain intact, the Mac hops zones on its own when you travel — the menu bar clock simply reads differently after you land.

Manual: pin a city

  1. In the same pane, turn off the automatic time zone toggle — the manual controls stay disabled until you do.
  2. Click the Closest city field and start typing; pick from the list (you can also click a region on the map).

Pick the nearest listed city in your zone — it stands in for the whole zone, so a Pune Mac set to "Kolkata" is correct. Manual mode is the right call for a desktop that never moves, or when you deliberately want to work on another zone's clock.

Grayed out? Two usual causes

The Terminal route

# See the current zone, and list valid zone names
sudo systemsetup -gettimezone
sudo systemsetup -listtimezones

# Set a zone (example: London)
sudo systemsetup -settimezone Europe/London

# Undo: set your previous zone back, e.g.
sudo systemsetup -settimezone Asia/Kolkata

Zone names are the standard Region/City identifiers; pipe the list through grep to find yours. Note this changes the zone once — it doesn't touch the automatic toggle, so re-enable automatic mode in System Settings if you want the Mac resuming control.

What a zone change does — and doesn't — touch

Changing the zone changes how moments are displayed, not when they happened: file timestamps are stored in universal time and simply render shifted, so nothing in Finder is really "modified in the future" after a westward move. Things that do react: Calendar's displayed event times (see below), scheduled Focus modes and screen-time limits (they follow the wall clock), and anything you've scheduled by local time. If you routinely work with a second zone, skip the switching entirely: add a World Clock widget to Notification Center — click the menu bar clock, Edit Widgets, World Clock — and both cities are one click away, no settings churn at all.

Screenshots, file names with dates, and log timestamps all follow the new zone from the moment you switch, which makes before-and-after comparisons look odd but harms nothing.

Settings without the spelunking

While you're straightening out the clock, Mainspring lays out 90+ hidden macOS settings — menu bar, Finder, Dock, power — as labelled toggles with one-click undo.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

Calendar events shifted after the change?

Events are stored at an absolute moment, so a 2 PM meeting created in Mumbai displays as 10:30 AM once your Mac thinks it's in London — unsettling but correct. If you plan across zones, turn on Calendar → Settings → Advanced → Turn on time zone support to pin events to explicit zones. And if the clock itself is wrong rather than shifted, start with fixing a Mac that shows the wrong time.