Time Zones Explained

A 3 PM call gets booked, and someone shows up an hour early, or an hour late, or on entirely the wrong day. Nobody typed the wrong number — the offset itself moved underneath them, because one side of the call had already flipped into daylight saving time and the other hadn't.

Time zones aren't really about the clock on the wall; they're a global agreement layered on top of the fact that the sun can't be overhead everywhere at once. Once the underlying rules are clear — what UTC actually is, how offsets are assigned, and why daylight saving time keeps changing the math twice a year — the confusing edge cases stop being confusing.

Quick Answer

A time zone is a region that agrees to keep the same local time, defined as a fixed offset from Coordinated Universal Time (UTC) — for example, UTC+5:30 or UTC-8. Countries near the same longitude usually share an offset, but political borders, half-hour offsets, and daylight saving time all bend the map away from a clean 24-slice grid, which is why the same city can sit at a different offset depending on the time of year.

What is a time zone, exactly?

A time zone is simply an agreed offset from a shared reference clock, so that a whole region — a country, a slice of a continent, or in a few cases a single island chain — can say "it's 3 PM here" and mean the same thing.

The distinction matters because a fixed offset like UTC-5 describes a moment, while a named zone like America/New_York describes a place whose offset can change twice a year — which is exactly why software stores the name, not just the number.

It's also worth knowing that time zones were never handed down by any single global body. Before the 1880s, most towns kept their own local solar time, which meant a train timetable could involve dozens of slightly different "noons" along a single route. Railroads forced the issue: a small number of standardized zones made schedules workable, and the system that emerged — roughly 15° of longitude per hour-wide zone — is still the skeleton of the map used today, even though political borders have since bent almost every zone boundary away from a straight line.

UTC offsets for several world cities A diagram showing UTC at the center with lines to Los Angeles at UTC-8, New York at UTC-5, London at UTC+0, Lagos at UTC+1, Mumbai at UTC+5:30, Tokyo at UTC+9, and Auckland at UTC+13 during daylight saving. UTC Los Angeles UTC-8 London UTC+0 Tokyo UTC+9 Lagos UTC+1 Mumbai UTC+5:30 New York UTC-5 Auckland UTC+13 (DST)
UTC sits at the center as the reference clock. Every city's local time is just UTC plus or minus its offset — note Mumbai's half-hour offset and Auckland's daylight-saving shift to UTC+13.

How the world's offsets actually look

In theory, 360° of longitude split into 15° bands gives exactly 24 time zones, each one hour apart. In practice, the world uses roughly 38 to 40 distinct UTC offsets right now, once every half-hour and 45-minute zone is counted. A few examples make the spread clear:

Why time zones cause real problems

Getting a time zone wrong rarely throws an error — the meeting still appears on the calendar, the flight still shows a landing time — it just quietly means something different than intended. That shows up in a few recurring places:

📊 Quick stat There are roughly 24 whole-hour offsets in theory, but around 38–40 distinct UTC offsets are in active use worldwide today once half-hour and 45-minute zones like India, Nepal, and parts of Australia are counted.

Step-by-step: reading and converting a time zone

Method 1: Reading a UTC offset

  1. Find the offset next to the time zone name. For example, "Central European Time (UTC+1)" means local time is one hour ahead of UTC.
  2. Check whether daylight saving is active. Many regions switch to a "summer time" label and a different offset for part of the year — Central European Summer Time runs at UTC+2, not UTC+1.
  3. Treat the offset as the whole answer. UTC+1 means 1:00 PM UTC is 2:00 PM local, with no further adjustment needed once the correct offset is known.

Method 2: Converting a time between two zones

  1. Get both current offsets. Confirm each city's active offset, including any daylight saving adjustment for that specific date.
  2. Find the difference between the two offsets. For example, UTC-5 to UTC+1 is a 6-hour difference.
  3. Add or subtract that difference from the source time. Moving from an earlier offset to a later one means adding hours; moving to an earlier offset means subtracting.
  4. Check whether the date rolls over. A large offset difference can push the converted time past midnight, landing on the previous or next calendar day.
local_time_B = local_time_A + (offset_B − offset_A) example: 9:00 AM in New York (UTC-5) → London (UTC+0) 9:00 AM + (0 − (−5)) = 9:00 AM + 5h = 2:00 PM London time

Method 3: Scheduling across multiple time zones

  1. Pick UTC as the shared anchor. Write the meeting time in UTC first, before translating it into anyone's local time.
  2. Let each person's calendar app convert it. Sending a calendar invite with a proper time zone attached lets each recipient's software display it correctly in their own local time.
  3. Double-check near a DST transition. If the meeting date falls within a week or two of a known daylight saving change in any participant's region, verify the converted time again closer to the date.
Scheduling across time zones right now? Rebrixe's free Time Zone Converter handles the offsets and daylight saving automatically.
Convert a Time →

Common mistakes with time zones

1. Confusing GMT with UTC

The two line up for most everyday purposes, but GMT is technically a specific time zone tied to Greenwich, while UTC is the underlying atomic-clock standard other zones are measured against — using them as though they're always interchangeable can cause small mismatches around leap-second adjustments. In practice, the UK itself only keeps GMT during winter; from late March to late October it switches to British Summer Time (UTC+1), so "London time" isn't even GMT for most of the year.

2. Forgetting that daylight saving time isn't universal

