Why time-zone abbreviations are ambiguous
Abbreviations are informal display labels, not globally unique identifiers. CST can mean Central Standard Time in North America, China Standard Time or Cuba Standard Time. IST is commonly used for India, Ireland and Israel—even though those places have different offsets.
Use an offset or IANA zone instead
For an instant that has already happened, include a numeric offset such as 2026-01-15T09:00:00-06:00. For future civil-time rules, store an IANA identifier such as America/Chicago alongside the local date and time. IANA identifiers preserve regional daylight-saving and historical rule changes that a label such as CST cannot express.
Frequently confused abbreviations
| Abbreviation | Possible meanings | Possible offsets |
|---|---|---|
| CST | Central, China or Cuba Standard Time | UTC−6 or UTC+8 |
| IST | India, Irish or Israel Standard Time | UTC+1, UTC+2 or UTC+5:30 |
| BST | British or Bangladesh Standard Time | UTC+1 or UTC+6 |
| AST | Atlantic or Arabia Standard Time | UTC−4 or UTC+3 |
| SST | Samoa or Singapore Standard Time | UTC−11 or UTC+8 |
Frequently asked questions
Is a time-zone abbreviation enough to schedule a meeting?
No. Ask for a city or IANA time zone and a date. The abbreviation may be ambiguous, and daylight-saving rules can change the applicable offset.
Are abbreviations standardized?
Many are widely recognized, but there is no single global registry that makes every abbreviation unique. Operating systems, libraries and local conventions can display different short labels.
Does the same place use one abbreviation all year?
Not always. New York commonly switches between EST and EDT, while Adelaide switches between ACST and ACDT. The selected date helps show whether the representative zone uses the listed offset then.
Seasonal checks use browser-provided IANA rules. Read our methodology, data sources, or browse the IANA time-zone directory.