How to use this developer tool
- Paste or type a value in the input area.
- Choose the conversion option when one is available.
- Select Validate Timezones or press Ctrl/Cmd + Enter.
- Review the interpretation and copy or download the result.
Check IANA timezone identifiers against the timezone data available in the current browser. For every accepted name, the report shows the canonical identifier returned by Intl, the current short offset, and a sample local time. Invalid or unavailable names remain visible as failed rows, which is useful when reviewing application settings or imported user profiles.
An IANA name identifies a rules-based region such as Asia/Seoul, not merely a fixed offset. Browser support depends on its bundled ICU and timezone database.
A valid result confirms support in this browser, not that every older runtime or database release recognizes the same alias.
Try the sample input, then run the converter. The output panel reports the normalized value and the fields used to derive it.
Asia/Seoul America/New_York Europe/London Invalid/Zone
Construct Intl.DateTimeFormat with each candidate, read the resolved canonical name, and format the same current instant for comparison.
A valid result confirms support in this browser, not that every older runtime or database release recognizes the same alias.
Use the format shown in the sample. The parser rejects empty input and reports malformed values instead of guessing silently.
UTC and offset-aware values represent a fixed instant. Any output labeled local uses the timezone configured in your browser.
The output is copy-ready, but verify it against the date library and runtime used by your application, especially for legacy formats.
Browsers may ship different timezone database versions and may parse non-standard legacy date strings differently. Prefer explicit standard formats.
No. The conversion runs in this page with browser APIs and does not require a network request.
| Value | Meaning |
|---|---|
| UTC | Coordinated Universal Time |
| Unix epoch | 1970-01-01T00:00:00Z |
| ISO 8601 | International date and time notation |