Time zone converter

Choose date/time as your device interprets it, then map to two zone labels.

Schedule calls across regions: one instant on the timeline, two civil-time strings. Zone lists follow what your browser exposes via Intl.

Date and time

This selects one instant on the timeline using your browser’s local interpretation.

Comparison

Could not read that date and time.

How it works

The picker builds a Date; Intl formats that instant in each selected IANA zone.

Abbreviations and DST depend on the zone rules bundled with your browser.

Coverage

Zone lists come from Intl.supportedValuesOf when available; otherwise a short fallback list is used.

Legal time

Historical offsets may differ from legislative records; verify critical legal deadlines independently.

Common questions

Why two zones?
To compare labels for the same instant — useful for meetings across regions.
Keyboard entry?
Use the picker; raw typed offsets are not parsed here.
UTC vs GMT?
ISO UTC line shows the canonical instant; zone rows show civil time strings.
Slow devices?
Very long zone lists may scroll; search is not built into the native select.