Understanding Time Zones
The world is divided into 24 time zones, each offset from UTC (Coordinated Universal Time) by whole or half hours. Many regions also observe Daylight Saving Time (DST), shifting clocks by 1 hour seasonally.
How UTC Offsets Work
Local Time = UTC + Offset
UTC+0 = London (GMT, winter)
UTC+1 = Paris, Berlin, Lagos
UTC+5:30 = Mumbai, Kolkata
UTC+8 = Beijing, Singapore, Perth
UTC-5 = New York (EST)
UTC-8 = Los Angeles (PST)
Converting Between Zones
Step 1: Convert source to UTC
Step 2: Add destination offset
New York 3:00 PM EST (UTC-5):
UTC = 3:00 PM + 5h = 20:00 UTC
London (UTC+0): 20:00 (8 PM)
Dubai (UTC+4): 20:00 + 4h = 00:00 next day
Daylight Saving Time
- US: clocks spring forward 2nd Sunday March, fall back 1st Sunday November
- EU: last Sunday March (forward), last Sunday October (back)
- Not observed: Japan, India, China, most of Africa
- During DST: EST→EDT (UTC-5→UTC-4), GMT→BST (UTC+0→UTC+1)
Convert time zones: Free Time Zone Converter
UTC Offset Quick-Reference Table (Standard Time)
| Time Zone | UTC Offset | DST Offset | Major Cities |
|---|---|---|---|
| UTC | +0:00 | — | London (winter), Reykjavik |
| EST / ET | −5:00 | −4:00 (EDT) | New York, Toronto, Miami |
| CST / CT | −6:00 | −5:00 (CDT) | Chicago, Dallas, Mexico City |
| MST / MT | −7:00 | −6:00 (MDT) | Denver, Phoenix (no DST) |
| PST / PT | −8:00 | −7:00 (PDT) | Los Angeles, Seattle |
| GMT / BST | +0:00 | +1:00 (BST) | London, Dublin (summer) |
| CET / CEST | +1:00 | +2:00 | Paris, Berlin, Rome |
| IST | +5:30 | — | Mumbai, Delhi (no DST) |
| CST (China) | +8:00 | — | Beijing, Shanghai (no DST) |
| JST | +9:00 | — | Tokyo, Seoul (no DST) |
| AEST / AEDT | +10:00 | +11:00 | Sydney, Melbourne |
How Time Zone Conversion Works
Every time zone is defined as an offset from UTC (Coordinated Universal Time). To convert: (1) convert source time to UTC by subtracting the source offset; (2) add the target offset. Example: 3 PM EST (UTC−5) = 8 PM UTC = 9 PM CET (UTC+1). Daylight Saving Time (DST) changes the offset by ±1 hour, typically in spring (clocks forward) and autumn (clocks back). DST dates differ by country — the US switches on the second Sunday in March; the EU on the last Sunday in March.
IANA time zones (e.g., "America/New_York") are the gold standard for software — they encode not just the current offset but the full historical record of all past offset changes and DST rules. Using raw UTC offsets (like "UTC−5") is insufficient for scheduling across DST boundaries or for historical data analysis.
Common Mistakes
- Forgetting DST: "London is UTC+0" — only in winter. London switches to BST (UTC+1) in summer. A call scheduled at "1 PM UTC" is 2 PM in London in summer, not 1 PM. Always verify the DST status for both locations on the specific date.
- Half-hour and 45-minute offset zones: India (UTC+5:30), Iran (UTC+3:30), Nepal (UTC+5:45), and several others use non-integer hour offsets. Assuming all zones are whole hours causes scheduling errors.
- Date-line crossing: Converting from Los Angeles (UTC−8) to Tokyo (UTC+9) can mean the Tokyo time is the next calendar day (or even two days ahead). Always check the date, not just the hour.
Frequently Asked Questions
For practical purposes, UTC and GMT are the same offset (±0). GMT (Greenwich Mean Time) is a time zone used by the UK in winter; UTC is the international time standard maintained by atomic clocks. GMT can be up to 0.9 seconds off UTC due to Earth's rotation irregularities; UTC is periodically adjusted with leap seconds. In modern computing and communications, UTC is always preferred over GMT.
Find a UTC time that falls within business hours (9 AM–6 PM) for all participants. Tools like World Time Buddy or Every Time Zone visualise overlapping hours. For frequent cross-timezone teams, agree on a "team standard time" (often UTC or the majority location's time) and always communicate times in that zone plus the recipient's local time. Be extra careful around DST change weeks when different countries switch on different dates.
China spans roughly five natural time zones (UTC+5 to UTC+9) but officially uses a single time zone, China Standard Time (CST, UTC+8), for administrative simplicity and national unity. This means sunrise in Urumqi (Xinjiang, westernmost city) occurs around 10 AM in winter. In practice, Xinjiang informally uses UTC+6, and many residents operate on a shifted schedule, creating an unofficial dual-time-zone system within the country.