Here is a tiny quiz. London is at UTC+0, right? Half of the year — yes. The other half, the whole country quietly runs an hour early at UTC+1. Travelers who memorized "GMT is zero" and never looked again build schedules that drift by sixty minutes without understanding why.
The problem is that two different concepts get fused into one phrase. Nail the split and every conversion becomes easier to sanity-check by hand.
The offset is fixed, boring, and reliable
A UTC offset is simply "how many hours east or west of UTC is this zone's standard time." Paris sits at UTC+1, Tokyo at UTC+9, New York at UTC−5. This number is stable and defines the zone on a map. Think of it as the address of a place in time coordinates.
DST is a seasonal override
Daylight saving time is a rule some regions attach on top of the offset. It pushes the clock one hour forward for part of the year and back for the other part. Britain calls the summer rule British Summer Time, which is why London reads UTC+1 rather than its standard UTC+0 from late March to late October.
Traps appear because regions do not all flip on the same weekend. Even within one country, not every state participates. When you rely on a memorized offset during a crossover month, you are one weekend out of date.
Two tables that look alike, meaning different things
| City | Standard offset | Seasonal change |
|---|---|---|
| London | UTC+0 | +1 (March–Oct) |
| Paris | UTC+1 | +1 (March–Oct) |
| Shanghai | UTC+8 | None |
| New York | UTC−5 | +1 (Mar–Nov) |
Notice the pattern: a whole region rotates together. London and Paris both add one hour the same weekend, so their difference stays at one hour all year. The real murderers of schedules are the late movers — see why DST breaks meetings for weeks.
Because offsets and DST rules are stateful, the reliable habit is to always convert at the moment you schedule, never from memory. Add every participant's place to the HourSwift converter and the current offset is read live, with each DST-active zone tagged. Related: how to publish one time a global audience reads correctly.