Skip to main content

Time Zone Abbreviations

A reference guide to 56 common time zone abbreviations — UTC offsets, DST variants, representative cities, and links to conversion pages. Several abbreviations are shared by multiple regions; those are flagged and explained below.

For precise scheduling, always use city names or IANA identifiers (e.g. America/New_York) rather than abbreviations. Abbreviations are convenient shorthands but can be ambiguous — IST alone could mean India, Ireland, or Israel.

Common Sources of Confusion

EST vs EDT

EST (Eastern Standard Time, UTC-5) is used by New York, Toronto, and Washington DC from November to March. When clocks spring forward in March, the zone switches to EDT (Eastern Daylight Time, UTC-4). Many people say 'EST' year-round, but technically the correct abbreviation during summer is EDT. Scheduling tools and calendar apps should always use the IANA identifier America/New_York rather than a fixed abbreviation to avoid off-by-one-hour errors.

PST vs PDT

PST (Pacific Standard Time, UTC−8) applies to Los Angeles, San Francisco, Seattle, and Vancouver from November to March. In summer the zone shifts to PDT (Pacific Daylight Time, UTC−7). The gap between EST and PST is always 3 hours; the gap between EDT and PDT is also always 3 hours — but during the 2–3 week transition window when one region has switched clocks and the other hasn't, the gap temporarily changes.

CST ambiguity — three zones, one abbreviation

CST is used for three completely different time zones: US Central Standard Time (UTC−6, Chicago), China Standard Time (UTC+8, Shanghai), and Cuba Standard Time (UTC−5, Havana). The 14-hour difference between US CST and China CST makes this ambiguity genuinely dangerous for scheduling. Always confirm which CST a colleague means — or better, use city names or IANA identifiers.

IST ambiguity — India, Ireland, and Israel

IST stands for India Standard Time (UTC+5:30), Irish Standard Time (UTC+1 in summer), and Israel Standard Time (UTC+2). India's IST is the most common globally. Ireland uses a quirky 'negative DST' model where GMT is the winter offset and IST is the summer offset — the reverse of most DST conventions. Israel uses IDT (Israel Daylight Time, UTC+3) in summer. When someone says 'IST' without context, confirm whether they mean Kolkata, Dublin, or Jerusalem.

GMT vs UTC — same offset, different standards

GMT (Greenwich Mean Time) and UTC (Coordinated Universal Time) both sit at UTC+0, but they are technically distinct. UTC is an atomic-clock-based international standard used by computers, APIs, and databases. GMT is a timezone used by the UK in winter (switching to BST in summer). For programming and data storage, always use UTC. For human communication involving London, GMT is correct in winter and BST in summer.

Full Abbreviation Reference

North America

AbbrFull NameOffsetCity / RegionConverter
ESTEastern Standard TimeUTC−5New YorkESTPST
EDTEastern Daylight TimeDSTUTC−4New York
CSTambiguousCentral Standard Time (US)UTC−6ChicagoCSTEST
CDTCentral Daylight TimeDSTUTC−5Chicago
MSTMountain Standard TimeUTC−7DenverMSTEST
MDTMountain Daylight TimeDSTUTC−6Denver
PSTPacific Standard TimeUTC−8Los AngelesPSTEST
PDTPacific Daylight TimeDSTUTC−7Los Angeles
AKSTAlaska Standard TimeUTC−9Anchorage
AKDTAlaska Daylight TimeDSTUTC−8Anchorage
HSTHawaii Standard TimeUTC−10Honolulu
ASTAtlantic Standard TimeUTC−4Halifax
ADTAtlantic Daylight TimeDSTUTC−3Halifax
NSTNewfoundland Standard TimeUTC−3:30St. John's
NDTNewfoundland Daylight TimeDSTUTC−2:30St. John's
BRTBrasilia TimeUTC−3São Paulo
ARTArgentina TimeUTC−3Buenos Aires

Europe

