What Is a Time Zone?
7 min read
A time zone is a region of the Earth that observes a uniform standard time for legal, commercial, and social purposes. On a globe, time zones look like vertical slices — each 15 degrees of longitude represents one hour of solar time, so in theory the world divides neatly into 24 zones. In practice, the actual boundaries look nothing like tidy vertical lines. They bend, zigzag, and follow political borders because governments — not astronomers — decide what time their country observes.
Solar time vs standard time
Before standard time, every city kept its own local solar time. When the Sun was directly overhead, it was noon. A city 100 miles to the east would have noon about 8 minutes earlier. This was fine when travel was slow — a stagecoach journey of 100 miles took two days, so 8 minutes of clock difference was irrelevant.
The railroads changed everything. A train traveling at 60 mph covers 100 miles in under two hours, fast enough that local time differences caused real scheduling problems. Every station printed its own timetable in local solar time, making national rail schedules nearly impossible to read. The solution was to pick a single reference time for a wide region and have every station use it — the birth of standard time.
Why time zone borders follow politics, not geography
In theory, a time zone centered on a given meridian should extend 7.5 degrees east and 7.5 degrees west of that meridian, creating neat 15-degree-wide bands. In practice, this never happens, for several reasons:
- National unity. Countries prefer to use a single time rather than splitting their population across zones. China spans five natural time zones but uses a single zone (UTC+8) across the entire country, meaning sunrise in western Xinjiang can occur after 10 AM local time in winter.
- Economic ties. Small countries often align their time with a neighboring major economy rather than their solar time, for trade and communication convenience.
- Historical decisions. Some time zone borders date to colonial-era administrative divisions that made no solar sense but became permanent.
- Political signaling. North Korea shifted from UTC+9 (shared with South Korea and Japan) to UTC+8:30 in 2015 as a symbolic act, then shifted back to UTC+9 in 2018 ahead of diplomacy with South Korea.
Why some places use 30 or 45-minute offsets
Most time zones are offset from UTC by whole hours, but a significant number use 30-minute or 45-minute offsets:
- India (UTC+5:30) — India chose a single timezone to unify the country, and +5:30 placed the central meridian approximately over the geographic center of the country.
- Nepal (UTC+5:45) — Nepal is located between India (UTC+5:30) and China (UTC+8), and chose +5:45 to be distinct from both neighbors while staying closer to solar time.
- Australia (UTC+9:30, UTC+10:30) — Several Australian states use half-hour offsets, partly for historical reasons and partly to balance solar time across a large continent.
- Iran (UTC+3:30)— Iran’s offset reflects a compromise between solar time and alignment with neighboring countries.
The IANA timezone database
The authoritative source for all timezone rules worldwide is the IANA Time Zone Database (also called the Olson database, after its original maintainer Arthur David Olson). Every modern operating system — Windows, macOS, Linux, Android, iOS — uses this database to determine what local time to display.
The database contains timezone identifiers in the format Continent/City, such asAmerica/New_York,Europe/London, orAsia/Kolkata. Each identifier encodes not just the current UTC offset but the full history of that location’s timekeeping — including historical DST rules, past government-mandated changes, and even pre-standard-time historical offsets.
The database is maintained by a volunteer community and is updated multiple times per year as governments change their timezone rules. When a country announces a timezone change — sometimes with only weeks of notice — the IANA team updates the database and operating system vendors push updates to devices worldwide.
As of 2025, the database contains approximately 600 timezone identifiers. Most of these share the same rules as one of the roughly 40 “primary” zones; the extras exist to capture historical differences that affected some locations but not others.
How many time zones does the world have?
The answer depends on how you count. If you count only whole-hour offsets from UTC−12 to UTC+14, you get 27. If you include half-hour and quarter-hour offsets, the count rises to around 38 distinct UTC offsets currently in use. If you count distinct IANA timezone identifiers (which capture historical differences), the count is approximately 600.
The practical answer for most purposes is 38 — the number of distinct offsets that exist at any given moment.