IANA time zone list
This reference lets you look up the canonical IANA time zone identifiers — the Region/City names such as Asia/Tokyo and Europe/London that software uses everywhere — and their standard UTC offsets. It is for developers, sysadmins, and anyone configuring schedules, calendars, or server time zones.
How it works
The page bundles a list of zone entries, each with its IANA identifier, standard (winter) UTC offset, and a region grouping (Americas, Europe, Asia, Pacific, and so on). Your search box filters that list locally by matching against the city name, region, or offset you type. Identifiers use the Region/City convention because abbreviations like CST are ambiguous across countries, whereas a Region/City name is unique and encodes the zone’s full daylight-saving history.
Example
Searching Tokyo returns Asia/Tokyo at UTC+09:00; searching +05:30 finds Asia/Kolkata; searching Europe lists the European zones with their offsets.
| IANA identifier | Standard offset |
|---|---|
| America/New_York | UTC-05:00 |
| Europe/London | UTC+00:00 |
| Asia/Kolkata | UTC+05:30 |
| Asia/Tokyo | UTC+09:00 |
Offsets shown are the standard (winter) value; zones that observe daylight saving shift forward an hour in summer. Everything runs locally in your browser.