AbbrFull NameOffsetCity / RegionConverter
UTCCoordinated Universal TimeUTC±0UniversalUTCEST
GMTambiguousGreenwich Mean TimeUTC±0LondonGMTEST
BSTBritish Summer TimeDSTUTC+1London
WETWestern European TimeUTC±0Lisbon
WESTWestern European Summer TimeDSTUTC+1Lisbon
CETCentral European TimeUTC+1Paris / BerlinCETEST
CESTCentral European Summer TimeDSTUTC+2Paris / Berlin
EETEastern European TimeUTC+2Helsinki / Athens
EESTEastern European Summer TimeDSTUTC+3Helsinki / Athens
MSKMoscow Standard TimeUTC+3Moscow
ISTambiguousIrish Standard TimeDSTUTC+1Dublin

Africa & Middle East

AbbrFull NameOffsetCity / RegionConverter
WATWest Africa TimeUTC+1Lagos
CATCentral Africa TimeUTC+2Johannesburg
SASTSouth Africa Standard TimeUTC+2Johannesburg
EATEast Africa TimeUTC+3Nairobi
GSTGulf Standard TimeUTC+4Dubai
ASTambiguousArabia Standard TimeUTC+3Riyadh

Asia

AbbrFull NameOffsetCity / RegionConverter
PKTPakistan Standard TimeUTC+5Karachi
ISTambiguousIndia Standard TimeUTC+5:30Kolkata / MumbaiISTEST
BSTambiguousBangladesh Standard TimeUTC+6Dhaka
ICTIndochina TimeUTC+7Bangkok
CSTambiguousChina Standard TimeUTC+8Shanghai
SGTSingapore Standard TimeUTC+8Singapore
HKTHong Kong TimeUTC+8Hong Kong
ISTambiguousIsrael Standard TimeUTC+2Jerusalem
IDTIsrael Daylight TimeDSTUTC+3Jerusalem
KSTKorea Standard TimeUTC+9Seoul
JSTJapan Standard TimeUTC+9TokyoPSTJST
WIBWestern Indonesia TimeUTC+7Jakarta
WITACentral Indonesia TimeUTC+8Makassar
WITEastern Indonesia TimeUTC+9Jayapura

Pacific & Australia

AbbrFull NameOffsetCity / RegionConverter
AWSTAustralian Western Standard TimeUTC+8Perth
ACSTAustralian Central Standard TimeUTC+9:30Adelaide / Darwin
ACDTAustralian Central Daylight TimeDSTUTC+10:30Adelaide
AESTAustralian Eastern Standard TimeUTC+10Sydney / Melbourne
AEDTAustralian Eastern Daylight TimeDSTUTC+11Sydney / Melbourne
NZSTNew Zealand Standard TimeUTC+12Auckland
NZDTNew Zealand Daylight TimeDSTUTC+13Auckland
CHASTChatham Standard TimeUTC+12:45Chatham Islands

Frequently Asked Questions

What is the difference between EST and EDT?
EST (Eastern Standard Time) is UTC-5 and applies from November to March. EDT (Eastern Daylight Time) is UTC-4 and applies from March to November when clocks spring forward. Many people say 'EST' year-round but the correct summer abbreviation is EDT.
What does CST stand for?
CST can mean US Central Standard Time (UTC−6, Chicago), China Standard Time (UTC+8, Shanghai), or Cuba Standard Time (UTC−5, Havana). Always confirm which CST is meant, as the US and China interpretations differ by 14 hours.
What is the difference between GMT and UTC?
GMT and UTC both sit at UTC+0, but UTC is an atomic-clock-based international standard used in computing, while GMT is a timezone used by the UK in winter (switching to BST in summer). For programming always use UTC; for human communication involving London, GMT is correct in winter.
What does IST stand for?
IST stands for India Standard Time (UTC+5:30), Irish Standard Time (UTC+1 in summer), or Israel Standard Time (UTC+2). India Standard Time is the most common usage globally. Always confirm the region when IST is used without context.

Related Tools