Time Zone Calculator: Convert Time Between Zones

Convert a time between two time zones with full daylight saving time handling. The Time Zone Calculator flags date shifts, DST status, and clock-change edge cases.

01 calculator
Clock

Result

    Show the working

      The Time Zone Calculator converts a specific time from one time zone to another, accounting for daylight saving time on both ends of the conversion rather than applying a single fixed offset. Enter a date, a time, a source zone, and a target zone, and the calculator returns the converted time, the UTC offset in effect for each zone on that date, and whether the date shifts forward or backward across the conversion.

      Convert a time between two zones

      Scale bar: 1 Input unit equals 2.79 Output unit1 Input unit2.79 Output unit
      Convert a time between two zones.

      A conversion starts by combining the entered date and time with the source zone into a single point in time, then rendering that same point in the target zone.

      The Time Zone Calculator uses the IANA time zone database through the browser's built-in date and time API, which keeps every offset current without maintaining a separate table that could go stale.

      Enter 9:00 AM in New York on a date in January, and the calculator returns the equivalent time in any target zone, along with the UTC offset New York is observing on that specific date, since the offset itself is not fixed year-round.

      Account for daylight saving time

      Concept diagram: Inputs leads to Account for daylight saving time leads to ResultInputsAccount for daylightsaving timeResult
      Account for daylight saving time.

      Two widely used competing calculators state outright that they ignore daylight saving time, which makes their conversions wrong for roughly half the year across most zones that observe it.

      The Time Zone Calculator instead resolves DST for the exact date entered, checking whether each zone is on standard time or daylight time for that specific day rather than assuming a year-round fixed offset.

      New York runs on Eastern Standard Time, UTC-5, for the winter months, and switches to Eastern Daylight Time, UTC-4, in spring, moving clocks forward by one hour. It switches back to standard time in fall, moving clocks back by one hour. A time zone converter that hard-codes New York as UTC-5 all year is correct only in winter and wrong by an hour every day from spring through fall.

      Read the date shift

      Concept diagram: Inputs leads to date shift leads to ResultInputsdate shiftResult
      Read the date shift.

      Converting across zones that are far enough apart can push the result onto the previous or the following calendar day, not just a different clock time on the same day.

      The Time Zone Calculator reports this explicitly as a date shift of minus one, zero, or plus one day, rather than leaving the reader to notice the date change buried in the output.

      A time near midnight in one zone converted to a zone many hours ahead will frequently land in the following morning; the same time converted to a zone many hours behind can land in the previous evening. Travelers crossing the International Date Line experience the most extreme version of this, where a short flight can add or subtract a full calendar day from the local date on arrival.

      Convert 9 PM New York time to Tokyo

      Scale bar: 1 9 PM New York time equals 3.04 Tokyo1 9 PM New York time3.04 Tokyo
      Convert 9 PM New York time to Tokyo.

      Converting 9:00 PM in New York on 25 July, when New York observes Eastern Daylight Time, UTC-4, returns 10:00 AM the following day, 26 July, in Tokyo, which runs on Japan Standard Time, UTC+9, year-round with no daylight saving time.

      1. Find the offset difference. Tokyo is UTC+9 and New York is UTC-4 in July, a difference of 13 hours ahead of New York.

      2. Add the difference to the source time. 9:00 PM plus 13 hours is 34:00 on a 24-hour clock, which rolls past midnight.

      3. Subtract 24 hours and advance the date by one day. 34:00 minus 24 is 10:00, so the result is 10:00 AM on the following calendar day.

      The same conversion run in January, when New York observes Eastern Standard Time, UTC-5, shifts the difference to 14 hours instead of 13, since Tokyo does not change with the seasons. A 9:00 AM January conversion under that 14-hour difference lands at 11:00 PM the same calendar day, since 9 plus 14 is 23, which stays under the 24-hour rollover. The date shift depends on both the hour of day and the season, not on the zone pair alone.

      Compare several zones at once

      Comparison chart of Option A versus Option B across Case 1, Case 2, Case 3Case 1Case 2Case 3Option AOption B
      Compare several zones at once.

      A multi-zone view lines up a chosen list of zones side by side against a single reference time, useful for scheduling a meeting across offices in different countries.

      The Time Zone Calculator shades a working-hours window, commonly 9 AM to 5 PM local time, across each zone simultaneously, so an overlapping window is visible at a glance rather than computed zone by zone.

      A team split across New York, London, and Tokyo has a working-hours overlap of roughly two to three hours depending on the season, since London and New York shift their clocks on different calendar dates each year during the spring and fall transitions, briefly changing the size of the overlap window for a week or two.

      Understand UTC and GMT

      Concept diagram: Inputs leads to UTC and GMT leads to ResultInputsUTC and GMTResult
      Understand UTC and GMT.

      UTC, Coordinated Universal Time, is the reference time standard against which every time zone offset is defined, with no daylight saving time of its own. GMT, Greenwich Mean Time, is the local time of the UK's home time zone and is numerically identical to UTC only when the UK is on standard time, not during British Summer Time.

      An offset is written relative to UTC, such as UTC-5 or UTC+9, with the sign indicating direction: a negative offset is behind UTC, a positive offset is ahead of it. UTC itself is the zero-offset reference point and does not observe daylight saving time, which is why servers, aviation schedules, and scientific timestamps use it as the stable baseline.

      Handle non-hour offsets

      Concept diagram: Inputs leads to Handle non-hour offsets leads to ResultInputsHandle non-hour offsetsResult
      Handle non-hour offsets.

      Not every time zone sits on a whole-hour offset from UTC. India uses UTC+5:30, Nepal uses UTC+5:45, Newfoundland uses UTC-3:30, and the Chatham Islands east of New Zealand use UTC+12:45, each a half-hour or 45-minute offset rather than a round number.

      The Time Zone Calculator handles these the same way as whole-hour zones, since the underlying arithmetic works in minutes rather than assuming hour-only offsets.

      These fractional offsets exist for historical and political reasons specific to each region rather than any technical necessity, and they are a common source of errors in calculators that store offsets as whole numbers only.

      Handle the spring-forward gap and fall-back repeat

      Concept diagram: Inputs leads to Handle spring-forward gap and… leads to ResultInputsHandle spring-forwardgap and…Result
      Handle the spring-forward gap and fall-back repeat.

      Two calendar days each year create genuine ambiguity in local time near a daylight saving transition, and the Time Zone Calculator resolves both rather than returning an undefined result.

      On the spring-forward date, clocks jump from 1:59 AM directly to 3:00 AM, so a time like 2:30 AM never occurs that day; the calculator flags this as a nonexistent time and resolves it forward to 3:30 AM.

      On the fall-back date, clocks move from 1:59 AM back to 1:00 AM, so times between 1:00 AM and 1:59 AM occur twice, once before the change and once after. The Time Zone Calculator names both possible UTC instants for an ambiguous time like 1:30 AM and defaults to the first occurrence, before the clocks fall back, while noting that the second occurrence exists.

      Frequently asked questions

      How do I convert a time from one time zone to another?

      Enter a date, a time, a source zone, and a target zone into the Time Zone Calculator. It combines the date and time with the source zone's offset for that specific date, then renders the same instant in the target zone, accounting for daylight saving time on both sides.

      Does the Time Zone Calculator account for daylight saving time?

      Yes, on both the source and target zone, resolved for the exact date entered rather than a fixed year-round offset. This is the calculator's main advantage over converters that state they ignore daylight saving time entirely.

      Why does the time difference between two cities change during the year?

      The difference changes whenever one city observes daylight saving time and the other does not, or the two cities switch on different calendar dates. New York and Tokyo differ by 13 hours during New York's daylight saving months and 14 hours during its standard time months, since Tokyo does not observe daylight saving at all.

      What happens to a time zone conversion near a daylight saving change?

      Two edge cases exist. A time that falls in the one-hour gap created by the spring-forward change does not exist locally and is resolved forward past the gap. A time that falls in the hour repeated by the fall-back change is ambiguous and defaults to its first occurrence, with both possible instants shown.

      What is the difference between UTC and GMT?

      UTC is the fixed reference standard with no daylight saving time. GMT is the specific local time of the UK's home zone, which matches UTC only while the UK is on standard time and differs by one hour during British Summer Time.

      Can the calculator handle time zones with a 30-minute or 45-minute offset?

      Yes. India, at UTC+5:30, Nepal, at UTC+5:45, and several other regions use offsets that are not whole hours, and the Time Zone Calculator performs its conversion in minutes internally, which handles these correctly alongside standard whole-hour zones.

      How do I plan a meeting across several time zones?

      Use the multi-zone comparison mode to line up a reference time against several zones at once. A shaded working-hours window across each zone shows the overlap directly, which is faster than converting each zone individually and cross-referencing the results by hand.

      Does the date change when converting between time zones?

      It can. The Time Zone Calculator reports any date shift explicitly as one day earlier, the same day, or one day later, since a large enough offset difference combined with the time of day can push a conversion across midnight in either direction.

      Summary

      The Time Zone Calculator converts a specific time between two zones using the current IANA time zone database, resolving daylight saving time for the exact date entered rather than assuming a fixed offset.

      It reports the converted time, the UTC offset for each zone, and any date shift explicitly, and it resolves the spring-forward gap and fall-back repeat rather than returning an undefined result.

      A multi-zone comparison shades a shared working-hours window for scheduling across several locations at once.