MainspringGuides › Across Time Zones
macOS Guide

Set 24-hour time on Mac for scheduling across time zones

Updated August 2026 · 4 min read

When your teammates are eight or nine hours away, 12-hour time turns every calendar invite into mental arithmetic. Switching your Mac to a 24-hour clock removes half the guesswork — a call at 15:00 your time maps cleanly to another zone without an AM/PM wrapping around noon. Turn it on under System Settings → General → Date & Time → 24-hour time.

Why 24-hour helps across zones

Time-zone math is addition and subtraction, and 24-hour time keeps the numbers linear. Adding 9 hours to 15:00 gives 24:00 → 00:00 — you can see the day roll over. In 12-hour time the same sum forces you to track an AM/PM flip and the noon boundary at once, which is where "wait, is that their morning or evening?" errors creep in. For anyone running standups, client calls, or handoffs across regions, the 24-hour readout is simply less to hold in your head.

Put your Mac on a 24-hour clock

  1. Open System Settings → General → Date & Time.
  2. Turn on 24-hour time — the menu-bar clock switches at once.
  3. Also turn on General → Language & Region → 24-Hour Time so Calendar and Mail timestamps match.

Or set both the fast way and script it if you manage several machines:

# Menu-bar clock in 24-hour time
defaults write com.apple.menuextra.clock Show24Hour -bool true
killall ControlCenter

# Revert to 12-hour
defaults write com.apple.menuextra.clock Show24Hour -bool false
killall ControlCenter

All of this behaves identically on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.

Add a second zone to the clock and Calendar

A 24-hour clock is the foundation; two more built-in features make cross-zone work concrete:

Together these mean an invite that says 09:00 CET is unambiguous: your 24-hour clock reads your local equivalent, the widget shows theirs, and there's no AM/PM to slip on.

Set it once, reverse it anywhere

Mainspring exposes the 24-hour clock as a plain labelled switch among 90+ hidden macOS settings — ideal when you set up a work Mac and want the format right from day one, and reversible if your team switches conventions.

Try Mainspring free →

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

Keep the underlying time correct

A clean 24-hour readout only helps if the zone itself is right. If your Mac ever shows the wrong region, see how to change the time zone on Mac to set it manually or let location keep it accurate.