Hero Background

Next-Gen App & Browser Testing Cloud

Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Next-Gen App & Browser Testing Cloud

How to Change the Time Zone on iPhone

To change the time zone on iPhone, open Settings > General > Date & Time, turn off "Set Automatically", tap "Time Zone", and type the name of a city in the zone you want. Your iPhone instantly switches its clock to that zone. To go back to the network-detected zone, simply turn "Set Automatically" back on. The manual method gives you full control and is the recommended approach when you need a specific zone for travel or testing.

Below we cover every method, what to do when the Time Zone option is greyed out, and why a device's time zone is one of the most overlooked variables in mobile mobile app testing.

Why Change the Time Zone on iPhone

By default, an iPhone sets its time zone automatically using the cellular network and your location, so the clock follows you as you travel. Most of the time that is exactly what you want. But there are real situations where you need to override it and pick a zone by hand:

  • Travel and trip planning — set your phone to a destination's zone before you fly so calendar invites, alarms, and meeting times read correctly on arrival.
  • Wi-Fi-only iPads and iPods — devices without a cellular radio cannot always detect the zone, so manual selection keeps the clock right.
  • Testing time-based features — developers and QA engineers deliberately change the zone to reproduce date and time bugs, validate scheduled notifications, and confirm geolocation logic.
  • Remote work across regions — aligning your device with a team or client's zone reduces scheduling errors when you log times manually. If you also work on a Mac, see how to change the time zone on Mac to keep both devices in sync.

Method 1 - Manually Change the Time Zone

Setting the zone manually is the most reliable way to land on an exact time zone, because you choose a representative city instead of relying on network detection. This is the method to use for travel, for a fixed work zone, or for repeatable testing. Follow these steps:

  • Open the Settings app on your iPhone.
  • Tap General.
  • Tap Date & Time.
  • Turn off the Set Automatically toggle. The Time Zone row becomes tappable once this is off.
  • Tap Time Zone.
  • In the search box, type the name of a city in the time zone you want (for example, "London", "New York", or "Tokyo").
  • Tap the matching city from the list. Your iPhone immediately updates the clock, calendar, and timestamps to that zone.

Note that iOS lets you search by city, not by raw zone names like "GMT+5" or "PST". If you do not see your exact city, pick any well-known city that shares the same offset and daylight saving rules. When you are done, you can leave the zone fixed or re-enable automatic detection as described next.

Method 2 - Enable Automatic Time Zone

For everyday use, letting the iPhone manage the zone is the simplest option and handles daylight saving changes for you. To return to the network-detected time zone:

  • Open Settings > General > Date & Time.
  • Turn on the Set Automatically toggle.
  • If prompted, allow Location Services so iOS can detect your zone accurately.

With automatic time on, the Time Zone row turns grey and shows the detected zone but cannot be edited — that is expected behavior, not a fault. Automatic mode relies on the cellular network and GPS, so if your phone is in airplane mode or has no signal, the zone may not refresh until connectivity returns.

Troubleshooting When Time Zone Is Greyed Out

A greyed-out, untappable Time Zone row is the most common complaint, and it almost always comes down to one of these causes:

  • Set Automatically is still on. This is by far the most frequent reason. Turn off the Set Automatically toggle in Date & Time and the Time Zone row becomes editable.
  • Screen Time restrictions. If a restriction is enabled, go to Settings > Screen Time > Content & Privacy Restrictions > Location Services and make sure changes are Allowed for system services. Restrictions can lock the date and time controls.
  • The "Set Automatically" toggle itself is greyed out. Sometimes you cannot even switch automatic mode off. Screen Time is almost always the culprit: open Settings > Screen Time and either turn Screen Time off or allow changes under Content & Privacy Restrictions, then return to Date & Time and the toggle becomes usable.
  • Location Services for "Setting Time Zone" is off. Automatic detection needs this. Open Settings > Privacy & Security > Location Services > System Services and turn on Setting Time Zone.
  • MDM or work/school profile. Managed devices often enforce a fixed time zone through a Mobile Device Management profile. In that case the option is intentionally locked and only your IT administrator can change it.
  • A temporary glitch. If none of the above apply, restart the iPhone or update iOS, then re-check Date & Time.

Why Time Zone Matters for App Testing

