Article

Time Zone Abbreviations: List and Meanings

What is a time zone abbreviation?

A time zone abbreviation is a short letter code — usually three to five letters — that names the civil time a region keeps, such as EST for Eastern Standard Time or CET for Central European Time. The code is shorthand for the zone's descriptive name, and those names are catalogued by the Unicode Consortium's Common Locale Data Repository — the dataset that software uses to translate dates and times into human-readable labels in each language.2 An abbreviation is therefore a display label, not an identifier: it is what a clock prints next to the time, not the key a computer uses to look the time up.

Most zones that change their clocks for daylight saving time carry two abbreviations — one for standard time in the cooler half of the year and one for daylight time in the warmer half — and often a third, generic label for the zone regardless of season. United States Eastern Time is the clearest example: it is EST (Eastern Standard Time) in winter, EDT (Eastern Daylight Time) in summer, and "ET" (Eastern Time) when the season is unspecified.2 The generic form is the one to reach for when a date could fall on either side of a clock change.

Are time zone abbreviations standardised?

No. Time zone abbreviations are conventions in common use, not codes issued or policed by any standards body, and the same letters are routinely reused for unrelated zones. The IANA Time Zone Database — the public dataset that Linux, macOS, Windows, and most programming languages read to compute local time — states the problem plainly: "these abbreviations are ambiguous in practice: e.g., CST means one thing in China and something else in North America, and IST can refer to time in India, Ireland or Israel."1

The same source gives the remedy directly: "To avoid ambiguity, use numeric UT offsets like -0600 instead of time zone abbreviations like CST."1 The database treats abbreviations as a last-resort display value: where no widely understood English abbreviation exists for a zone, it shows a numeric offset such as -05 or +0530 rather than invent a code.1 For storing a timestamp, scheduling across regions, or anything a computer must parse, the unambiguous identifiers are the UTC offset and the zone's Area/Location name (America/New_York, Europe/Paris), both of which the database guarantees; the abbreviation is for human eyes only.3

What are the most common time zone abbreviations?

The table below lists the twenty abbreviations searched for most often, the offset from Coordinated Universal Time each one represents, the region that uses it, and its seasonal counterpart where the zone observes daylight saving. The offsets are drawn from this site's named-time-zone catalogue, which is generated from the IANA time-zone database and the Unicode locale data, so they match the values the site uses everywhere else.32 Each abbreviation links to the full reference page for that zone.

Abbr. Stands for UTC offset Main region Seasonal pair
EST Eastern Standard Time UTC−5 Eastern US & Canada EDT
EDT Eastern Daylight Time UTC−4 Eastern US & Canada EST
CST Central Standard Time UTC−6 Central US, Canada & Mexico CDT
CDT Central Daylight Time UTC−5 Central US, Canada & Mexico CST
MST Mountain Standard Time UTC−7 Mountain US, Canada & Mexico MDT
MDT Mountain Daylight Time UTC−6 Mountain US & Canada MST
PST Pacific Standard Time UTC−8 Pacific US & Canada PDT
PDT Pacific Daylight Time UTC−7 Pacific US & Canada PST
GMT Greenwich Mean Time UTC+0 UK, Ireland & West Africa BST
BST British Summer Time UTC+1 UK & Ireland GMT
CET Central European Time UTC+1 Western & central Europe CEST
CEST Central European Summer Time UTC+2 Western & central Europe CET
EET Eastern European Time UTC+2 Eastern Europe & parts of the Middle East EEST
EEST Eastern European Summer Time UTC+3 Eastern Europe & parts of the Middle East EET
IST India Standard Time UTC+5:30 India & Sri Lanka — (no DST)
JST Japan Standard Time UTC+9 Japan — (no DST)
AEST Australian Eastern Standard Time UTC+10 Eastern Australia AEDT
AEDT Australian Eastern Daylight Time UTC+11 Eastern Australia AEST
NZST New Zealand Standard Time UTC+12 New Zealand NZDT
NZDT New Zealand Daylight Time UTC+13 New Zealand NZST

This is a small fraction of the codes in use — the time-zone database records several hundred named zones, most of them outside the English-speaking world.3 The site's named-time-zone directory lists every zone the dataset carries, each with its offset, the places that keep it, and a live clock.

Which time zone abbreviations are ambiguous?

