Time zone guide
Time Zone Abbreviations
Short codes like EST, PST, CET, and IST are convenient, but they are not always unique. This guide explains the abbreviations people most often use, where daylight saving changes the code, and when to use a full IANA time zone instead.
Best for humans
Abbreviations work well in text when the region is obvious, such as 9:00 AM EST for a US audience.
Risky for automation
Many codes are reused. A calendar invite should use a city or IANA identifier, not just CST or IST.
Date matters
Daylight-saving regions often switch between standard and daylight abbreviations during the year.
Common time zone abbreviations
Offsets below are typical standard or daylight offsets. Always check the date for daylight-saving regions.
| Abbreviation | Common meaning | Typical offset | Safer IANA example |
|---|---|---|---|
| UTC | Coordinated Universal Time | UTC+0 | Etc/UTC |
| GMT | Greenwich Mean Time | UTC+0 | Europe/London |
| EST / EDT | Eastern Standard / Daylight Time | UTC-5 / UTC-4 | America/New_York |
| CST / CDT | Central Standard / Daylight Time | UTC-6 / UTC-5 | America/Chicago |
| MST / MDT | Mountain Standard / Daylight Time | UTC-7 / UTC-6 | America/Denver |
| PST / PDT | Pacific Standard / Daylight Time | UTC-8 / UTC-7 | America/Los_Angeles |
| CET / CEST | Central European Standard / Summer Time | UTC+1 / UTC+2 | Europe/Paris |
| BST | British Summer Time | UTC+1 | Europe/London |
| JST | Japan Standard Time | UTC+9 | Asia/Tokyo |
| KST | Korea Standard Time | UTC+9 | Asia/Seoul |
| AEST / AEDT | Australian Eastern Standard / Daylight Time | UTC+10 / UTC+11 | Australia/Sydney |
| NZST / NZDT | New Zealand Standard / Daylight Time | UTC+12 / UTC+13 | Pacific/Auckland |
Ambiguous abbreviations to watch
CST can mean Central Standard Time in North America, China Standard Time, or Cuba Standard Time. Use the China time zones guide when CST means China Standard Time.
IST can mean India Standard Time, Irish Standard Time, or Israel Standard Time depending on the audience and date. Use the India time zones guide when IST means India Standard Time.
BST usually means British Summer Time in UK scheduling, but the same letters can appear in other regional contexts. Use the UK time zones guide when the date may fall in either GMT or BST.
Use IANA names for exact scheduling
For software, calendars, travel planning, and recurring meetings, use IANA time zones such as America/New_York, Europe/London, or Asia/Tokyo. These identifiers encode the local daylight-saving rules for a place.
Quick FAQ
Is UTC the same as GMT?
For everyday scheduling they often point to the same clock time, UTC+0. UTC is the modern standard used by computers and timekeeping systems; GMT is a historical term still common in UK and travel contexts.
Why do EST and EDT both exist?
EST is Eastern Standard Time, used outside daylight saving. EDT is Eastern Daylight Time, used during daylight saving. The offset changes by one hour.
What should I put in an international meeting invite?
Use a city-based time zone or IANA name, then include a friendly abbreviation for readers. For example: 10:00 AM America/New_York (EDT). You can also start from the time zone clocks hub for common zones.