Time zone is one of the highest-yield, lowest-effort variables to test, because so many defects hide in time handling. Changing the device zone surfaces issues that never appear when every tester sits in the same region:

  • Date and time bugs. Off-by-one dates near midnight, events that show "yesterday" or "tomorrow", and broken daylight saving transitions appear only in certain zones.
  • Scheduling and notifications. Push reminders, calendar alerts, and "send at 9 AM local" features fire at the wrong moment when zone math is wrong.
  • Geolocation and content. Apps that localize prices, news, or store hours by region can show the wrong content if they read the device zone incorrectly.
  • Data integrity. Timestamps stored without proper UTC handling drift when the user moves between zones, corrupting logs and analytics.

A solid test plan changes the iPhone zone to several extremes — a positive offset, a negative offset, and a zone with daylight saving — and verifies each time-dependent screen. Pairing this with real device cloud coverage ensures you are seeing genuine iOS behavior, not an approximation.

Common Mistakes

  • Trying to edit Time Zone with automatic on. The row stays grey until you turn off Set Automatically. This trips up most first-time users.
  • Searching by offset instead of city. iOS only accepts city names. Type "Dubai" or "Los Angeles", not "GMT+4" or "PST".
  • Forgetting to switch back. If you change the zone for testing or travel and forget to re-enable automatic mode, your alarms and calendar may stay wrong after you return home.
  • Assuming it changes the app's data. Changing the device zone changes what is displayed, but a well-built app stores moments in UTC — so verify both the display and the stored value.
  • Ignoring daylight saving. Two cities can share an offset today but diverge during DST. Pick a city that matches the zone's DST rules, not just its current offset.

Conclusion

Changing the time zone on an iPhone is quick: open Settings > General > Date & Time, turn off Set Automatically, tap Time Zone, and type a city. Turn Set Automatically back on whenever you want the network to manage it again. If the option is greyed out, check that automatic mode is off, that Screen Time and Location Services allow the change, and that no work profile is enforcing the zone. For developers and testers, deliberately changing the zone — and verifying behavior across real iPhones — is one of the simplest ways to catch the date, scheduling, and geolocation bugs that frustrate users the most.

Frequently Asked Questions

How do I manually change the time zone on my iPhone?

Open Settings, tap General, then Date & Time. Turn off Set Automatically, tap Time Zone, and type the name of a city in the zone you want. Select the matching result and your iPhone updates its clock to that zone instantly.

Why is the Time Zone option greyed out on my iPhone?

Time Zone is usually greyed out because Set Automatically is still on, Screen Time content restrictions lock it, or Location Services for "Setting Time Zone" is off. A work or school MDM profile can also enforce the time zone and disable manual edits.

Does changing the iPhone time zone change the time shown?

Yes. The displayed clock, calendar events, alarms, and timestamps all shift to match the new time zone. Because the underlying instant is unchanged, recurring alarms keep their local wall-clock time but events tied to a fixed UTC moment move on screen.

How do I set my iPhone back to the automatic time zone?

Go to Settings > General > Date & Time and turn Set Automatically back on. The iPhone then uses the cellular network and your location to pick the correct zone, which is the recommended setting for everyday accuracy and daylight saving updates.

Why does my iPhone time zone change matter for app testing?

Many bugs only appear in specific zones: off-by-one dates near midnight, broken daylight saving transitions, wrong scheduled notifications, and incorrect geolocation. Manually setting the device time zone lets you reproduce and verify these time-sensitive behaviors before release.

Does an iPhone change the time zone automatically when traveling?

Yes, as long as Set Automatically is on and Location Services for "Setting Time Zone" is enabled. The iPhone uses the cellular network and GPS to detect your location and update the clock. If you are in airplane mode or have no signal, the zone may not refresh until connectivity returns.

Why is my iPhone showing the wrong time zone, and how do I fix it?

A wrong zone usually means automatic detection failed or a manual zone is stuck. Toggle Set Automatically off and on, confirm Location Services and "Setting Time Zone" are enabled, and check that Screen Time or an MDM profile is not locking it. If it persists, restart the iPhone or update iOS.

Related Questions

Test Your Website on 3000+ Browsers

Get 100 minutes of automation test minutes FREE!!

Test Now...

KaneAI - Testing Assistant

World’s first AI-Native E2E testing agent.

...

TestMu AI forEnterprise

Get access to solutions built on Enterprise
grade security, privacy, & compliance

  • Advanced access controls
  • Advanced data retention rules
  • Advanced Local Testing
  • Premium Support options
  • Early access to beta features
  • Private Slack Channel
  • Unlimited Manual Accessibility DevTools Tests