Ad
From-
To-
Time Difference-

About the Time Zone Converter

Coordinated Universal Time (UTC) is the continuous reference scale the world syncs to; every civil time zone is defined as an offset from it, from UTC−12 to UTC+14. This converter takes a wall-clock time in one zone and returns the simultaneous wall-clock time in another — the same instant, expressed twice. It accounts for whether each zone is currently on standard time or daylight saving time (DST), which is where hand conversion usually goes wrong.

The mechanics are stable and worth knowing. Conversion is pure offset arithmetic: convert the source time to 24-hour UTC by subtracting its offset, then add the destination's offset. New York on standard time is UTC−5, so 3:00 PM there is 20:00 UTC, which is 21:00 in London (UTC+0 in winter) — but when the UK is on British Summer Time (UTC+1), the same instant reads 22:00. Nothing about the instant changed; only the labels did.

The trap is that DST transitions do not happen simultaneously worldwide. The US shifts in March and November, Europe in late March and late October, and much of the world — including China, India, Japan, and most of Africa and South America — does not observe DST at all. During the weeks when zones are out of step, the US–Europe offset differs by an hour from its usual value, and meetings scheduled on the old offset silently shift by an hour.

Major UTC Offsets Reference

The table below lists widely referenced zones and their standard-time offsets with DST variants. It is a lookup aid for sanity-checking conversions; for scheduled events, always confirm against a current database such as the IANA time zone database, which is what operating systems and this converter rely on.

A note on odd offsets: not every zone sits on a whole hour. India is UTC+5:30, Nepal UTC+5:45, parts of Australia UTC+9:30, and Newfoundland UTC−3:30. These fractional offsets are historical and persist, so any converter that assumes whole-hour zones will be wrong for roughly a billion people.

Daylight Saving Time Edge Cases

DST creates two pathological hours a year in observing zones: in spring, the local hour between 2:00 and 3:00 AM does not exist (times in that window are invalid or represent the hour after the jump), and in fall, the hour between 1:00 and 2:00 AM occurs twice. Meeting schedulers resolve these explicitly. The southern hemisphere inverts the calendar — Australia and New Zealand shift in April and October — so a Sydney–New York call can have its offset change twice a year from each side at different dates.

The other silent failure is zone renaming and rule changes; governments occasionally change offsets permanently (Samoa skipped a day in 2011; Turkey abolished DST in 2016). This is why converters keyed to IANA zone names rather than fixed offsets stay correct — the zone carries its rules with it.

ZoneStandard offsetDST offsetObserves DST?
Los AngelesUTC−8UTC−7Yes (Mar–Nov)
New YorkUTC−5UTC−4Yes (Mar–Nov)
LondonUTC+0UTC+1Yes (Mar–Oct)
Berlin / ParisUTC+1UTC+2Yes (Mar–Oct)
MumbaiUTC+5:30No
ShanghaiUTC+8No
SydneyUTC+10UTC+11Yes (Oct–Apr)

Working Across Time Zones Well

Practical conventions reduce the pain: store and exchange times in UTC or with explicit zone names, never bare local times; when scheduling, send the UTC instant plus each participant's local rendering; and for recurring meetings, note the dates when offsets change so nobody is surprised in March or November. The converter is fastest for one-off checks — paste a time, pick two zones, read the answer.

Frequently Asked Questions

How do I convert between two time zones?

Convert the source time to UTC by subtracting its offset, then add the destination's offset. Example: 9:00 AM New York (UTC−5) = 14:00 UTC = 22:30 in Mumbai (UTC+5:30).

What is UTC?

Coordinated Universal Time — the global reference time scale derived from atomic clocks, equivalent to GMT for everyday purposes. Every civil zone is defined as an offset from UTC, from UTC−12 to UTC+14.

Why do time zone offsets change during the year?

Zones that observe daylight saving time shift their offset by an hour in summer. Since regions switch on different dates (US in March/November, EU in March/October), offsets between two cities can vary through the year.

Which countries use half-hour time zones?

India (UTC+5:30), Nepal (UTC+5:45), parts of Australia including Adelaide (UTC+9:30), Newfoundland in Canada (UTC−3:30), and Iran historically. Always use the exact offset — assuming whole hours gives the wrong answer for these zones.

Does this converter handle daylight saving time?

Yes. Conversions apply each zone's current rules from the IANA time zone database, the same data operating systems use, so the result reflects whether each side is on standard or daylight time on the date you convert.

Ad