Runs 100% in your browser — nothing is uploaded
Converters

Timezone Converter

Convert a date and time across up to 5 timezones at once, with UTC offset and DST status.

Timezone Converter
Client-side

About this tool

The Timezone Converter takes a single date and time in a source timezone and converts it into up to five target timezones simultaneously, showing each zone's UTC offset and whether daylight saving time is currently in effect. This is the tool for scheduling a meeting across distributed teams, debugging a "why did this cron job fire at the wrong time" issue, or converting a server log timestamp into a colleague's local time.

Pick a source timezone from a searchable list of all IANA timezones your browser supports, enter a date and time — or hit Now to pre-fill the current moment — and add target zones one at a time, up to five. Each result shows the converted local time, the UTC offset, and a DST indicator computed by comparing the zone's offset at your chosen date against its offset in January of the same year; if they differ, DST is active.

Unlike a simple "add N hours" calculator, this tool correctly handles the fact that UTC offsets change with daylight saving rules that differ by country and even by year. All computation uses the browser's native Intl.DateTimeFormat and the IANA timezone database your browser ships with — no external API call.

FAQ

How many target timezones can I convert to at once?
Up to 5. Use the "+ Add timezone" button to add more targets and "Remove" to drop one.
How is DST (Daylight Saving Time) detected?
The tool compares the UTC offset of your chosen date/time in a given zone against that same zone's offset at noon UTC on January 1st of the same year. If the offsets differ, DST is considered active.
Does this tool call an external timezone API?
No. It uses Intl.DateTimeFormat and Intl.supportedValuesOf("timeZone"), both native to modern browsers. No network request is made — the zone list and offsets come from your browser itself.
What does the "Now" button do?
It fills the date/time field with the current moment in your local system time.
Why does a city like Phoenix, Arizona never show DST as active?
Most of Arizona does not observe daylight saving time — it stays on standard time year-round, so its January and mid-summer offsets are identical.