Time Zones: Complete Guide

Understanding world time zones, UTC offsets, and how global time conversion works

40+ time zones in use worldwide • 24 hour strips • 1 reference (UTC)

How Time Zones Work

A time zone is a region that uses the same standard time. The world is divided into strips (generally 15° of longitude), each representing one hour. [Wikipedia: Time Zones]

Basic Formula
Local Time = UTC + Offset

For example, if it's 12:00 UTC and you're in Tokyo (UTC+9):
12:00 + 9 hours = 21:00 (9 PM)

Learn more: Time Zone Converter | [IANA Time Zone Database]

History of Time Zones

1820s
Railroads needed standardized time - every station had different local solar time. [Wikipedia: Railroad Time]
1847
Great Western Railway (UK) adopts single time for all stations
1883
US railroads introduce standardized time zones - "the day of two noons"
1884
International Meridian Conference adopts Greenwich as prime meridian. [Wikipedia]
1972
UTC (with leap seconds) officially adopted

Major Time Zone Regions

UTC ±0 (Western Europe)

UK, Ireland, Portugal, Iceland, Ghana

UTC +1 to +3 (Central/Eastern Europe)

France, Germany, Poland, Russia, Turkey

UTC +4 to +8 (Middle East/Asia)

UAE, India (+5:30), China, Singapore

UTC +9 to +12 (East Asia/Pacific)

Japan, Korea, Australia, New Zealand

UTC -4 to -8 (Americas)

Eastern, Central, Mountain, Pacific US

IANA Time Zone Names

Computers use standardized IANA time zone names (also called "Olson names"):

Common IANA Time Zones

America/New_York America/Los_Angeles America/Chicago

Europe/London Europe/Paris Europe/Berlin

Asia/Tokyo Asia/Shanghai Asia/Dubai

Australia/Sydney Pacific/Auckland

Key Insight

China uses a single time zone (UTC+8) despite spanning 5 natural time zones. This unifies the country but means Xinjiang sees sunrise at 10 AM in winter.

How Time Zones Were Created

Before standardized time zones, every city set its clocks to local solar time — when the Sun was at its highest point. This worked fine for local life but created chaos as transportation networks expanded.

The Railway Problem

In the early 1800s, Britain's Great Western Railway discovered that each station along its route kept a slightly different time. By the 1840s, the company adopted a single "London time" for all stations. Other British railways followed by 1847, and the concept spread. In the United States, the problem was even worse — hundreds of local times made scheduling trains nearly impossible. On November 18, 1883, US railroads implemented four standard time zones, a day famously called "the day of two noons," since some communities experienced noon twice.

Sir Sandford Fleming and the Global System

Canadian engineer Sir Sandford Fleming is widely credited with proposing worldwide time zones. After missing a train in Ireland because of a schedule misprinted in local time, he campaigned for a single global standard. His idea was adopted at the 1884 International Meridian Conference in Washington, D.C., which established the Greenwich Meridian (0°) as the reference point and divided the world into 24 hourly zones. [Wikipedia: International Meridian Conference]

How UTC Offsets Work

A UTC offset expresses the difference between a local time and Coordinated Universal Time. Offsets range from UTC−12 to UTC+14 and can include whole or fractional hours.

Positive and Negative Offsets

To convert, simply add a positive offset or subtract a negative one. For example, 14:00 UTC in India (UTC+5:30) is 19:30, while 14:00 UTC in Los Angeles (UTC−8) is 06:00.

The International Date Line

The International Date Line (IDL) is an imaginary boundary at roughly 180° longitude where the calendar date advances or retreats by one day.

How It Works

When you cross the IDL traveling westward, you add one calendar day. Traveling eastward, you subtract one day. The line is not perfectly straight — it zigzags to keep nations and territories on the same date.

Kiribati's 1995 Realignment

One of the most notable adjustments came in 1995 when the Republic of Kiribati moved its easternmost islands from UTC−12 to UTC+14, skipping an entire day. This eliminated the gap where Kiribati straddled the date line and kept all 33 atolls on the same calendar day. The change made Line Island the first place on Earth to see each new day. [Wikipedia: International Date Line]

Unusual Time Zones

Most countries offset by a whole hour, but several notable exceptions use fractional offsets:

Half-Hour Zones

Quarter-Hour Zones

These fractional offsets arise when a region's ideal solar time falls between standard hour boundaries and local governments choose precision over simplicity.

Time Zones and Technology

Modern computing relies on the IANA Time Zone Database (also called the TZ database or Olson database) to handle time correctly across systems worldwide.

How Computers Handle Time Zones

Programs store time internally as UTC and convert to local time only at the display layer. The IANA database provides rules for each zone, including historical changes, daylight saving transitions, and future predictions. A name like America/New_York carries not just the current UTC offset but every rule change going back decades, so applications can correctly reconstruct any past local time.

This system is used by virtually every major platform — from Linux and macOS to Java, Python, JavaScript, and databases like PostgreSQL and MySQL.

How to Convert Between Time Zones

Converting between two time zones follows a simple three-step process:

  1. Convert the source time to UTC — subtract its offset from UTC.
  2. Convert UTC to the target time — add the target zone's offset.
  3. Check the date — crossing the date line may shift the day forward or backward.
Conversion Formula
Target Time = Source Time − Source Offset + Target Offset

Example

Convert 3:00 PM (15:00) in New York (UTC−5) to Tokyo (UTC+9):

15:00 − (−5) + 9 = 15 + 5 + 9 = 29:00 → subtract 24 = 5:00 AM the next day in Tokyo.

Always account for daylight saving time when applicable — a zone's offset may differ by one hour during summer months.

Related Topics: UTC | Daylight Saving Time | Time Zone Converter

Explore Related Topics

How to Convert Time Zones

Step-by-step guide to converting between any two time zones with real-world examples.

Time Zone Abbreviations

A complete reference for EST, PST, IST, JST, and every other common time zone code.

Half-Hour Time Zones

Which countries offset by 30 or 45 minutes and why they chose non-standard offsets.

Learn more: Wikipedia: Time Zone | IANA Time Zones | TimeAndDate: Time Zones