timezones Browse time zones

Time Zone Abbreviations

What EST, CST, IST, BST and the rest actually mean — including the ones that mean several things.

Time zone abbreviations are convenient and quietly dangerous. IST means Indian Standard Time at UTC+05:30, Irish Standard Time at UTC+01:00 and Israel Standard Time at UTC+02:00. CST covers a North American zone, a Chinese one and a Cuban one. This table lists the common abbreviations, what they stand for, and where they collide.

Use them in prose, never in data

Abbreviations are fine in a sentence where context is obvious. They are a poor choice in a calendar invite, a database column or an API payload, because there is no authority that makes them unique. Record a UTC instant plus an IANA zone identifier instead — the reasoning is set out in time zones for developers.

Standard versus daylight forms

Most North American abbreviations come in pairs: EST in winter and EDT in summer, with ET as the year-round label. Writing "EST" for a July meeting is a common and confusing error, since the clock is on EDT then. Use the converter and name the place if you want no ambiguity at all.

Guides about Time Zone Abbreviations

More timezones.now pages

Frequently asked questions

What does IST stand for?
It depends: Indian Standard Time (UTC+05:30), Irish Standard Time (UTC+01:00) or Israel Standard Time (UTC+02:00). Context is the only way to tell, which is exactly the problem.
Is EST correct all year?
No. The Eastern zone uses EST in winter and EDT during daylight saving. ET is the safe year-round label.
Why not just use abbreviations everywhere?
Because they are not unique and no standards body governs them. Two systems can read the same abbreviation as different offsets, which quietly corrupts data.