📅 Daily Life
🌐 🌐 Time Zone Converter: How World Time Zones Work
Learn how time zones work, how to convert between them using UTC offsets, and how daylight saving time affects conversions. Covers all major world time zones with examples.
⏱️ 8 min read🦉 365tool.net🌍 For everyone worldwide
With remote work, global travel, and international teams now standard, the ability to quickly convert between time zones has become an essential everyday skill. A meeting at "3 PM EST" — what time is that in London? Tokyo? Sydney? The answer requires understanding UTC, offsets, and the complications introduced by daylight saving time.
How Time Zones Work
The Earth is divided into time zones because different parts of the world experience daylight at different times as the planet rotates. The reference point is UTC (Coordinated Universal Time) — the global time standard maintained by atomic clocks at 0° longitude. Every time zone is defined as an offset from UTC.
- UTC+0: UK (in winter), Portugal, West Africa
- UTC+1 to UTC+12: East of UTC — clocks run ahead
- UTC−1 to UTC−12: West of UTC — clocks run behind
- UTC+13 and +14: Pacific island nations west of the date line
The world has 38 distinct UTC offsets — not just 24 — because several countries use half-hour or 45-minute offsets. India (UTC+5:30), Nepal (UTC+5:45), Iran (UTC+3:30), and parts of Australia (UTC+9:30) are notable examples.
The Conversion Formula
Target time = Source time + (Target UTC offset − Source UTC offset)
Example 1: New York to London
New York (EST) = UTC−5 | London (GMT) = UTC+0
It's 3:00 PM in New York. What time is it in London?
- Offset difference: UTC+0 − (UTC−5) = +5 hours
- London time: 3:00 PM + 5 hours = 8:00 PM
Example 2: New York to Tokyo
New York (EST) = UTC−5 | Tokyo (JST) = UTC+9
It's 9:00 AM Monday in New York. What time is it in Tokyo?
- Offset difference: UTC+9 − (UTC−5) = +14 hours
- Tokyo time: 9:00 AM + 14 hours = 11:00 PM Monday
Wait — 9 AM + 14 hours = 11 PM. Still Monday in Tokyo.
Example 3: London to Los Angeles (crossing midnight)
London (GMT) = UTC+0 | Los Angeles (PST) = UTC−8
It's 2:00 AM Tuesday in London. What time is it in LA?
- Offset difference: UTC−8 − UTC+0 = −8 hours
- LA time: 2:00 AM Tuesday − 8 hours = 6:00 PM Monday
LA is still in Monday when London is early Tuesday — the crossing of midnight changes the day.
Major World Time Zones Reference
| Zone |
UTC Offset (Standard) |
Major Cities |
| PST / PDT | UTC−8 / UTC−7 | Los Angeles, Seattle, Vancouver |
| MST / MDT | UTC−7 / UTC−6 | Denver, Phoenix (no DST) |
| CST / CDT | UTC−6 / UTC−5 | Chicago, Mexico City, Winnipeg |
| EST / EDT | UTC−5 / UTC−4 | New York, Miami, Toronto |
| GMT / BST | UTC+0 / UTC+1 | London, Lisbon, Reykjavik |
| CET / CEST | UTC+1 / UTC+2 | Paris, Berlin, Rome, Amsterdam |
| IST | UTC+5:30 | Mumbai, Delhi, Kolkata (no DST) |
| CST | UTC+8 | Beijing, Shanghai (no DST) |
| JST | UTC+9 | Tokyo, Seoul (no DST) |
| AEST / AEDT | UTC+10 / UTC+11 | Sydney, Melbourne, Brisbane |
Daylight Saving Time (DST) — The Big Complication
Daylight Saving Time shifts clocks forward 1 hour in spring ("spring forward") and back 1 hour in fall ("fall back"). It's observed by most of North America, Europe, and some other regions — but NOT by Japan, China, India, UAE, most of Africa, or Arizona (US).
DST creates two complications for time conversions:
- The gap between cities changes seasonally: New York and London are normally 5 hours apart (EST/GMT). During the weeks when only one has shifted clocks, they're 4 or 6 hours apart. This 2–3 week "mismatch" window catches many people out.
- Ambiguous abbreviations: "CST" means both US Central Standard Time (UTC−6) AND China Standard Time (UTC+8). When precision matters, use the IANA timezone name (America/Chicago, Asia/Shanghai) or explicit UTC offset.
Finding Overlapping Business Hours
For international meetings, the practical challenge is finding a time that falls within business hours (9 AM–5 PM) for everyone involved. With widely spread time zones, this can be impossible:
- New York + London: 8 hours overlap in morning (9 AM–5 PM ET = 2–10 PM GMT)
- New York + Mumbai: Almost no overlap (9 AM ET = 6:30 PM IST; end of Mumbai's workday)
- London + Tokyo: No standard overlap (9 AM London = 5 PM Tokyo, end of day)
For widely distributed teams, rotating the meeting time to share the inconvenience fairly is a common practice — one week early morning for eastern participants, next week late afternoon.
❓ Frequently Asked Questions
How do I convert time between time zones?▼
Find the UTC offset for each time zone. Add the difference between offsets to the source time. Example: New York (UTC−5) to London (UTC+0): difference is +5 hours, so 3 PM New York = 8 PM London. If the result crosses midnight, adjust the day accordingly.
What is UTC and how does it relate to time zones?▼
UTC (Coordinated Universal Time) is the global time standard maintained by atomic clocks at 0° longitude. Every time zone is defined as an offset from UTC. UTC−5 means 5 hours behind UTC; UTC+9 means 9 hours ahead. UTC itself never observes daylight saving time, making it a stable reference point for all conversions.
Why does daylight saving time complicate time zone conversions?▼
DST shifts clocks by 1 hour in spring and back in fall, but different countries change their clocks on different dates. During the transition weeks, the time difference between two cities can temporarily shift by 1 hour from the usual gap. Countries like Japan, China, and India do not observe DST, so their offset from DST-observing regions changes seasonally.
Why are there 38 time zones instead of 24?▼
While 24 time zones spaced one hour apart would perfectly match the Earth's 24-hour rotation, several countries use half-hour or 45-minute offsets for practical or political reasons. India (UTC+5:30), Nepal (UTC+5:45), Iran (UTC+3:30), and parts of Australia (UTC+9:30 and UTC+10:30) use fractional offsets, creating 38 distinct time zones worldwide.
What is the best time for meetings across multiple time zones?▼
Look for overlapping business hours (9 AM–5 PM) across all locations. New York and London overlap in the morning (US time). New York and Mumbai have almost no overlap — any meeting requires one party to be outside business hours. For teams with no overlap, rotate meeting times to share the inconvenience, or use asynchronous communication tools instead.