Time zone abbreviations and why they are ambiguous
Abbreviations like EST and CET are convenient and widely used. They are also unstandardised, frequently ambiguous, and a common cause of meetings booked on the wrong side of the world.
The same letters, different clocks
CST is the clearest example. It is used for Central Standard Time in North America at UTC−06:00, China Standard Time at UTC+08:00, and Cuba Standard Time at UTC−05:00. Three regions, fourteen hours apart, one abbreviation.
IST is just as bad: India Standard Time at UTC+05:30, Israel Standard Time at UTC+02:00, and Irish Standard Time at UTC+01:00. BST covers both British Summer Time at UTC+01:00 and Bangladesh Standard Time at UTC+06:00.
Nothing prevents these collisions because no authority assigns abbreviations. They grew up regionally, in different languages, with no coordination.
They are not stable either
Many abbreviations change with the season. A city can be on CET in winter and CEST in summer, so an abbreviation encodes both a region and a point in the year.
Plenty of zones have no established abbreviation at all. For those, systems fall back to a numeric form such as GMT+7, which is why software output is often inconsistent between regions.
Abbreviations are also language-dependent. The same zone can be rendered differently depending on the display language, so what one user sees is not necessarily what another sees.
What to use instead
Use IANA zone identifiers wherever a machine will read the value: Asia/Shanghai, America/Chicago, Europe/Dublin. They are unique, stable, and carry the daylight saving rules with them.
For anything a person reads, name the city and give the numeric offset — "Chicago (UTC−06:00)" leaves no room for the CST problem.
If you do use an abbreviation, pair it with a city or offset the first time it appears. On this site, city pages show the abbreviation alongside the IANA identifier and the current offset for exactly this reason.
Try the tools
Frequently asked questions
- Is there an official list of time zone abbreviations?
- No. There is no standards body that assigns or controls them. The IANA database records commonly used abbreviations where they exist, but increasingly uses numeric offsets for zones without a well-established one.
- What does EST mean exactly?
- In North America, Eastern Standard Time at UTC−05:00, used in winter. In summer the same region uses EDT at UTC−04:00, so "EST" year-round is usually loose shorthand for eastern US time rather than a precise offset. Australia also uses AEST for its eastern time.
- Why does my calendar show GMT+8 instead of a name?
- Because that zone has no widely agreed abbreviation in your display language. The numeric form is unambiguous, so it is the safer fallback.