Time Zone Converter

Pick a time and a few cities. We handle the offsets and daylight saving for you.

Why converting time zones is trickier than adding hours

A time zone is not a fixed number. It is a rule: an offset from Coordinated Universal Time (UTC) that can change twice a year when a region starts or ends daylight saving time, and that different countries switch on different dates. Converting a moment from one place to another means looking up each region's offset for that specific instant, not applying a memorized number. That is exactly what trips people up when they schedule a call and land a colleague at 2 a.m. This converter reads offsets from the IANA time zone database built into your browser, so the daylight-saving rules are always current.

How to use it

  1. Set the base time — the date and time you already know — and the base time zone it belongs to. Press Now to start from the current moment.
  2. Add one or more cities. Each card shows that city's local time for your base instant, its UTC offset badge, and a +1 day or -1 day badge when the result falls on a different calendar date.
  3. A DST badge appears on any city that is currently observing daylight saving time for the instant you picked.

The offset arithmetic

Every conversion routes through UTC. The base time is turned into a UTC instant, then each city's offset for that instant is applied. Two cities that show UTC+9:00 and UTC-4:00 are 13 hours apart, because 9 − (−4) = 13. Because offsets are computed in minutes, half-hour and quarter-hour zones such as India (UTC+5:30) and Nepal (UTC+5:45) come out exactly rather than being rounded to the nearest hour.

Example 1 — a 13-hour gap. You set 9:00 AM in Tokyo (UTC+9). That is 00:00 UTC. New York in summer is on EDT (UTC−4), so it reads 8:00 PM — and because that is the evening before, the New York card shows a -1 day badge.

Example 2 — a half-hour zone. Base time 6:00 PM in London during winter (GMT, UTC+0) converts to 11:30 PM the same day in Kolkata (UTC+5:30). Add 30 minutes to a whole-hour assumption and you would have been wrong by exactly that half hour.

Example 3 — scheduling across three cities. A 10:00 AM call in New York in January (EST, UTC−5) is 3:00 PM in London (UTC+0, same day) and 2:00 AM the next day in Sydney (AEDT, UTC+11, +1 day badge). The badges make it obvious that Sydney is the one to reconsider.

Standard offsets and daylight saving for common cities

CityStandard offsetDaylight savingNote
LondonUTC+0Yes (→ UTC+1)Northern-hemisphere summer
New YorkUTC−5Yes (→ UTC−4)Switches on different dates than Europe
TokyoUTC+9NoFixed all year
KolkataUTC+5:30NoHalf-hour offset
KathmanduUTC+5:45NoQuarter-hour offset
SydneyUTC+10Yes (→ UTC+11)Summer falls in Dec–Feb
DubaiUTC+4NoFixed all year

Common mistakes and limits

Sources & further reading

Frequently asked questions

Does the converter handle daylight saving time (DST) automatically?

Yes. This time zone converter never stores fixed offsets. It reads each city's UTC offset for the exact instant you enter from your browser's built-in IANA time zone database, which already knows every country's daylight saving rules and the exact dates they switch. So if the moment you pick falls after a city has sprung forward, the result reflects that automatically — a "DST" badge appears on cities that are on daylight saving time, and no offset is ever hardcoded.

How many hours ahead or behind is one city from another?

Read the UTC offset badge on each card. A city showing UTC+9:00 and another showing UTC-4:00 are 13 hours apart (9 plus 4). Because the offsets are worked out in minutes for the exact instant you chose, half-hour and quarter-hour zones such as India (UTC+5:30) and Nepal (UTC+5:45) are shown exactly, and the +1 day / -1 day badge tells you when the difference pushes a city onto the next or previous calendar day.

Where does the time zone data come from?

From the IANA time zone database that is built into your own browser and operating system — the same database phones and computers use worldwide. Nothing you enter is sent to a server: the entire conversion runs on your device, so your base time and city list stay private. Your chosen cities are saved locally with localStorage on this device, and in private browsing they simply reset when you close the tab.

How do I read the +1 day / -1 day badge when scheduling a meeting across time zones?

The badge tells you whether a city lands on a different calendar day from your base time. Say you set 4:00 PM in Los Angeles for a call: Tokyo may show the next morning with a +1 day badge, while it is still the same day for London. Checking these badges before you send an invite is the easiest way to avoid booking someone for 9 a.m. when it is really 2 a.m. the following night for them.

What time does the New York Stock Exchange open in my time zone?

The NYSE opens at 9:30 AM Eastern Time and closes at 4:00 PM Eastern. To see that in your own time, set the base time zone to New York, enter 9:30 AM, then add your own city as a card — the converter shows the exact local time and whether it falls on the same day. Because it follows daylight saving automatically, the answer stays correct whether New York is on EST in winter or EDT in summer.