Not every country observes daylight saving time, and the ones that do don't all switch on the same date, so assuming a fixed one-hour gap between two regions year-round misses the weeks where only one side has shifted. Most of Asia, Africa, and a growing number of countries elsewhere skip DST entirely — Japan, China, and India all keep a single offset all year, while the U.S. and E.U. both shift twice a year, on different weekends.

3. Storing a fixed offset instead of a named zone

Saving a future event as "UTC-5" instead of "America/New_York" locks in today's offset, which breaks the moment that region's daylight saving rule changes the actual local time the event should occur at. This is exactly why the IANA database exists: it tracks every region's full history of offset changes, not just the current one, so software can compute the correct local time for any date — past or future — rather than just today.

4. Ignoring the date change when converting

Converting a late-evening time across a large offset difference can push the result into the next calendar day, or pull it back into the previous one — a detail that's easy to drop when only the clock face is being compared. A call at 11:00 PM in Los Angeles (UTC-8) lands at 7:00 PM the next day in Auckland, New Zealand (UTC+13 with DST), not the same afternoon — an 18-hour jump that crosses the International Date Line.

💡 Pro tip When a time zone abbreviation shows up alone, like IST or CST, confirm which country it refers to first — several abbreviations are reused for entirely different offsets around the world (IST alone can mean India Standard Time at UTC+5:30, Ireland Standard Time at UTC+1, or Israel Standard Time at UTC+2).

Real-world time zone examples

A few common scenarios and how the offset plays out in practice.

Video call
New York to London
UTC-5 → UTC+0
A 5-hour difference outside daylight saving; narrows to 4 hours for a few weeks each spring and autumn when only one side has shifted its clocks.
Half-hour offset
India Standard Time
UTC+5:30
A single offset for the whole country, chosen to sit closer to solar noon across its wide east-west span, and one of the few countries with no daylight saving at all.
Date line crossing
Tokyo to Los Angeles
UTC+9 → UTC-8
A 17-hour difference that also shifts the calendar date, since the two cities sit on opposite sides of the International Date Line.
DST transition week
London to Sydney
Gap changes by 1–2 hours
Australia's DST runs opposite to the UK's — one is in summer while the other is in winter — so the usual 9-to-11-hour gap shifts depending on the season.

UTC vs GMT vs Local Time

A side-by-side look at how these three reference points differ.

Factor UTC GMT Local time
Definition Atomic-clock standard Solar time at Greenwich Region-specific clock
Changes with DST No No Yes, where observed
Used as a global reference Yes Historically, still common No
Adjusted for leap seconds Yes No No
Best for Servers, logs, scheduling anchors Aviation, broadcasting, UK winter time Everyday life within a region

Skip the math: free time zone converter

If a meeting or call needs converting right now, the Rebrixe Time Zone Converter works entirely in your browser: pick a source city and time, get every other zone's equivalent instantly, daylight saving already accounted for. No formulas, no account, no data sent anywhere.

Free Time Zone Converter Enter a time and city, get every zone's equivalent instantly.
Open Time Zone Converter →

Frequently asked questions

A time zone is a region that keeps a single, agreed local time, defined as a fixed offset from Coordinated Universal Time (UTC), so that everyone within that region can share a clock even though the sun rises and sets at a different moment for each of them.
For everyday purposes the two read the same clock, but GMT is a time zone tied to the mean solar time at Greenwich, while UTC is an atomic-clock-based standard that GMT is now defined against, and only UTC is adjusted with leap seconds to stay aligned with the Earth's rotation.
A handful of countries, including India and Sri Lanka, chose a half-hour or 45-minute offset from UTC rather than a full hour, usually to sit their capital or population center closer to true solar noon than the nearest whole-hour zone would allow.
Daylight saving time shifts a region's UTC offset by an hour for part of the year, and different countries start and end the shift on different dates, so the gap between two cities can change by an hour or more depending on the week, even though neither city's own clock rule has changed.
An IANA name like America/New_York identifies a region by its full daylight-saving history and rules rather than a single offset, which is why software and calendars use it instead of a fixed UTC+/-N label that would break twice a year.
Find each city's current UTC offset, including any active daylight saving adjustment, then add or subtract the difference between the two offsets from the original time, remembering that crossing offsets can also shift the calendar date forward or back a day.
This usually happens when one app stored the event using a fixed UTC offset and the other stored it using an IANA time zone name, so a daylight saving change between when the event was created and when it occurs shifts one of them by an hour relative to the other.
Scheduling tools generally recommend picking UTC as the shared reference point in the invite itself, then letting each person's calendar app convert it to their own local time zone automatically, rather than agreeing on any one participant's local time as the standard.
Countries near the equator see little seasonal change in daylight hours, so shifting the clock forward or back gains almost nothing, which is why most equatorial and tropical nations skip daylight saving time entirely while mid-to-high latitude countries are more likely to observe it.
The International Date Line roughly follows the 180th meridian, and crossing it shifts the calendar date by a full day in addition to any hour offset, which is why a short flight across the Pacific can appear to arrive the day before it departed, or two days later, depending on the direction of travel.

Never miscount an offset again

Skip the mental math entirely — the Rebrixe Time Zone Converter handles UTC offsets and daylight saving automatically, no lookup tables required.

Launch the Time Zone Converter →
← Back to blogs