Skip to content
100% local

Timezone converter

Convert a date and time from one time zone to another, with the UTC offset shown for both.

Input
Output

Timezone converter

Paste a date and time — or a Unix timestamp — and this tool converts it from one IANA time zone to another, so you can see what "2pm in New York" actually is in Tokyo, Berlin or UTC. Enter the source and target zones as IANA names (Europe/Bratislava, America/New_York, Asia/Tokyo) and the result shows both times side by side, along with each zone's current UTC offset, so you can immediately see how far apart they are.

The tool accepts several common formats: full ISO 8601 with an explicit offset or "Z" (which is unambiguous and converts directly), a plain "YYYY-MM-DD HH:mm" wall-clock value (read in the source zone you set), or a bare Unix timestamp in seconds or milliseconds (auto-detected by magnitude). Paste multiple lines to convert a whole batch at once — each line is read and converted independently, so a list of meeting times or log timestamps takes one pass. Daylight saving time is applied correctly for the exact date on each line, using the same IANA database your browser already ships, so a July conversion and a January conversion for the same pair of zones can show different offsets.

Choose "Readable" output for a plain-language date and time in your interface language, or "ISO 8601" for a machine-parsable value with an explicit numeric offset — useful when the result feeds into a script, a spreadsheet or an API call. Lines that cannot be read as a valid date are marked with a "?" and counted separately in the tally, so a stray typo in a long list doesn't get silently dropped.

Everything runs locally in your browser: no date, timestamp or time zone name is ever sent anywhere. That makes it safe to convert scheduling data, log timestamps or calendar entries that reference internal systems or private meetings. Copy the result, download it as a .txt file, or paste it straight back into the input to try another pair of zones.

FAQ

What formats can I paste as input?
ISO 8601 with an explicit offset or "Z" (e.g. 2026-07-24T12:00:00Z), a plain "YYYY-MM-DD HH:mm" value read in the source zone, or a Unix timestamp in seconds or milliseconds.
How does it handle daylight saving time?
The offset for each zone is calculated for the exact date and time on that line, using the IANA time zone database built into your browser, so DST transitions are applied automatically and correctly for both historical and future dates.
What time zone names does it accept?
IANA zone identifiers such as Europe/Bratislava, America/New_York or Asia/Tokyo — the same names used by every major operating system and programming language. Abbreviations like "EST" are not accepted because they are ambiguous.
Can I convert a whole list of times at once?
Yes. Paste one date, time or timestamp per line and every line is converted independently between the same source and target zone.
Is my data uploaded anywhere?
No. The conversion runs entirely in your browser using its built-in time zone data — nothing you paste is sent to a server.