How to See Apple Calendar in a Different Time Zone on a Mac

How to See Apple Calendar in a Different Time Zone on a Mac

Struggling to coordinate a meeting across time zones? Want to preview your itinerary exactly as it will look at your destination? Find out here how to see Apple Calendar in a different, custom time zone on your Mac ⤓ (without changing the Mac’s clock or date).

First, Feet to Hours

You will get questions. Inevitably, on hikes through forests, over dunes, into mountains or along a city’s streets, someone will ask you — or perhaps you’ll ask yourself:

“How long will this take?”

Take a look at the map, then tackle the math. An average hiking hour covers

  • 4 km (2.5 mi) on flat ground,
  • 200–300 m (650–980 ft) of uphill altitude or
  • 400–550 m (1300–1800 ft) of descent.

Calculate the time for the distance and the time for climbing/descending separately. Take the larger number, add half of the smaller, and you have your hours of hilly hiking.

For example, suppose your trail covers 8 km on the map, with a 650 m climb and a 200 m descent.

  1. 8 km at 4 km/hour = 2 hours.
  2. 650 m up and 200 m down = about 3½ hours total
  3. The larger number is 3½ hours (ascent + descent); half of the smaller (2 hours) is 1 hour
  4. 3½ + 1 = approximately 4½ hours

If your trail jumps across time zones, you can put the calculator away, though, for that conversion: Calendar does the shifting for you — letting you preview events in any time zone instantly; no hiking or math are needed:

How to See Apple Calendar in a Different Time Zone on Your Mac

Time needed: 2 minutes

To see your calendar and events in a different time zone with Apple Calendar for macOS on a Mac:

  1. Enable time zone support for Apple Calendar on macOS; see below.

    Change it all: You can also change the time zone for the Mac altogether to make it behave as if it were in a different location.

  2. Click the current time zone in the top area of the Calendar app’s main window.

    Here’s where: You can find the drop-down menu next to the Calendar search field and the view selector.

  3. Choose a recently used time zone or Other: for a new time zone.

    New time zone: Click on the map to choose a location, then click OK.
    Search: You can also (and more practically) use the Closest city: field to search for locations by city or country.
    Here’s what happens: You will see everything in Calendar as if you were in the chosen time zone.
    As if you’re already there: With time zone support enabled, you can also create an event with a time using a specific time zone.
    Their word: Apple include information on juggling time zones in the Calendar User Guide.
    Choose the time zone to use in Mac Calendar from the drop-down menu

Zoning out and zoning in?

Buy La De Du a tea

Tips help fuel these email and tech how-tos.

Enable Time Zone Support in Apple Calendar for Mac

To turn on time zone support in Apple Calendar so you can enter events using custom time zones and see your calendar in a different time zone:

  1. Open the Calendar app’s settings.
    Here’s how: Select Calendar | Settings… from the menu in Calendar.
    Apple Calendar keyboard shortcut: You can, as usual, also press Command , (comma) to open settings.
  2. Go to the Advanced section.
  3. Enable Turn on time zone support.
  4. Close the settings window.
    Turn on time zone support to see your itinerary in a different time zone in Apple Calendar for Mac

On an iPhone? How to Use iPhone Calendar with a Different Time Zone

How to See Apple Calendar in a Different Time Zone on a Mac: FAQ

Will existing events “move” to show in the chosen time zone?

Yes.

All events remain fixed at their absolute time, of course, and display correctly in the chosen time zone.
Exception: Events explicitly set up to float in Apple Calendar always display at the same time relative to the local time (e.g. at 8 p.m. whatever the time zone).

Can I switch between (or pick) time zones using a keyboard shortcut?

No.

Apple Calendar includes neither a menu item nor a keyboard shortcut to change the time zone used for display.

Can I clear the list of recently used time zones?

Yes.

While you cannot remove items from the list in the Calendar application itself, you can clear the list using Terminal.

To reset the list of recently used time zones in the Calendar app on a Mac:

  1. Close Calendar.
  2. Open Terminal.
    Here’s how: Search for terminal in Spotlight search, for example, to open the Terminal app.
  3. Type defaults read -app Calendar RecentlyUsedTimeZones.
    Here’s why: This command will display the currently saved list for your account; do check it to make sure you’re resetting the right thing.
  4. Press Enter.
  5. Now type defaults delete -app Calendar RecentlyUsedTimeZones.
    Here’s why: This will bluntly remove the whole list as the simplest way to start fresh.
    Editing instead of deleting: To change the existing list, you can use the defaults write -app Calendar RecentlyUsedTimeZones command; see below.
    App alternative: In place of “-app Calendar”, you can also use “com.apple.iCal”, e.g. defaults delete com.apple.iCal RecentlyUsedTimeZones.
  6. Press Enter again.
    Clear the list of recently used time zones in Apple Calendar for Mac

What’s the command and format to edit the list of recently used Calendar time zones?

In the Calendar configuration, the list or recent time zones uses the following format: entries are surrounded by double straight quotation marks; entries are separated by comma; the whole list is enclosed in parens.
Example:
RecentlyUsedTimeZones = (
"Asia/Tokyo",
"Africa/Nairobi",
"America/Los_Angeles"
)

To remove Los Angeles from the list, you can use the following command:
defaults write -app Calendar RecentlyUsedTimeZones '("Asia/Tokyo", "Africa/Nairobi" )'

(Tested with Calendar 15–16 on macOS Tahoe 26 and Sequoia 15.6; first published August 2025, last updated March 2026)

Home » Mac Tips and Resources » How to See Apple Calendar in a Different Time Zone on a Mac