Pillinger Works

UTC, CET/CEST, EST/EDT: Trading with the Correct Clock

Elementary
Ready to move forward?

You can explore the materials without registering, but with a free account you can track your progress and earn rewards along the way. By the end of your learning journey, you can have the knowledge you need to become a profitable Trader!

Join →

UTC, CET/CEST, EST/EDT: Trading with the Correct Clock

Time zones become a trading issue whenever we schedule a market event, compare sessions, or interpret historical data. UTC is the reference standard from which many time zones are described. Central European Time is CET in winter and CEST in summer; Eastern Time in the United States is EST in winter and EDT in summer.

What Changes and What Does Not?

The exchange does not move its market because we changed our local clock. Daylight-saving rules change the displayed local time of an event relative to UTC. This is why an event that normally appears at one local hour can appear one hour earlier or later during transition periods.

Why Traders Need This

Suppose we plan an intraday strategy around the US cash open. If we record the event as a fixed local time without accounting for daylight saving, our historical labels can become wrong for several weeks each year. The same issue affects economic releases, futures sessions and cross-market comparisons.

Practical Rule

For a robust trading journal and backtest, we should store timestamps in an unambiguous form such as UTC, then convert them to the local timezone only for display. When we write rules such as “trade at 15:30,” we should specify which timezone we mean.

Example

If a US market event is scheduled for 14:30 UTC, the corresponding Central European local time depends on whether CET or CEST is in effect. We should calculate the conversion rather than assuming that the local clock is permanently fixed.

Common Mistakes

Typical mistakes include treating EST as the year-round US Eastern Time label, forgetting CEST, mixing exchange time with computer time, and comparing historical data without checking timezone metadata.

Key Terms

UTC, CET, CEST, EST, EDT, daylight saving time, timestamp.

Knowledge Check

  1. Why should we distinguish CET from CEST?
  2. Why is UTC useful for trading records?
  3. What timezone should a rule such as “trade at 15:30” specify?