Why every zone is really just an offset from UTC
Every time zone in this tool is defined the same way: a number of hours (sometimes a half hour, as with India) added to or subtracted from Coordinated Universal Time, UTC. UTC itself doesn't observe daylight saving and doesn't belong to any single country, which is exactly why it works as a stable reference point that every local zone can be measured against.
| Zone | UTC offset |
|---|---|
| PST / PDT | UTC−8 / UTC−7 |
| EST / EDT | UTC−5 / UTC−4 |
| GMT / CET | UTC+0 / UTC+1 |
| IST | UTC+5:30 |
| JST | UTC+9 |
| AEST / AEDT | UTC+10 / UTC+11 |
The two-step math behind a conversion
Converting directly between two arbitrary zones is really two simpler steps chained together: go from the source zone to UTC, then from UTC to the target zone.
UTC time = Source time − Source offset
Target time = UTC time + Target offset
14:00 PST (UTC−8) → UTC = 22:00 → CET (UTC+1) = 23:00
That's also why the difference between two zones is just the difference between their two offsets — PST to CET is (+1) − (−8) = 9 hours, no UTC conversion needed if all you want is the gap rather than an actual converted time.
The one detail that breaks most manual conversions
Daylight saving time means many zones have two valid offsets depending on the time of year, and this tool lists them as separate options (EST vs. EDT, CET vs. CEST) rather than guessing automatically from a date. Picking standard time when daylight time is actually in effect for the date in question — or the reverse — is the single most common source of an hour-off scheduling mistake, and it's worth double-checking which one applies before locking in a meeting time across regions.
When a conversion changes the date, not just the time
A late-evening time in one zone can land in the small hours of the next calendar day somewhere else, which affects more than just the clock reading — it can shift which day of the week an event falls on locally. If a converted time crosses midnight and you need to confirm the actual day of the week it lands on, the day of week calculator and the general-purpose time calculator both help fill in that piece.