How to Use
- Select the source time zone
Choose the time zone of the time you want to convert from.
- Enter the time
Input the time you want to convert.
- Select the target time zone
Choose the destination time zone to see the converted time instantly.
What is time zone conversion?
Time zone conversion is the calculation that turns the local time in one region into the local time in another. Every time zone is defined by its offset — how far it sits from UTC (Coordinated Universal Time). Seoul is UTC+9, while New York is UTC-5 (or -4 during daylight saving time). The gap between two cities is exactly the difference between their offsets.
Why it is not simple addition
- Daylight saving time (DST) — the US and Europe move clocks forward by one hour from spring to autumn, so the gap for the same city shifts with the season.
- 30- and 45-minute offsets — some places, such as India (UTC+5:30) and Nepal (UTC+5:45), are not on a whole-hour offset.
- Date rollover — when the result crosses midnight, the date moves a day forward or back.
This tool uses the IANA time zone database, so DST for the chosen date is applied automatically. It is handy for video calls, flight arrival times, and overseas deadlines.
The formula
First convert the source time to UTC, then add the target zone's offset.
UTC = source local time - source offset
target local time = UTC + target offset
difference = (target offset - source offset) ÷ 60 (minutes to hours)
Example — converting June 3, 15:00 in Seoul (UTC+9, +540 min) to New York (EDT, UTC-4, -240 min):
UTC = 15:00 - 9 hours = 06:00
New York = 06:00 + (-4 hours) = 02:00
difference = (-240 - 540) ÷ 60 = -13 hours (New York is 13 hours behind). Midnight is not crossed, so the date stays June 3.