Time Zone Abbreviation & UTC Offset Reference
Searchable reference of 200+ time zone abbreviations (EST, PST, GMT, CET, JST, UTC+05:30, …) with full names, UTC offsets, DST status, IANA equivalents, and example cities. Resolves ambiguous abbreviations (CST, IST, BST, AMT) to all candidate zones. Live 'now in this zone' readout. 100% client-side, offline.
About Time Zone Abbreviation & UTC Offset Reference
Searchable reference of 200+ time zone abbreviations (EST, PST, GMT, CET, JST, UTC+05:30, …) with full names, UTC offsets, DST status, IANA equivalents, and example cities. Resolves ambiguous abbreviations (CST, IST, BST, AMT) to all candidate zones. Live 'now in this zone' readout. 100% client-side, offline. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.
FAQ
Why are time zone abbreviations like CST, IST, and BST ambiguous?
Time zone abbreviations are not standardized and are reused across the world. CST is Central Standard Time in North America (UTC−6) but also China Standard Time (UTC+8) and Cuba Standard Time (UTC−5). IST can be India Standard Time (UTC+5:30), Irish Standard Time (UTC+1), or Israel Standard Time (UTC+2). BST is British Summer Time (UTC+1) but also Bougainville Standard Time (UTC+11). This tool lists every candidate IANA zone for each ambiguous abbreviation so you can pick the right one.
How are the UTC offsets and DST status computed?
Offsets are derived from the IANA tz database via the JavaScript Intl.DateTimeFormat API, evaluated against the user's current instant. Each zone's standard offset and DST offset are computed by formatting two reference instants (January and July of the current year) in the target zone. This means the tool reflects the live, current tz database in the browser — no static table that goes stale.
Why do some zones have half-hour or 45-minute offsets?
Several zones do not use whole-hour offsets: India (UTC+5:30), Nepal (UTC+5:45), the Chatham Islands (UTC+12:45), parts of Australia (e.g. UTC+9:30), Newfoundland (UTC−3:30), and Iran (UTC+3:30) among others. This reference includes every fractional offset and labels them clearly so you don't accidentally round them.
What's the difference between standard offset and DST offset, and why are both shown?
The standard (winter) offset is the UTC offset a zone uses outside daylight saving time. The DST (summer) offset is what it uses when DST is active — typically 1 hour ahead of standard, but in some cases 30 minutes (e.g. Lord Howe Island) or 0 (the zone doesn't observe DST). Showing both lets you verify what offset applies right now and what would apply at other times of year.
What extra features does this tool have versus a static table?
(1) Search by abbreviation, full name, IANA id, city, or numeric offset (e.g. '+5:30'). (2) 200+ abbreviations mapped to 100+ IANA zones. (3) Disambiguation panel for ambiguous abbreviations (CST/IST/BST/AMT and more). (4) Live current offset and DST status via Intl.DateTimeFormat. (5) 'Now in this zone' instant readout. (6) Offset filter chips (e.g. show all UTC+5:30 zones). (7) Standard vs DST offsets shown side by side. (8) Copy IANA id. (9) Recently changed zones reference list. (10) localStorage history (max 20). (11) Shareable URL (fragment-encoded). (12) Grouped results by abbreviation.
Is my data sent anywhere?
No. All timezone lookups use Intl.DateTimeFormat and a bundled abbreviation→IANA zone map. The tool never makes a network request. Your search history is stored in localStorage on this device only.
Related tools
.bashrc / .zshrc Alias & Config Manager
Build shell aliases, functions, exports, and PATH edits in a visual editor, then export a clean, commented .aliases file sourced from both .bashrc and .zshrc — with shadowing detection against shell builtins and common CLI tools, function suggestions when args are needed, starter packs (git, docker, kubectl, navigation, safety, ls, dev, devops, data science), import of existing rc files, dedupe, history (localStorage), and shareable URL. 100% client-side.
Add / Subtract Date Calculator
Add or subtract years, months, weeks, days, hours, minutes and seconds from a starting date/time. Calendar-day or business-day mode with custom weekend + holiday list. Month-end policy toggle (clamp to last day vs overflow). Repeat/series mode (e.g. every 2 weeks x 10) with CSV export. Shareable URL. 100% client-side.
Age Calculator
Calculate exact age from a birth date in calendar years/months/days (no negative-day bugs) plus totals in months/weeks/days/hours/minutes/seconds. Next-birthday countdown with weekday. Feb-29 birthday policy toggle. Milestones (1,000 days, 10,000 days, 1 billion seconds). Zodiac sign + Chinese zodiac. Age gap comparison. Shareable URL. 100% client-side.