This time zone calculator converts a local clock time from one UTC offset to another. It routes through UTC minutes so both offsets stay consistent. The default local 14:00 with offset from -5 and offset to 1 returns 20:00.
Use it for meeting planning when you already know numeric offsets. It does not resolve city names or seasonal daylight rules by itself.
How the formula works
Express local time as minutes since midnight. Subtract the from offset hours (as minutes) to reach UTC, then add the to offset hours (as minutes). Convert back to HH:MM, wrapping at 24 hours when needed.
Worked example
14:00 is 840 minutes. Offset from -5 means UTC = 840 – (-5×60) = 1140 minutes (19:00 UTC). Offset to +1 adds 60 minutes, landing at 1200 minutes, which is 20:00.
| Input | Value |
|---|---|
| Local time | 14:00 |
| Offset from | -5 |
| Offset to | 1 |
| Converted time | 20:00 |
How to use the fields
- Local time is the starting clock reading.
- Offset from is the UTC offset of that local time.
- Offset to is the destination UTC offset.
Why UTC is the bridge
Going through UTC avoids inventing a special rule for every pair of zones. Any two offsets become two signed shifts against one shared reference.
Common mistakes
- Flipping the sign of an offset (entering +5 when the region is UTC-5)
- Forgetting that DST changes the active offset on some dates
- Ignoring a day change when conversion crosses midnight
- Comparing wall times without stating both offsets
Meeting invites
Write both local times and both offsets in the invite. A lone 14:00 without an offset forces every guest to guess.
Half hour offsets
Some regions use :30 or :45 offsets. Enter the fractional hour as the tool allows, and keep the UTC minute method so minutes stay exact.
Travel days
Flight itineraries often list local departure and arrival with different offsets. Convert one side to the other to see the true elapsed clock picture before you add layover buffers.
Classroom practice
Give students 14:00 at UTC-5 and ask for UTC+1 without the tool, then verify 20:00. Next, reverse the offsets and confirm they recover 14:00.
Discuss why named zones like Eastern Time are not enough on DST change weekends unless the numeric offset is confirmed.
Scheduling across many regions
Convert each participant to one shared UTC moment, then map that moment back to each local offset. That pattern scales better than pairwise guesses.
Recording the day shift
When 20:00 is the same calendar date as 14:00, say so. When conversion crosses midnight, write both the clock and the date for each side. Offset math alone does not print a full calendar stamp unless you track the day yourself.
Overnight flights and late calls are where day labels matter most. Keep a one line note: source local time and offset, UTC minutes, destination local time and offset, destination date.
Offset sheets vs map apps
Some documents list offsets without city names. This calculator matches that format. Map apps that resolve cities are helpful when you do not know the number, but you still need the active offset for the date you care about.
If two sources disagree by one hour, check whether one is quoting standard time and the other is quoting daylight time for the same region.
Practice set idea
Convert 09:30 at UTC+0 to UTC-5, then back again. Confirm you recover 09:30. Next convert 23:15 at UTC+1 to UTC-8 and state whether the destination date moved backward.
Then replay the default case from memory: 14:00 at UTC-5 toward UTC+1 should land on 20:00. If you get 08:00, the offset signs were likely flipped.
Business hours overlap
Pick a proposed meeting in one offset, convert to each teammate offset, and see whether everyone lands inside ordinary work hours. The calculator answers the clock piece; you still decide whether those hours are acceptable.
Document the chosen UTC moment once so later reschedules start from a shared reference instead of a chain of pairwise conversions.
Limitations
Static numeric offsets only. No IANA zone database, no historical DST table, and no automatic date line labeling beyond 24 hour wrap of the clock field.
For related unit and percent checks while you plan materials, try the unit converter or the percentage calculator.