Many of the most common codes name more than one zone, which is the core reason an abbreviation cannot be trusted on its own. Three of the worst offenders:

  • IST can mean India Standard Time (UTC+5:30), Israel Standard Time (UTC+2), or Irish Standard Time (UTC+1) — three different clocks, spanning more than four hours, behind one set of letters.1
  • CST is United States Central Standard Time (UTC−6), China Standard Time (UTC+8), and Cuba Standard Time (UTC−5). A meeting "at 9 a.m. CST" could land on three continents and fourteen hours apart.1
  • BST is British Summer Time (UTC+1) for half the year in the United Kingdom, but also Bangladesh Standard Time (UTC+6) all year round.2

The collisions are not rare edge cases; they sit on some of the highest-traffic codes in the world. This is exactly why the time-zone database's maintainers recommend writing the numeric offset or the zone name instead — those are unique by construction, and an abbreviation never is.1

What is the difference between standard and daylight abbreviations?

For any zone that observes daylight saving time, the standard-time abbreviation marks the base offset and the daylight-time abbreviation marks the same zone advanced by one hour. United States Eastern Time runs on EST (UTC−5) in winter and EDT (UTC−4) in summer; Pacific Time runs on PST (UTC−8) and PDT (UTC−7); Central Time alternates between CST and CDT. The single most common mistake with these pairs is using the standard-time code year-round — writing "EST" or "PST" in July, when the clock is actually on EDT or PDT and an hour different.

Each US pair has a dedicated comparison on this site: EST vs EDT and PST vs PDT work through when each applies and how to tell which is in force, and a companion piece covers CST vs CDT. The safe habit, when a date could fall on either side of a clock change, is the umbrella label — Eastern Time (ET), Central Time (CT), Mountain Time (MT), Pacific Time (PT) — which stays correct in both seasons. For the bigger picture of how many distinct zones and offsets exist, see how many time zones are there.

How do you write a time so it is unambiguous?

To name an instant that anyone, anywhere, can read without guessing the writer's region, give the UTC offset or use UTC itself. "15:00 UTC" or "15:00Z" — the trailing Z, read "Zulu," is the standard marker for Coordinated Universal Time — is unambiguous everywhere on Earth, where "3 p.m. IST" is not.1 For a recurring event that must follow a region's clock changes, name the IANA zone (Australia/Sydney) rather than an abbreviation, so that software applies the correct offset on each date automatically.3

When a human-readable label is wanted as well, pair the abbreviation with the offset — "EST (UTC−5)" — so the offset resolves the ambiguity while the abbreviation stays familiar. The site's time-zone converter takes any zone and shows its current offset and the equivalent time elsewhere, which settles which abbreviation is actually in force on a given date.

Frequently asked questions

What does EST stand for?

EST stands for Eastern Standard Time, the winter setting of United States and Canadian Eastern Time, five hours behind Coordinated Universal Time (UTC−5). In summer the same zone switches to Eastern Daylight Time (EDT), four hours behind at UTC−4.2

Are time zone abbreviations official?

No. They are conventions in common use, not codes assigned by a standards body, and many are ambiguous. The maintainers of the time-zone database that software relies on recommend identifying a zone by its numeric UTC offset or its Area/Location name instead.1

Why does CST mean two different things?

Because abbreviations are not unique. "CST" is United States Central Standard Time (UTC−6), but the same three letters are also China Standard Time (UTC+8) and Cuba Standard Time (UTC−5). The time-zone database cites CST as a textbook case of an ambiguous abbreviation.1

What is the difference between IST in India and IST in Israel?

India Standard Time (IST) is UTC+5:30 and Israel Standard Time (IST) is UTC+2 — more than three hours apart under identical letters. The abbreviation IST is also used for Irish Standard Time (UTC+1), so only the surrounding context tells you which is meant.1

What does the "Z" or "Zulu" in a timestamp mean?

A trailing "Z," spoken "Zulu," marks a time given in Coordinated Universal Time (UTC), the global reference scale at UTC+0. "15:00Z" therefore means 15:00 UTC, the one label that needs no region to be understood — a fuller treatment lives in the article on Zulu time.1

Footnotes

  1. 1. Theory and pragmatics of the tz code and data (time zone abbreviations) , IANA Time Zone Database — accessed 2026-06-07.
  2. 2. Time Zones and City Names (Unicode CLDR) , Unicode, Inc. — accessed 2026-06-07.
  3. 3. Time Zone Database , Internet Assigned Numbers Authority — accessed 2026-06-07.