uuutil ← all tools

Timezone converter

Pick a date, a time and a source zone, and read that moment in as many zones as you like: add, remove and reorder target rows, each showing the local wall time, the UTC offset in effect, a DST marker when summer time applies, the localized zone name, and a copyable ISO 8601 stamp with offset. Local times that occur twice at a fall-back transition, or not at all in a spring-forward gap, are called out plainly. The same-moment slider shifts the hour across all rows at once. Zone rules, DST transitions and names come from your browser’s built-in Intl API — no timezone database is bundled and nothing touches the network. Complements the timestamp converter (epoch-centric) and the date calculator (arithmetic): this tool is wall-clock across zones.

Privacy ledger

Data acquired None.
Libraries used Lit 3 — bundled into the tool file itself.
Data stored None.
Data transmitted None.

Use it on your own page

Download the tool as a single self-contained HTML file: readable source with the Lit library included, zero network requests — it works opened straight from your disk, and you can customize everything.

Prefer the hosted widget? One script tag embeds it and stays up to date:

<script type="module" src="https://uuutil.com/tools/timezone-converter.js"></script>
<uu-timezone-converter lang="en"></uu-timezone-converter>

Source license: MIT — free to use, modify and redistribute; keep the license notice in copies.