HomeToolsDate & TimeWorld Timezone Converter

World Timezone Converter

Translate dates and times between different world timezones, manage comparison lists, and plan global meetings.

Date & Time

Target Conversions (0)

No comparison timezones added. Use the search bar above to add cities or timezones.

Plan One Instant Across Several Cities

“9 AM” is not a complete meeting time. It needs a date and a timezone, because offsets change with location, political rules, and daylight saving time. This world timezone converter starts with one source wall-clock time, resolves it to an instant, then renders that instant in a list of target IANA timezones. It is designed for release coordination, remote interviews, support handoffs, livestreams, and any situation where a clean multi-city comparison is more useful than mental offset arithmetic.

On first load, the source becomes the browser’s resolved timezone and the date and time become the current local values. Typical targets include UTC, New York, London, and Tokyo, except that the source is not duplicated. This default makes the page immediately useful, but it should not be mistaken for a claim about where the user is physically located. Browser timezone configuration is the authority.

A Meeting-Planner Walkthrough

Imagine a deployment proposed for October 28 at 16:00 in Europe/London. Set Source Date to the relevant October date, Source Time to 16:00, and Source Timezone to Europe/London. The target cards then show the equivalent clock time and date in each selected region.

Read every card as a package:

  • The large 24-hour time and formatted date identify the target’s local wall time.
  • UTC+1, UTC-4, or another offset describes that target at the selected instant.
  • +5h vs source, -8h vs source, or Same compares target offset with source offset.
  • Same day, +1 day, or -1 day warns when the target calendar date differs.
  • Work hours, Personal hours, and Sleep hours provide a quick scheduling cue.

The status bands use fixed local-hour ranges: 08:00 through 17:59 is work time, 22:00 through 05:59 is sleep time, and everything else is personal time. They do not know an individual’s shift, weekend, public holiday, lunch break, or preferred working schedule. Use them as visual triage rather than availability confirmation.

Adjusting the proposal

The -1h and +1h controls move the instant one elapsed hour. -1d and +1d move it one day, then rewrite the source fields in the source timezone. This is faster than editing form values while testing adjacent slots. The Now button restores the current instant expressed in the currently selected source timezone.

Near a daylight-saving transition, “one day later” deserves attention. Local clock rules can make an elapsed-day shift look different from simply retaining the same wall time on the next calendar date. Inspect the rewritten source fields and all target cards after shifting.

Add and Remove Comparison Timezones

Use the search field to add targets by IANA identifier. Queries match text inside names such as Europe/Paris, America/Argentina/Buenos_Aires, or Australia/Sydney; up to ten matching suggestions appear. The source timezone and targets already present are excluded from results. Remove a target with its trash control.

Modern browsers expose their supported timezone list through Intl.supportedValuesOf('timeZone'). If that feature is unavailable, the converter falls back to a shorter collection of major regions including UTC, several US zones, London, Paris, India, Tokyo, Shanghai, Singapore, Dubai, Sydney, and Auckland. Consequently, the set of searchable zones can vary by browser runtime.

Prefer geographic IANA names to abbreviations. CST can mean China Standard Time or Central Standard Time, and IST is similarly ambiguous. Asia/Shanghai and America/Chicago carry region-specific rules. The source selector presents IANA values rather than a free-form abbreviation field for this reason.

Sharing the Result Correctly

Copy Summary copies one plain-text block containing the source date, source time, source timezone, and every target’s date, time, UTC offset, and relative offset. It is suitable for a ticket, deployment plan, or chat message. The summary does not include the work/personal/sleep label or the same-day indicator, so review the target cards before sharing and write out any date rollover that colleagues could miss.

A strong announcement includes both the regional time and a stable reference:

Release window: 2026-10-28 16:00 Europe/London; see the copied summary for New York, UTC, and Tokyo equivalents.

For long-lived documentation, include UTC as a target. Local timezone rules may be updated in operating systems over time, while the UTC instant remains the clearest interchange reference.

Why the Date Changes the Answer

A timezone is more than a fixed UTC offset. America/New_York may use UTC-5 in winter and UTC-4 in summer. Europe/London alternates between GMT and British Summer Time. Other regions have changed offsets historically, adopted or abandoned daylight saving, or use half-hour and quarter-hour offsets. The converter asks the browser’s Intl.DateTimeFormat implementation for rules at the selected date.

This matters when comparing New York with London. Their usual difference is five hours, but the United States and United Kingdom switch daylight saving on different dates. During the gap between transitions, the difference can be four hours. Saving EST or assuming “London is always five hours ahead” creates avoidable scheduling failures.

Offset labels retain half-hour values, such as UTC+5.5 for India. Quarter-hour zones may be displayed as decimal hours as well. Read UTC+5.75 as five hours and 45 minutes, not five hours and 75 minutes.

Ambiguous and Missing Local Times

Clock changes create two difficult cases. During a spring-forward transition, some local wall times never occur. During a fall-back transition, an hour can occur twice with different UTC offsets. The form has no control for choosing the earlier or later occurrence of an ambiguous time and no warning dedicated to nonexistent local time. It iteratively estimates the timezone offset using browser date formatting.

For routine meeting planning this produces a practical conversion, but transition-critical work should be checked against an authoritative timezone library or scheduling system that exposes disambiguation. Examples include billing cutoffs, transport timetables, legal deadlines, and jobs intentionally scheduled inside the repeated hour.

Practical Review Checklist

Before publishing a global meeting time, confirm the source region rather than selecting a similarly named city. Confirm the date, because daylight-saving status depends on it. Look at the target date as well as time; a 23:30 source meeting commonly lands tomorrow elsewhere. Treat status colors as hints. Include UTC for operational events. Finally, paste the copied summary back into the message and ensure no application has reformatted the monospaced lines misleadingly.

Common errors include selecting America/Denver when the team actually follows Arizona rules, typing a city name that is not part of its IANA identifier, assuming +1d always preserves the same local hour across DST, and reading +9h vs source as the target’s absolute UTC offset. The card shows absolute offset and relative difference separately.

The day-difference badge is a simple source-versus-target day comparison. It reports at most the adjacent-day direction used by ordinary timezone spreads. It is not a general calendar-duration calculation, and unusual date-line scenarios should be verified from the displayed full dates.

World Timezone Converter FAQ

Does this convert EST to PST?

Use America/New_York as source and America/Los_Angeles as target. Those identifiers automatically switch between EST/EDT and PST/PDT according to the selected date, unlike fixed abbreviations.

Why is the offset different from the one I remember?

The selected date may fall under daylight saving time, or the region’s historical rules may differ. Also verify that the source and target identifiers represent the intended jurisdictions.

Can I add any city name?

Search works on timezone identifiers supported by the browser, not a general city database. Searching Kolkata finds Asia/Kolkata; a smaller city may be represented by a nearby IANA region instead.

Are seconds supported?

No. The source time input and rendered targets use hour and minute precision. Use a timestamp converter when second or millisecond precision matters.

Why is a target marked Sleep hours on a weekday afternoon for me?

The label evaluates the target’s local hour. It does not evaluate your source hour, and it has no knowledge of that person’s actual schedule.

No. It copies plain text to the clipboard. The selected configuration is not encoded into a URL or persisted as an invitation.

Can this guarantee the correct time during a DST clock change?

It uses the browser’s timezone data, but it does not expose ambiguity controls for repeated or skipped local times. Verify transition-sensitive times in a system designed for that purpose.

Learn More

Read our comprehensive guide to master this utility.

Read Guide →