Guides5 min read

How to Calculate Time Difference Between Two Countries

The math is the easy part. Subtract one UTC offset from another and you have the time difference. New York is UTC-5. London is UTC+0. Difference: 5 hours.

Where it actually gets tricky: figuring out which UTC offset is currently active. New York's offset isn't always -5 — it's -4 from March to November. London's isn't always 0 — it's +1 from late March to late October. And those two switches happen on different dates. For a few weeks each spring and fall, the New York–London gap is 4 hours instead of 5, and anyone relying on a memorized "5 hours" is wrong.

Here's how to get the right answer, every time.

Why Time Differences Exist

Time zones exist because the Earth rotates. The sun can't be overhead in New York and Tokyo at the same time — the planet's roughly 24-hour rotation means midday happens at different moments in different places.

The simplest system would be pure solar time — every place keeps local noon at 12:00. But that creates a patchwork of thousands of slightly different local times, which made commerce and communication before the telegraph era manageable but became increasingly impractical as railroads and telegraphs started connecting distant cities.

The modern timezone system emerged from the 1884 International Meridian Conference, where 25 countries agreed on Greenwich, England as the prime meridian (0°) and established the concept of standard time zones. The idea: divide the world into 24 zones of 15° longitude each, each one hour apart. Every place within a zone keeps the same time.

In practice, that clean 15°-per-zone grid got heavily modified by political and practical considerations. Countries wanted to keep the same time as their trading partners. Large countries (China, India) chose a single national timezone for unity rather than splitting along solar lines. The result is the current patchwork — some zones offset by 30 or 45 minutes, some boundaries that follow political borders rather than longitude.

