Timezone converter is a time tool that translates any moment between time zones using the IANA timezone database. It auto-detects your local zone, supports 400+ IANA zones, and honours daylight saving rules for any date. The tool runs in your browser.
Frequently asked questions
- How does the timezone converter work?
- The tool uses Intl.DateTimeFormat with the IANA timezone database that ships in every modern browser. The date and time you enter are treated as wall-clock time in the source zone, then the same absolute moment is formatted in the target zone.
- Is the IANA database kept up to date?
- The database ships with your browser and is updated whenever the browser updates. That means current daylight saving rules and recent zone changes are reflected automatically.
- How many time zones can I convert between?
- Every IANA zone exposed by Intl.supportedValuesOf('timeZone') is available, currently over 400 zones covering every region of the world.
- Is my data sent to a server?
- All processing runs in your browser. The dates and zones you enter are never sent anywhere.
- Does the tool handle daylight saving transitions?
- Yes. Conversions for any specific date use the daylight saving rules in effect on that date, including offsets that are not whole hours.
Reviewed and tested May 25, 2026.