Timezone Converter
Show multiple timezones side-by-side, change one and all sync. DST transitions flagged, work-hour overlap/gap color-coded. Cross-region meeting coordination.
timezone · datetime · intl
Show multiple timezones side-by-side, change one and all sync. DST transitions flagged, work-hour overlap/gap color-coded. Cross-region meeting coordination.
timezone · datetime · intl
Finding "a workable time" between Turkey + Germany + US teams — without dumping tzdata and doing arithmetic. Pick a reference time, the lab shows aligned local times for every zone with work-hours and DST highlighted.
Europe/Istanbul, America/New_York)Continent/City is the standard format. Common ones:
Europe/Istanbul (TR — UTC+3, no DST)Europe/Berlin (DE — CET/CEST, has DST)America/New_York (US east — EST/EDT)America/Los_Angeles (US west — PST/PDT)Asia/Tokyo (JP — UTC+9, no DST)UTC (no clock changes, programmatic reference)Turkey has been permanent UTC+3 since 2016 (no DST). Berlin shifts UTC+2 (summer) → UTC+1 (winter), opening a 1-hour gap. To hold the same meeting time year-round, anchor both sides in UTC, not local — otherwise the meeting drifts every March/October.
Production tip: store every timestamp in UTC, render in the user's TZ at display time. Intl.DateTimeFormat is TZ-aware in the browser.