Americas · United States

Current time in New York

Eastern Standard Time. Currently on daylight saving time.

EDT · UTC-04:00IANA: America/New_York40.71° N · 74.01° W
Current time☾ Night
23:27:24

Saturday, May 30, 2026

☾ NIGHT 05:2712:5320:19
Sunrise
05:27
Solar noon
12:53
Sunset
20:19

Offset right now

UTC-04:00

Eastern Standard Time · EDT

Daylight saving

Active

Ends Nov 1, 2026 · in 5 months

Through the current period

35%
Mar 8, 2026Nov 1, 2026

About New York time

New York keeps two clocks.

In New York, the day often races from early-morning conference calls through a dramatic, drawn-out skyline sunset—so coordinating with West Coast teams is all about claiming a reliable East Coast morning window before the energy shifts across the continent.

Daylight saving

The year, by the clock.

Currently EDT
ESTEDTEST8 Mar · +1h1 Nov · −1h Jan 2026 Dec

Now

EDT

Daylight saving · since Mar 8, 2026

Next change

Nov 1, 2026

Clocks fall back · in 5 months

Frequently asked questions

Common questions about New York's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Why does New York’s clock jump forward every spring?
The U.S. shifts clocks an hour extra in the evening to stretch late-winter daylight into the workday, giving New Yorkers that familiar ‘longer-feeling’ downtown and uptown stroll.
How does New York’s position affect calls with London?
New York lags behind London roughly five hours during U.S. daylight time, which means morning pitches from Manhattan can often land right in London’s mid-morning without anyone pulling the short straw.
When do New York and Tokyo appear ‘closest’?
During daylight saving, Tokyo lands about thirteen hours ahead of New York, so a late-afternoon email from Manhattan lands in Tokyo’s start-of-day slot.
Why does dinner feel so much later in the summer?
Holding onto daylight after work pushes New York nightlife back, with restaurants and rooftop bars commonly humming well past 9 p.m. on the official clock.
How do airline schedules bend around New York’s clock?
Flights leaving Europe in the morning often step onto New York’s runway before noon, letting business travelers use half a day before catching a red-eye back across the Atlantic.
Do sports broadcasts strain the calendar?
East Coast baseball playoffs and football kickoffs routinely start closer to midnight and squeeze past 11 p.m., pushing late-evening life into another time zone.
May and September—why are those months tricky for clocks?
Weeks around the spring and autumn changes often stretch or shorten the commute, leaving New Yorkers catching trains under darker departures or brighter homecomings.
Why does the sunrise sneak onto early shifts?
In late March, daylight rolls in before several office doors open, illuminating the Brooklyn Bridge rather than a corner suite.
Is there really such a thing as the ‘midnight rule’?
When a flight times out at the half-line, New York air traffic often uses midnight to anchor tracking so dispatchers line up shifts neatly in one calendar day.

Free · Developer API

Time, as JSON.

Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}