Americas · United States

Current time in Baltimore

Eastern Standard Time. Currently on daylight saving time.

EDT · UTC-04:00IANA: America/New_York39.29° N · 76.61° W
Current time☾ Night
00:37:54

Tuesday, June 2, 2026

☾ NIGHT 05:4113:0420:27
Sunrise
05:41
Solar noon
13:04
Sunset
20:27

Offset right now

UTC-04:00

Eastern Standard Time · EDT

Daylight saving

Active

Ends Nov 1, 2026 · in 5 months

Through the current period

36%
Mar 8, 2026Nov 1, 2026

About Baltimore time

Baltimore keeps two clocks.

Baltimore, Maryland, keeps the same clock as New York and Washington, D.C., so meetings with East Coast partners line up without a second thought. Summer evenings stay bright past 8:30 p.m., giving remote workers extra daylight for an after-work walk along the Inner Harbor.

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 Baltimore's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Does Baltimore share its time zone with New York City?
Yes—both cities follow America/New_York, so there is zero time difference for calls or stand-ups.
When do clocks change in Baltimore?
Like most of the U.S., Baltimore springs forward in March and falls back in November.
How late is sunset in Baltimore during summer?
In late June, the sun sets around 8:35 p.m., giving long, bright evenings.
Is Baltimore in the same time zone as the U.S. federal government?
Yes—Washington, D.C., is less than 40 miles away and shares the same offset.
Do nearby states like Pennsylvania match Baltimore's time?
Yes—Pennsylvania, Delaware, and most of the mid-Atlantic region all follow the same Eastern Time.
What UTC offset does Baltimore use in summer?
During daylight saving, Baltimore is UTC-4 (EDT); in winter it shifts to UTC-5 (EST).
How does Baltimore's time zone help remote teams?
Its alignment with the entire U.S. East Coast simplifies scheduling with the majority of American businesses.

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
}
}
]
}