Time Zone Calculator

Converted Time

1 Jan 2026, 5:00 PM

The Numbers

  • Time difference: ahead by 5 hours
  • From zone offset: UTC-5
  • To zone offset: UTC+0
  • Same calendar day in both zones.

Compare Calculations

Downloads

Includes your inputs and results for this calculation, plus any additional calculations you've compared.

How This Calculator Works

A time zone conversion finds the equivalent wall-clock time in a second location for the exact same real-world instant. Enter a date and time, pick the time zone it’s in, and pick the time zone you want to convert it to — this calculator shows the matching date and time there, whether the two zones are currently the same number of hours apart, and whether either one is currently observing Daylight Saving Time.

This is more than simple hour-arithmetic. Time zones don’t all sit at fixed whole-hour offsets from UTC (several are on the half-hour or even 45-minute mark), and many shift their own offset twice a year for Daylight Saving Time — on different calendar dates in different countries, and not at all in some places. Getting this right requires the actual, occasionally-updated-by-law rules for every zone, not just a fixed table of hour offsets.

The Formula

Rather than a fixed formula, this calculator uses the IANA Time Zone Database — the same authoritative, continuously-maintained record of every time zone’s rules that both your web browser and virtually every computer operating system already ship a complete copy of. The conversion itself works in three steps:

  1. Combine your entered date and time with the “from” zone to find the exact real-world instant (in UTC) it represents.
  2. Look up what that same UTC instant reads as on a clock in the “to” zone, using that zone’s own current rules (including whether Daylight Saving Time applies on that specific date).
  3. Report the difference between the two zones’ current UTC offsets, and whether the converted time landed on a different calendar day.

Worked Example

Converting 12:00 PM in New York to London in January (winter, both zones on standard time):

  1. New York (Eastern Standard Time) is UTC−5 in January.
  2. London (Greenwich Mean Time) is UTC+0 in January.
  3. The difference is 5 hours — London is ahead — so 12:00 PM in New York is 5:00 PM in London the same day.

In July, both zones shift into Daylight Saving Time (New York to Eastern Daylight Time, UTC−4; London to British Summer Time, UTC+1) — the individual offsets change, but since both zones move together, the 5-hour difference and the converted time stay exactly the same.

Source: IANA Time Zone Database (via the browser/Node Intl API).

Frequently Asked Questions

Does this account for Daylight Saving Time?

Yes — it uses each time zone's own current, real rules (via the IANA Time Zone Database that your browser already ships) for exactly when Daylight Saving Time starts and ends, so the conversion is correct whether one, both, or neither zone is currently observing it.

Why pick a city instead of just 'UTC-5' or 'EST'?

A fixed offset like "UTC-5" doesn't know whether Daylight Saving Time applies on your chosen date, and abbreviations like "EST" are ambiguous (several unrelated zones around the world use the same three letters). Picking an actual city/region ties the conversion to that specific zone's real, current rules.

Why does the converted time sometimes land on a different date?

Time zones can be far enough apart that the same instant falls on two different calendar days — for example, 10pm in Los Angeles is already the afternoon of the next day in Tokyo. This calculator flags whenever that happens so it isn't missed.