Time zones allow people across the globe to coordinate using a shared reference: UTC (Coordinated Universal Time). Every time zone is expressed as an offset from UTC — Eastern Standard Time is UTC-5, Tokyo is UTC+9, and so on. When converting between zones, you calculate the difference in UTC offsets.
The complication is Daylight Saving Time (DST): many countries shift their clocks forward by one hour in summer and back in autumn. This means the offset for a given time zone changes twice a year. A good time zone converter accounts for DST automatically using the IANA timezone database.
How Time Zone Conversion Works
Conversion steps:
1. Find the UTC offset for the source zone at the given date/time
(accounts for DST)
2. Convert source time to UTC:
UTC = source time − UTC offset
3. Convert UTC to destination zone:
destination = UTC + destination UTC offset
Example: 3:00 PM Eastern (EDT, UTC-4) → Tokyo (JST, UTC+9)
UTC = 15:00 − (−4h) = 19:00 UTC
Tokyo = 19:00 + 9h = 04:00 next dayDaylight Saving Time
DST shifts clocks forward by one hour in spring, effectively moving an hour of daylight from morning to evening. In the US, clocks spring forward on the second Sunday of March and fall back on the first Sunday of November. The UK and EU follow similar but not identical schedules.
Not all countries observe DST: Japan, China, India, and most of the Middle East do not adjust their clocks. Arizona (except the Navajo Nation) also does not observe DST, staying on MST year-round. When scheduling international meetings, always verify the specific offset for the date in question, not just the zone name.
Common Time Zone Conversions
New York to London: typically 5 hours ahead (EST to GMT) or 4 hours ahead (EDT to BST). During the brief windows when one has changed for DST but the other has not, the gap can be 4 or 6 hours.
New York to Tokyo: Tokyo is 13 or 14 hours ahead depending on US DST. Since Japan does not observe DST, the difference changes only when the US changes. 10 AM Monday in New York is 11 PM Monday (EST) or midnight Tuesday (EDT) in Tokyo.
Quick Tips
- ✓
Always include the date when scheduling international meetings — crossing midnight means a different day in the destination zone.
- ✓
UTC never changes — use it as a neutral anchor when coordinating across many zones.
- ✓
Asia/Pacific zone meetings are often awkward from the US: 9 AM Sydney is 7 PM New York the previous day (EST).
- ✓
Spring forward, fall back: in March US clocks lose an hour; in November they gain one.
- ✓
The IANA timezone database (used by this converter) is the authoritative source for historical and current offsets.
Frequently Asked Questions
Why do time zone offsets sometimes have half-hours?
Some time zones are not at whole-hour offsets from UTC. India is UTC+5:30, Nepal is UTC+5:45, and Australia's Northern Territory is UTC+9:30. This is due to historical and political decisions rather than geography.
What is the International Date Line?
The International Date Line (IDL) is the antemeridian of the prime meridian, roughly along the 180° longitude line. Crossing it going west adds a day; going east subtracts a day. This is why flying from the US to Japan involves crossing it and arriving 'tomorrow.'
Does UTC change for Daylight Saving Time?
No. UTC is constant — it never adjusts for DST. DST only affects local time zones that observe it. UTC is the stable reference against which all time zone offsets are measured.
Try the Time Converter
⏱️ Open Time Converter →Related Tools
Related Converters
Related Guides
Sources
All conversion results are provided for general informational purposes only. Read our full disclaimer.