Time Zone Converter

Time Zones Explained: UTC, GMT and Daylight Saving

📅 April 2026⏱ 7 min read✍️ ToolsBox

Scheduling a video call with colleagues in Tokyo, New York, and London without getting the time wrong requires understanding how time zones work. UTC, GMT, EST, PST, IST — the abbreviations are everywhere, and the rules around daylight saving make it even more confusing. This guide cuts through the confusion and gives you a solid mental model for working across time zones.

Why Do Time Zones Exist?

Before standardised time zones, every city kept its own local solar time — noon was when the sun was highest in the sky, which meant every city had a slightly different clock. This worked when travel was slow, but the railways changed everything. Trains running between cities needed a consistent schedule, and conflicting local times made timetables a mess.

In 1884, the International Meridian Conference established Greenwich, England as the Prime Meridian (0° longitude) and divided the world into 24 time zones, each covering 15° of longitude (360° ÷ 24 hours = 15°/hour). Local time zones are defined as an offset from this central reference point.

UTC and GMT: What Is the Difference?

GMT (Greenwich Mean Time) was the original international time standard — based on astronomical observations of the sun's position at the Royal Observatory in Greenwich. Because the Earth's rotation is slightly irregular, GMT is not perfectly precise.

UTC (Coordinated Universal Time) replaced GMT as the international standard in 1972. It is based on International Atomic Time (TAI) — the average of hundreds of atomic clocks worldwide — with occasional leap seconds added to keep it within 0.9 seconds of astronomical time.

For practical purposes, UTC and GMT are the same offset (UTC+0 = GMT). In everyday conversation, the terms are interchangeable. In technical and scientific contexts, UTC is the correct term.

Time Zone Offsets

Every time zone is defined as an offset from UTC, expressed as UTC+N or UTC−N:

  • UTC+0: UK (winter), Ireland, Portugal, West Africa
  • UTC+1: Central European Time (winter) — Germany, France, Italy, Spain
  • UTC+2: Eastern Europe (winter), South Africa
  • UTC+3: Moscow, East Africa, Turkey
  • UTC+5:30: India Standard Time (IST) — note the half-hour offset
  • UTC+8: China, Singapore, Malaysia, Western Australia
  • UTC+9: Japan, South Korea
  • UTC−5: Eastern Standard Time (US winter) — New York, Toronto
  • UTC−8: Pacific Standard Time (US winter) — Los Angeles, Vancouver
  • UTC−3: Brazil Standard Time (São Paulo)

Some regions use half-hour or quarter-hour offsets (India +5:30, Nepal +5:45, Australia's central zone +9:30, Iran +3:30).

Daylight Saving Time (DST)

Daylight Saving Time is the practice of advancing clocks by 1 hour in spring ("spring forward") and reverting in autumn ("fall back"). The idea is to make better use of natural daylight during the longer days of summer.

DST is observed by about 70 countries, but the transition dates are not uniform:

  • US/Canada: Second Sunday in March (start) → first Sunday in November (end)
  • European Union: Last Sunday in March → last Sunday in October
  • Australia: First Sunday in October → first Sunday in April (reversed seasons)

This means that for several weeks each year, the offset between two time zones changes. For example, the US East Coast moves from UTC−5 (EST) to UTC−4 (EDT) in March, while the UK moves from UTC+0 (GMT) to UTC+1 (BST) — the two changes do not happen on the same date, so the gap between New York and London is 5 hours for some weeks and 4 hours for others.

IANA Time Zone Names

Abbreviations like EST, PST, and CET are ambiguous — the same abbreviation can refer to different regions or the same region at different times of year. The IANA Time Zone Database (also called the tz database or Olson database) provides unambiguous identifiers like America/New_York, Europe/London, Asia/Kolkata.

When programming date and time operations, always use IANA names rather than abbreviations. Libraries like JavaScript's Intl object, Python's pytz, and Java's java.time.ZoneId all use IANA names.

Converting Times Across Time Zones

Our Time Zone Converter lets you enter any time and see it simultaneously in multiple time zones. This is the fastest way to find a meeting time that works for participants in different locations — enter the proposed time in your time zone and immediately see what that means for everyone else.

Convert times across time zones — free

See any time across multiple time zones simultaneously. No signup needed.
Open Time Zone Converter →

Frequently Asked Questions

What is the difference between UTC and GMT?

GMT (Greenwich Mean Time) is based on the rotation of the Earth observed at the Royal Observatory in Greenwich, England. UTC (Coordinated Universal Time) is based on atomic clocks and is the international standard. They are effectively the same for most purposes — UTC/GMT+0 means the same offset — but UTC is the technically precise standard.

Why do some countries not observe daylight saving time?

Countries near the equator have consistent day lengths year-round, so there is no practical benefit to shifting clocks. Countries like Japan, China, India, and most of Africa do not observe DST. Some countries tried it and abolished it after finding it caused more disruption than benefit.

How do I schedule a meeting across time zones?

Convert your local time to UTC first, then convert from UTC to the target time zone. Our Time Zone Converter lets you enter a time and see it simultaneously in multiple time zones — the easiest way to find a time that works for all participants.

What does UTC+5:30 mean?

UTC+5:30 means the local time is 5 hours and 30 minutes ahead of UTC. This is India Standard Time (IST). When it is noon in UTC, it is 5:30 PM in India. The plus sign indicates ahead of UTC; a minus sign indicates behind UTC.

Back to Blog  |  Related tool: Time Zone Converter