Americas · United States

Current time in Detroit

Eastern Standard Time. Currently on daylight saving time.

EDT · UTC-04:00IANA: America/Detroit42.33° N · 83.05° W
Current time☾ Night
00:39:26

Tuesday, June 2, 2026

☾ NIGHT 05:5713:3021:02
Sunrise
05:57
Solar noon
13:30
Sunset
21:02

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 Detroit time

Detroit keeps two clocks.

Detroit runs on Eastern Daylight Time during most of the workday overlap with cities like New York and Atlanta, and summer evenings stretch until after 9 p.m., giving meetings a relaxed, late-summer U.S. Midwest feel that syncs easily with both coasts.

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

How do business hours in Detroit compare with the U.S. East and West Coasts?
Detroit’s typical 9 a.m.–5 p.m. EDT schedule lines up perfectly with New York and Atlanta but starts three hours after Los Angeles begins its day and ends around lunchtime on the West Coast, so early-morning or midday calls tend to work best for all teams.
Why does Detroit use daylight saving time?
Like most of the United States, Michigan shifts clocks forward every spring to EDT and back every fall to EST. This gives Detroit brighter evenings and a better overlap with both coasts during the most active collaboration months of the year.
Does Detroit ever use a different time zone?
The Detroit area has flip-flopped between Central and Eastern Time several times since the late 1800s, but today it permanently sits in America/Detroit (UTC‑5 / UTC‑4), aligning business life firmly with the U.S. Eastern seaboard.
How late does sunset push work calls in summer?
In June and July, sunset in Detroit can occur after 9 p.m. EDT, and civil twilight lasts until nearly 10 p.m. This means late-afternoon or early-evening meetings still happen in full daylight, which is great for energy but can blur the line between work and personal time—schedule mental breaks accordingly.
Is the whole state of Michigan in one time zone?
No; four counties in Michigan’s Upper Peninsula sit in Central Time, but Detroit and the rest of the state’s major business hubs are on Eastern Time, so within Michigan alone there can already be an hour of difference to keep in mind when scheduling calls.
How far ahead is Detroit compared to London during U.S. summer?
When daylight saving is active, Detroit is four hours behind London (UTC‑4 vs UTC+1). In winter that gap widens to five hours, so a mid-morning call in Detroit clears lunch in London during summer but lands right at the start of the afternoon in winter.
Do nearby Canadian cities share Detroit’s exact clock time?
Windsor, Ontario lies directly across the Detroit River and follows the same Eastern Time rules, including daylight saving, so cross-border teams can collaborate without worrying about time-zone confusion—just remember that federal holidays may still differ.

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