Drink O'Clock Somewhere Explore Cities

World Clock

How Time Zones Actually Work: A Plain-English Guide

Every city page on this site quietly does the same piece of math: take the current instant, convert it into a specific place's local time, and figure out how far that place is from its own 5 PM. Here's what's actually happening under the hood, and why time zones are messier than the tidy 24-slice map most of us picture.

It starts with UTC, not GMT

Coordinated Universal Time (UTC) is the reference point the entire world's clocks are set against. It doesn't shift for daylight saving and it isn't tied to any one country. Every time zone is defined as an offset from UTC — UTC+9 for Tokyo, UTC-5 for New York in winter, and so on. GMT (Greenwich Mean Time) is closely related and numerically equivalent to UTC, but it's technically the specific time zone used in the UK for part of the year, while UTC is the underlying global standard.

Time zones aren't evenly spaced 15-degree slices

In theory, 24 time zones at one hour apart would divide the globe into neat 15-degree wedges. In practice, country and regional borders bend those wedges constantly, because governments choose time zones for political and economic convenience, not geometric purity. China, for example, spans a longitude range wide enough to justify five time zones but uses a single one nationwide. A handful of countries — India (UTC+5:30), Iran (UTC+3:30), and Nepal (UTC+5:45) among them — split the hour into 30 or 45-minute offsets instead.

The International Date Line

Roughly opposite the Prime Meridian, the International Date Line marks where the calendar date flips. Cross it heading east and you subtract a day; heading west, you add one. It zigzags around national borders rather than following a straight line of longitude, which is why some Pacific nations sit on opposite calendar dates despite being geographically close. Our directory's "Mid-Pacific Ocean" reference pages exist specifically to mark this — the westernmost and easternmost practical time zones on Earth, a full 24 hours apart despite being neighbors on the map.

Daylight saving time, briefly

Daylight saving time shifts clocks forward in spring and back in autumn to shift an hour of daylight from morning to evening. It's mostly a temperate-latitude habit — countries near the equator see little seasonal change in day length, so most of them skip it entirely, and a growing number of countries that used to observe it have dropped it. It's also why a city's UTC offset isn't a fixed number year-round: Sydney and London, for instance, actually swap which one is "ahead" depending on the season, since they observe daylight saving on opposite halves of the year.

How this site keeps 199 clocks honest

Rather than hardcoding a UTC offset per city, every page on Drink O'Clock Somewhere is tied to an IANA time zone identifier — strings like Asia/Tokyo or America/New_York from the IANA Time Zone Database, the same dataset browsers, phones, and servers use worldwide. That identifier already encodes the local daylight saving rules, so the countdown recalculates itself correctly through the year instead of drifting an hour off every spring and autumn. It's the same reason our homepage can tell you, at any second, exactly which cities are currently living through their own 5 PM.

Quick answers