How to Convert Time Zones
A step-by-step guide to converting between any two time zones using UTC offsets and simple math
Converting time zones is a skill you need more often than you might think — scheduling international meetings, catching a live sports event, or coordinating with a friend in another country. The good news is that once you understand the underlying method, every conversion follows the same simple formula. This guide walks you through the process step by step.
The Core Formula
This single formula handles every time zone conversion. The UTC offset of a time zone tells you how many hours it is ahead of or behind UTC. By comparing the offsets of two zones, you get the direct difference between them.
Step-by-Step: Converting Any Two Zones
Find the UTC Offsets
Look up the UTC offset for both time zones. For example, New York is UTC-5 (EST) and Tokyo is UTC+9 (JST). During daylight saving time, New York becomes UTC-4 (EDT), so always check the date.
Calculate the Difference
Subtract the source offset from the target offset. For New York to Tokyo: (+9) - (-5) = +14 hours. Tokyo is 14 hours ahead of New York during EST.
Apply to the Source Time
Add the difference to the source time. If it is 10:00 AM in New York: 10 + 14 = 24 = 12:00 AM (midnight) in Tokyo. If the result exceeds 24, subtract 24 and add one day.
Check the Date
Large forward conversions often push into the next day. If your result is 26:00, subtract 24 to get 2:00 AM the following day. Backward conversions may push into the previous day — if the result is negative, add 24 and subtract one day.
Worked Examples
Example 1: US Eastern to Pacific
Source offset: UTC-5 (EST)
Target offset: UTC-8 (PST)
Difference: (-8) - (-5) = -3 hours
15:00 + (-3) = 12:00 PM (noon) Pacific
The West Coast is always 3 hours behind the East Coast.
Example 2: London to Mumbai
Source offset: UTC+0 (GMT)
Target offset: UTC+5:30 (IST)
Difference: (+5:30) - (+0) = +5 hours 30 minutes
18:00 + 5:30 = 11:30 PM Mumbai (same day)
Example 3: Los Angeles to Sydney
Source offset: UTC-8 (PST)
Target offset: UTC+11 (AEDT during Southern Hemisphere DST)
Difference: (+11) - (-8) = +19 hours
08:00 + 19 = 27:00 → 27 - 24 = 3:00 AM the next day in Sydney
Example 4: Using UTC as the Middle Point
Step 1: Chicago 2:00 PM CST (UTC-6) → UTC = 2:00 PM + 6 = 8:00 PM UTC
Step 2: UTC 8:00 PM → Singapore (UTC+8) = 8:00 PM + 8 = 4:00 AM the next day
Common Time Zone Offsets
Handling Daylight Saving Time
DST is the most common source of conversion errors. Many zones shift forward by one hour during summer months, which changes their UTC offset. The key rules to remember:
- US Eastern is UTC-5 in winter (EST) but UTC-4 in summer (EDT). Pacific moves from UTC-8 to UTC-7. The relative difference between them stays 3 hours.
- Europe switches on the last Sunday in March and last Sunday in October. The US switches on the second Sunday in March and first Sunday in November. This means there are brief windows where transatlantic offsets differ by an extra hour.
- Southern Hemisphere DST runs opposite — Australia and New Zealand spring forward from October to April while the Northern Hemisphere is in standard time.
- A few zones do not observe DST at all: Arizona (most of it), Hawaii, India, China, and Japan keep the same offset year-round.
Mental Math Shortcuts
You do not always need to work through the full formula. These shortcuts cover the most common conversions:
Each US time zone is exactly 1 hour apart. Eastern → Central is -1 hour. Central → Mountain is -1 hour. Mountain → Pacific is -1 hour. Just count the zones.
When converting from a zone to one further west, subtract time. When converting eastward, add time. "East is always ahead" is the rule to remember.
If two zones are 12 hours apart, the clock shows the same numbers but AM/PM flips. 3:00 PM in one zone is 3:00 AM the next day in the other.
London (UTC+0) is a convenient mental anchor. Most of Europe is UTC+1 or UTC+2. India is UTC+5:30 from London. US East Coast is UTC-5 from London. Once you know your offset from London, conversions become straightforward.
Quick Reference: US Time Zone Differences
| From | To Eastern | To Central | To Mountain | To Pacific |
|---|---|---|---|---|
| Eastern | — | -1 hr | -2 hrs | -3 hrs |
| Central | +1 hr | — | -1 hr | -2 hrs |
| Mountain | +2 hrs | +1 hr | — | -1 hr |
| Pacific | +3 hrs | +2 hrs | +1 hr | — |
Tools to Make It Even Easier
While mental math is useful for quick checks, dedicated tools handle DST rules, half-hour offsets, and date changes automatically. A time zone converter lets you type in any time and see what it equals in every major zone simultaneously. A world clock shows live times across cities side by side. For developers, the UTC standard and time zone abbreviations reference pages provide the offset data you need to build your own conversion logic.
Common Mistakes to Avoid
- Ignoring DST: Always check whether the date falls during daylight saving time. A conversion done in January will be wrong if applied to July.
- Forgetting the date line: Large conversions can shift the calendar date. Missing a date change is the most common error in international scheduling.
- Mixing up AM and PM: When working in 12-hour format, convert to 24-hour (military time) first. 14:00 is unambiguous; 2:00 PM requires careful tracking.
- Assuming all zones use whole hours: India (UTC+5:30), Nepal (UTC+5:45), and parts of Australia (UTC+9:30) use half or quarter-hour offsets. These require 30-minute or 45-minute additions.
- Using the wrong offset for a US state: States like Indiana, Kentucky, and Florida span two time zones. Make sure you know which part of the state you are converting for.
Frequently Asked Questions
How do I convert UTC to my local time?
Find your UTC offset (for example, UTC-5 for US Eastern) and subtract it from UTC. If UTC is 15:00 and your offset is UTC-5, your local time is 15 - 5 = 10:00 AM. Add one hour during daylight saving time when your offset changes.
What is the easiest way to convert between two time zones?
Convert both times to UTC first, then find the difference. Alternatively, look up the direct offset difference between the two zones. For example, Eastern (UTC-5) to Pacific (UTC-8) is always a 3-hour difference.
How do I handle time zone conversion across the date line?
When converting results in a number greater than 24, subtract 24 and add one day. When it goes below 0, add 24 and subtract one day. Cross-hemisphere conversions frequently change the calendar date.
Do I need to account for daylight saving time?
Yes. Many zones shift by one hour during DST. Always check whether the date you are converting falls during DST. The UTC offset for your zone will differ between standard and daylight time. For example, US Eastern is UTC-5 from November to March but UTC-4 from March to November.
Explore Related Topics: Time Zone Converter | UTC Guide | Time Zone Abbreviations | World Clock