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

Target Time = Source Time + (Target Offset - Source Offset)
Subtract the source offset from the target offset, then add the result to the source time.

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

1

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.

2

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.

3

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.

4

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

Converting 3:00 PM 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

Converting 6:00 PM 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

Converting 8:00 AM 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

Converting Chicago to Singapore

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

UTC-12
Baker Island
UTC-8
Pacific US
UTC-5
Eastern US
UTC+0
London
UTC+1
Central Europe
UTC+5:30
India
UTC+8
China, Singapore
UTC+9
Japan, Korea
UTC+12
New Zealand
UTC+14
Line Islands

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:

Mental Math Shortcuts

You do not always need to work through the full formula. These shortcuts cover the most common conversions:

Shortcut 1: Adjacent US Zones

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.

Shortcut 2: East-to-West Reversal

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.

Shortcut 3: The 12-Hour Mirror

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.

Shortcut 4: UK as Anchor

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

FromTo EasternTo CentralTo MountainTo 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

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