📊 There are currently 38 distinct UTC offsets in use worldwide, ranging from UTC-12 (parts of the Pacific) to UTC+14 (Kiribati's Line Islands). This is more than the theoretical 24 because many jurisdictions use 30-minute or 45-minute offsets — IANA Time Zone Database.

How to Find the Time Difference Between Any Two Cities

Step 1: Look up both UTC offsets.

You need the current offset — not the standard offset, because DST changes it.

For example, London's standard offset is UTC+0. But from late March to late October, the UK observes British Summer Time (BST), which is UTC+1. Using UTC+0 when the UK is on BST gives you the wrong answer.

The time zone converter on this site uses the IANA timezone database, which tracks current DST status for every timezone automatically. You don't have to look up whether a country has switched — it handles that based on today's date.

Step 2: Subtract one offset from the other.

If City A is UTC+X and City B is UTC+Y:

Example: New York (UTC-5) to Tokyo (UTC+9)

Example: Mumbai (UTC+5:30) to London (UTC+0)

Step 3: Verify with a specific time.

Always sanity-check with a real time. If you think New York is 14 hours behind Tokyo, verify: 9:00 AM New York = 11:00 PM Tokyo (next day). That's 14 hours ahead — correct.

UTC Offset Reference — Major Cities

| City | Country | UTC Offset (Winter) | UTC Offset (Summer) | DST? | |---|---|---|---|---| | New York | USA | UTC-5 (EST) | UTC-4 (EDT) | Yes | | Los Angeles | USA | UTC-8 (PST) | UTC-7 (PDT) | Yes | | Chicago | USA | UTC-6 (CST) | UTC-5 (CDT) | Yes | | London | UK | UTC+0 (GMT) | UTC+1 (BST) | Yes | | Paris / Berlin | EU | UTC+1 (CET) | UTC+2 (CEST) | Yes | | Dubai | UAE | UTC+4 | UTC+4 | No | | Mumbai | India | UTC+5:30 | UTC+5:30 | No | | Singapore | Singapore | UTC+8 | UTC+8 | No | | Tokyo | Japan | UTC+9 | UTC+9 | No | | Sydney | Australia | UTC+10 (AEST) | UTC+11 (AEDT) | Yes (Oct–Apr) |

Note on Sydney: Australia's DST runs October to April — the opposite of the Northern Hemisphere — because Australia is in the Southern Hemisphere where summer falls in November and December.

Popular City Pair Time Differences

These are the conversions people look up most frequently:

| Pair | Winter Difference | Summer Difference | Notes | |---|---|---|---| | New York → London | NY is 5 hrs behind | NY is 4–5 hrs behind | Gap varies during DST mismatch weeks | | New York → Mumbai | NY is 10.5 hrs behind | NY is 9.5 hrs behind | India never changes | | New York → Tokyo | NY is 14 hrs behind | NY is 13 hrs behind | Japan never changes | | New York → Sydney | NY is 15 hrs behind | NY is 14–16 hrs behind | Sydney DST runs Oct–Apr | | London → Mumbai | London is 5.5 hrs behind | London is 4.5 hrs behind | UK changes, India doesn't | | Los Angeles → New York | LA is 3 hrs behind | LA is 3 hrs behind | Both observe DST together — gap stays at 3 | | London → Dubai | London is 4 hrs behind | London is 3 hrs behind | UK changes, UAE doesn't |

Notice the Los Angeles–New York difference: it stays at exactly 3 hours all year. That's because both observe DST on the same schedule — they move together. Same goes for Chicago–New York (always 1 hour) and any other pair where both cities are in the US.

How to Calculate Across DST

The tricky cases involve one city that observes DST and one that doesn't — or two cities that observe DST on different dates.

Case 1: US + India

India doesn't observe DST. The US does. So the time difference changes when the US switches.

When the US springs forward in March, New York gets an hour closer to Mumbai. When it falls back in November, it gets an hour further away again.

Case 2: US + Europe (during the mismatch window)

The US springs forward in early March. The UK and EU spring forward in late March — about 3 weeks later. During those 3 weeks:

After the UK switches to BST (UTC+1), the gap between EDT and BST becomes 5 hours again.

The same mismatch happens in autumn: the UK falls back in late October, the US falls back in early November. There's about a week where the UK is back on GMT but the US is still on EDT.

Case 3: Northern vs Southern Hemisphere

Australia's DST runs from October to April — their summer, which is the Northern Hemisphere's winter. This means Sydney's offset from New York varies significantly:

The New York–Sydney gap swings between 14 and 16 hours depending on which season each country is in. This is why "what time is it in Sydney when it's 9 AM in New York?" has a different answer depending on the month.

The Fastest Way to Get the Right Answer

For one-off conversions, the time zone converter is faster than manual math — enter a time, pick two zones, get the exact current-offset-adjusted result.

For recurring work with specific city pairs — New York to Mumbai every week, or London to Singapore for a daily standup — the dedicated pair pages (EST to IST, GMT to IST) have 24-hour tables showing every hour of the day converted between the two zones, with DST notes.

📊 57% of workers use at least 3 different time zones in their weekly work — Harvard Business Review. For most of them, having a reliable reference for their two or three most common city pairs — not memorizing every offset — is the practical solution.

Frequently Asked Questions

How do I calculate the time difference between two countries?

Look up both countries' current UTC offsets (checking whether DST is active), then subtract: Offset B minus Offset A gives the difference. If positive, Country B is ahead. Use the time zone converter to skip the lookup and get the answer directly.

Why does the time difference between the US and Europe change in spring and fall?

Because they switch Daylight Saving Time on different dates. The US switches in early March and early November; the UK and EU switch in late March and late October. During the gap weeks, the time difference is temporarily different from what you'd expect.

What is the time difference between New York and London?

5 hours in standard time (EST vs GMT). 4 hours during the US-only DST period (EDT vs GMT) in early March, and 5 hours again once the UK switches to BST (EDT vs BST = still 5 hours). Briefly 6 hours in early November when the UK has fallen back to GMT but the US is still on EDT.

What countries don't observe Daylight Saving Time?

Many. India, China, Japan, UAE, Singapore, most of Africa, most of Southeast Asia — all use fixed UTC offsets year-round. The most notable countries that do observe DST are the US, Canada, most of Europe, and parts of Australia.

How do I find the time difference for an unusual city or territory?

The time zone converter covers 500+ timezone zones, including territories and partial-DST regions like Arizona. Search for the city or country name and it'll apply the correct current offset.

Related Articles

← All articles