UTC ↔ local time
Everyone works off one shared clock, UTC (Zulu), instead of local time. To convert, add or subtract the zone offset. Every Canadian standard-time zone sits west of Greenwich, so local clocks run behind UTC:
- Local = UTC + offset (offset is negative going west), e.g.
1500Zin Eastern (UTC−5) →1000local. - UTC = local − offset, e.g.
0800Pacific (UTC−8) →1600Z. - Watch the date. If the sum crosses midnight the calendar day changes:
2000Pacific →0400Zthe next day;0200ZEastern →2100local the previous day.
| Zone | Offset |
|---|---|
| Newfoundland (NST) | −3.5 |
| Atlantic (AST) | −4 |
| Eastern (EST) | −5 |
| Central (CST) | −6 |
| Mountain (MST) | −7 |
| Pacific (PST) | −8 |
Trap: applying the offset the wrong way (going west you subtract to get local, add to get UTC), forgetting Newfoundland's half hour, missing the date rollover across midnight, or mixing in a daylight-time hour. These figures are all standard time.
References
- TC AIM GEN 1.5.3