Time Zone Abbreviations Explained: EST, PST, GMT, IST and More
Short answer: Time zone abbreviations like EST, PST, and GMT name an offset, not a city. EST is UTC−5, EDT is UTC−4 (the same East Coast region during summer), and IST can mean three different time zones depending on the country. The unambiguous reference is the IANA time zone identifier, e.g. America/New_York.
Most US East Coast meetings are written as 'EST' year-round, but for half the year the actual local time on the East Coast is EDT — one hour ahead of EST. Similar issues appear with PST/PDT, CST, and IST. This guide explains what each abbreviation actually means and how to avoid the common ambiguity.
Abbreviations name an offset, not a city
EST means "UTC minus five hours." That offset is correct for the US East Coast in winter, but in summer the East Coast is on EDT (UTC−4). The abbreviation does not move with the season — only the actual local time does. This is why a meeting invited as "EST year-round" is wrong half the time.
Common ambiguous abbreviations
- CST: US Central Standard (UTC−6) or China Standard (UTC+8). 14-hour difference.
- IST: India (UTC+5:30), Ireland summer (UTC+1), or Israel (UTC+2).
- EST: US Eastern Standard (UTC−5) or Australian Eastern Standard (UTC+10) — the latter is more often written AEST.
- BST: British Summer Time (UTC+1) or Bangladesh Standard Time (UTC+6).
When in doubt, use IANA names
The IANA time zone database uses unambiguous identifiers likeAmerica/New_YorkorAsia/Kolkata. These names cover both standard and daylight variants and never collide with another region. Calendar tools and most modern programming libraries use IANA names internally; the abbreviations are just a human-friendly shorthand.
A short rulebook
- If the conversation crosses regions that share an abbreviation, write the country: "US CST" or "China CST."
- For meetings, prefer the city name: "14:00 New York" is unambiguous; "14:00 EST" is not.
- For documentation and machine-readable data, use IANA names.
- Never assume EST means EST in summer. Half the year it should be EDT.
Frequently asked
What is the difference between EST and EDT?
EST is Eastern Standard Time at UTC−5, used during the winter on the US East Coast. EDT is Eastern Daylight Time at UTC−4, used from the second Sunday in March to the first Sunday in November. The IANA zone America/New_York covers both automatically.
Why does CST sometimes mean China and sometimes the US Midwest?
Both regions historically used the abbreviation CST. US CST is UTC−6 (Central Standard Time). China CST is UTC+8 (China Standard Time). They are 14 hours apart. Always confirm the country when CST appears in writing.
What does IST stand for?
IST is used for India Standard Time (UTC+5:30), Irish Standard Time (UTC+1, summer only), and Israel Standard Time (UTC+2). The most common usage by far is India, but if the conversation involves Ireland or Israel, ask which IST is meant.
Are GMT and UTC the same thing?
For practical scheduling purposes, yes. GMT is the historical name for UTC+0 and is still used as the year-round time in some countries (Iceland, parts of West Africa). UTC is the modern technical reference. The UK is on GMT in winter and BST in summer, not GMT year-round.