Tool
Timezone Abbreviation Decoder
Look up what CST, EST, IST, BST, or any other abbreviation actually means 鈥?and the cities where it is ambiguous.
What makes this different
The live ambiguity check is the differentiator. Most abbreviation tables are static and assume a single canonical meaning per abbreviation. This tool re-checks against your browser's Intl database and flags pairs like CST/China and CST/Central when they happen to share a wallclock hour 鈥?which they do not always (Central is UTC-6 in winter, China is always UTC+8; the wallclocks are never the same, but CST/Acre and CST/Central differ by only one hour, which has historically caused real bugs in scheduling software).
How to use it
- Pick an abbreviation from the list, or type one in.
- Read the disambiguation table: each row is one possible meaning, with the cities, current offset, and DST status.
- Use the "is it ambiguous right now?" check to see whether any two meanings would give you the same wallclock time today.
Timezone abbreviations are famously ambiguous. CST means China Standard Time in Beijing, Central Standard Time in Chicago, and Cuba Standard Time in Havana. Pick any abbreviation, get the full list of what it might mean, the cities that use each variant, and a warning if the abbreviation is currently in conflict between two regions that share your wallclock hour.
Frequently asked questions
Why does the same abbreviation mean different things in different places?
There are only 24 single-hour offsets but thousands of timezone abbreviations. The IANA database lists several hundred abbreviations, and many are reused across regions.
Which abbreviation should I use in emails?
For emails and meetings, prefer the IANA name (e.g. "Europe/London") over the abbreviation. Abbreviations are useful for humans but unreliable for software.
Does the abbreviation change with DST?
Yes — for example, "EST" is the winter time in New York, while "EDT" is the summer time. The browser's Intl database tracks which abbreviation applies right now in each city.