Using CET / EST abbreviations
Three-letter zones are ambiguous.
Fix: Always use IANA names like Europe/Paris or America/New_York.
header • up to 320x100 / 728x90
Searchable list of every IANA time zone with live UTC offset and local time
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
Time Zone List is a searchable reference of every IANA time zone (America/New_York, Europe/London, Asia/Tokyo, …) with the current UTC offset and local HH:MM rendered live using the browser's Intl API.
It's the fastest way to pick the right TZ identifier when configuring cron jobs, calendar events, or scheduler rules.
europe
Europe/Amsterdam GMT+1 14:05 Europe/Berlin GMT+1 14:05 Europe/London GMT 13:05 Europe/Paris GMT+1 14:05
Three-letter zones are ambiguous.
Fix: Always use IANA names like Europe/Paris or America/New_York.
Offsets shift around DST dates.
Fix: The live offset shown reflects the current date only.
Intl.supportedValuesOf('timeZone') in the browser (fallback to a curated list).
Yes — each row shows the offset and local HH:MM in 24-hour format.
Yes — offsets are computed with the browser's timezone database.
No — the list is rendered entirely client-side.
Only browsers supporting supportedValuesOf return the full set. Old browsers fall back to a curated list.
Pair the time zone list with calendar, timesheet, and Unix timestamp helpers. You can also browse the full Generators category for more options.
Convert Unix timestamps to dates and vice versa
Add or subtract days, weeks, months, years, hours, minutes, or seconds from any date or time
Sum multiple HH:MM time ranges into total hours worked — perfect for weekly timesheets
Generate cron schedule expressions visually
Searchable ISO 3166 country list with two-letter codes and localised names
Searchable reference of 50+ common MIME types for web, office, media, and font formats
Generate random dates
Compose and export Apple App Store screenshot sets
Generate sample CSV data
Convert any curl command into modern JavaScript using the browser fetch API with await / async
Convert a curl command into Node.js https module code ready to paste into scripts or CI
Generate date format strings and code snippets for JavaScript, Python, and C#