UTC to EST: subtract five — or four
UTC never moves, which makes it the reference every other zone is defined against. New York moves twice a year, which is where the second answer comes from.
The short answer
Subtract 5 hours in winter, 4 hours in summer. 15:00 UTC is 10:00 in New York from November to March, and 11:00 from March to November.
UTC itself never changes — it has no daylight saving and no seasonal adjustment. The whole variation comes from the New York end.
The table
| UTC | New York (winter, UTC−5) | New York (summer, UTC−4) |
|---|---|---|
| 00:00 | 19:00 prev. day | 20:00 prev. day |
| 06:00 | 01:00 | 02:00 |
| 12:00 | 07:00 | 08:00 |
| 15:00 | 10:00 | 11:00 |
| 18:00 | 13:00 | 14:00 |
| 21:00 | 16:00 | 17:00 |
What UTC actually is
Coordinated Universal Time is the time standard the world's clocks are synchronised to. It is not a time zone in the ordinary sense — nobody's civil time is "UTC" because they like it; rather, every zone is defined as an offset from it.
Two properties make it useful:
- It never shifts. No daylight saving, ever.
- It is unambiguous. There is exactly one UTC, unlike the abbreviations that mean different things in different countries.
That is why servers log in UTC, why aviation and shipping run on it, and why any timestamp that has to survive being read in another country should be written in it.
Reading a UTC timestamp
A timestamp like 2026-07-15T14:30:00Z is a precise instant. The trailing Z
means UTC. To read it in New York in July, subtract four hours: 10:30 local, same
day.
The trap is subtracting the wrong number because you assumed the season. If you are converting a date months ahead, check which side of the transition it falls on — or convert against the city rather than the offset and let the time zone database decide.
UTC and GMT are not quite the same thing
In everyday scheduling they are interchangeable: both are UTC+0.
Strictly they differ. UTC is an atomic time standard maintained with leap seconds; GMT is a time zone based on the mean solar time at the Greenwich meridian, and it is what the UK uses in winter. In summer the UK moves to UTC+1, so "GMT" stops describing British local time even though people keep saying it.
For any practical conversion the difference is under a second and does not matter. For choosing what to write, UTC is the better term because it does not drift into meaning a country's local time.
Going the other way
To convert New York to UTC, add the offset back: 5 hours ahead in winter, 4 hours ahead in summer.
So 09:00 in New York is 14:00 UTC in winter and 13:00 UTC in summer.
Related: Convert EST to GMT · What is EST? · IST to EST
Timezone: World Clock Widget
A world clock, converter and live day/night map for iPhone — 325 cities, offline, no account.
Figures on this page are computed from the IANA time zone database. Last generated 2026-08-18.