The sentence that costs people an hour
Someone writes “let's talk at 3 PM EST” and sends it in July. Read that literally and you have a problem, because in July there is no such thing as EST. The eastern United States is on EDT then, one hour ahead. Take the message at face value, convert from UTC−5, and you will arrive an hour late to a call that everyone else made on time.
Almost nobody means it literally. What they mean is Eastern local time, and they have written EST out of habit the way people write Xerox for photocopy. The trouble is that machines, and people converting carefully from another continent, tend to take the letters seriously.
What the two abbreviations actually are
Eastern Time is the zone. EST and EDT are the two offsets that zone uses across the year.
| Label | Offset | In force |
|---|---|---|
| EST — Eastern Standard Time | UTC−5 | First Sunday in November to second Sunday in March |
| EDT — Eastern Daylight Time | UTC−4 | Second Sunday in March to first Sunday in November |
EDT covers about two-thirds of the year. So for most dates, someone writing EST is describing a period during which EST is not in use at all. The same pattern repeats across the country: CST and CDT, MST and MDT, PST and PDT.
3 PM Eastern in July = 19:00 UTC
one hour apart, and only one of them is what was meant
When the mistake is free, and when it is not
Converting Eastern to Central, Mountain or Pacific, the sloppiness costs nothing. Those zones all change their clocks on the same two Sundays, so the gap between them is fixed: Central is one hour behind Eastern in January and in July alike. Write EST when you mean EDT and the answer still comes out right.
It becomes expensive the moment you cross into a zone that does not move in step. India stays at UTC+5:30 all year, so the gap from New York swings between 9 hours 30 minutes and 10 hours 30 minutes depending on the American season. Arizona stays at UTC−7, so Phoenix is two hours behind New York in winter and three in summer. UTC never moves at all, which is why timestamp bugs cluster here: code that hardcodes minus five is wrong for eight months of the year.
Three weeks when the Atlantic gets narrower
The United States switches on the second Sunday in March. The European Union and the United Kingdom wait until the last Sunday in March. For the fortnight or so in between, London is four hours ahead of New York instead of the usual five. The same thing happens in reverse in the autumn, when Europe falls back a week before America does.
Any rule of thumb you have memorised about London and New York is therefore wrong for about three weeks a year, and those weeks are exactly when the recurring meeting you set up months ago quietly moves for one side and not the other.
Two dates a year when a clock time is a trick question
On the spring-forward Sunday, clocks jump from 2:00 AM straight to 3:00 AM. There is no 2:30 AM that day. Schedule something for then and most systems will silently push it to 3:30 AM without telling you.
On the autumn Sunday the opposite happens: 1:30 AM occurs twice, an hour apart. Those are two different moments in absolute time, and they convert to two different answers everywhere else in the world. Most converters will confidently give you one of them and never mention the other.
How to write a time that cannot be misread
The fix is not to learn the rules. It is to write times that do not depend on anyone knowing them.
| Instead of | Write | Why |
|---|---|---|
| 3 PM EST | 3 PM New York (UTC−4) | Names a place and pins the offset |
| 9 AM IST | 9 AM Delhi | IST is also Irish and Israel time |
| noon CST | noon Chicago | CST is also China Standard Time |
| midnight | 00:00 or 23:59, with the date | Midnight belongs to two dates in ordinary speech |
Better still, send a UTC time and let each calendar render it locally. And when you create a recurring invite, pick a named zone such as “Eastern Time (US & Canada)” rather than typing an abbreviation into the subject line. Calendar software handles the March and November switches correctly when it knows the zone; it cannot do anything with three letters in a title.
The short version
If a date falls between the second Sunday in March and the first Sunday in November, Eastern means EDT at UTC−4, whatever the message says. Converting to another American zone, it makes no difference. Converting to India, Arizona, UTC or anywhere in Europe during the three-week mismatch, it makes exactly one hour of difference — which is the difference between joining a call and missing it.
Run your own numbers
FAQ
Is it EST or EDT right now?
Does writing EST when I mean EDT actually cause problems?
Why is London sometimes four hours ahead of New York instead of five?
What happens to a meeting set for 2:30 AM on the day clocks go forward?
What is the safest way to write a time for people in other countries?
Sources
Primary references used for the figures and rules on this page.