July 27, 2026 · 5 min read
Time zones and ChatGPT reminder calls
A ReminderIt call is only useful if it rings at the right hour. Here is how ChatGPT handles IANA time zones, travel and daylight saving.

A reminder call that lands an hour late is worse than no call at all. The single detail that decides whether your phone rings at the right moment is the time zone, and it is also the detail most people forget to say out loud.
This guide shows how ReminderIt handles time zones through ChatGPT: why it uses IANA names, what happens when you travel, how daylight saving is taken care of, and the one habit that prevents almost every mistiming.
Why ReminderIt uses IANA zone names
ReminderIt schedules every call against an IANA time zone: a canonical name like America/New_York, Europe/London or Asia/Kolkata. These names describe a place, not a fixed offset, which is exactly what you want. "9am in New York" stays 9am in New York whether or not the clocks have changed.
Offsets such as "GMT+5:30" or loose labels like "EST" are ambiguous and drift out of date, so ReminderIt does not rely on them. When you tell ChatGPT a city or region, it maps that to the proper IANA identifier before creating the reminder.
Always confirm the zone before the call is made
The habit that saves you is simple: name the zone in your request. Say "8am Asia/Kolkata", not just "8am". If you leave it out, ChatGPT should ask rather than guess, and you should answer with a place rather than an offset.
It is worth one extra line of confirmation because a call is a real event on a real phone. Reading back "I will call you at 08:00 Asia/Kolkata" and agreeing takes a second and removes all doubt.
Travel: your reminder does not follow your suitcase
A reminder created for Europe/London keeps firing on London time even after you fly to India. That is deliberate. If a medication call needs to reach you at 8am wherever you physically are, you must tell ChatGPT to update the zone once you land.
A natural way to do it: "I have moved to Asia/Kolkata for two weeks, change my 8am pill reminder to that zone." ChatGPT uses update_reminder to switch the zone, and the next call lands at 8am local time. When you return home, ask it to switch back.
Daylight saving is handled for you
Because reminders are pinned to a named zone, daylight saving transitions are automatic. A 7am Europe/London call stays at 7am across the spring and autumn clock changes; you never edit anything.
The only case that needs thought is a reminder set in a zone that observes DST while you sit in one that does not, or vice versa. Keep each reminder in the zone where you want it to ring and the clocks look after themselves.
Example: a call across two zones
Suppose you are in New York but want to phone a colleague in India at their 9am. Type into ChatGPT: "Call me every weekday at 9am Asia/Kolkata to prep for the India standup." ChatGPT calls create_reminder with a weekday cron of 0 9 * * 1-5 and the time zone Asia/Kolkata.
To be sure it read the zone correctly, follow up with "show my upcoming calls". ChatGPT runs list_upcoming and lists the next few times. If they read as 9am India time, you are set. To hear it once immediately, ask "ring my phone now to test it" and ChatGPT triggers test_call.
Put it to work
More articles
Reminders that actually reach you
A real phone call at the moment that matters — with a WhatsApp message if you miss it.
Get started freeNew to call-based reminders? Read the complete guide to reminders that actually work.