Americas · United States

Current time in Chicago

Central Standard Time. Currently on daylight saving time.

CDT · UTC-05:00IANA: America/Chicago41.88° N · 87.63° W
Current time☾ Night
22:26:24

Saturday, May 30, 2026

☾ NIGHT 05:1812:4820:17
Sunrise
05:18
Solar noon
12:48
Sunset
20:17

Offset right now

UTC-05:00

Central Standard Time · CDT

Daylight saving

Active

Ends Nov 1, 2026 · in 5 months

Through the current period

35%
Mar 8, 2026Nov 1, 2026

About Chicago time

Chicago keeps two clocks.

In Chicago, business runs Central Daylight Time, aligning with most of the United States’ economic heartland — mornings start early with plenty of daylight to get ahead, and evenings stretch late into the warm Missouri River winds. Coordinating with coasts means syncing up by mid-morning, and you’ll find the office lights on from lunch through the post-dinner lull of the day.

Daylight saving

The year, by the clock.

Currently CDT
CSTCDTCST8 Mar · +1h1 Nov · −1h Jan 2026 Dec

Now

CDT

Daylight saving · since Mar 8, 2026

Next change

Nov 1, 2026

Clocks fall back · in 5 months

Frequently asked questions

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

When does the workday typically start in Chicago?
Thanks to its Midwestern work culture, most offices are buzzing by 7:30–8:00 AM CDT, wrapping up earlier on Fridays in summer.
How does Chicago’s daylight saving schedule affect meetings?
In spring, Chicago loses an hour but gains long summer evenings; in fall, teams enjoy an extra hour of sleep but earlier sunsets.
Do holidays shift work rhythms in Chicago?
Like much of the country, major holidays like Thanksgiving and Independence Day create long weekends — expect lighter schedules the week surrounding July 4th.
How does Chicago coordinate with West Coast teams?
By 10 AM CDT, Chicago professionals are ready to connect with West Coast colleagues finishing their mornings.
How does Chicago coordinate with East Coast teams?
A 9 AM Chicago start is already 10 AM on the East Coast, so planners here stay an hour ahead when juggling coast-to-coast calls.
Do all surrounding states adopt daylight saving changes?
Yes, Illinois, Indiana, and Wisconsin march in lockstep — both time zones and daylight adjustments align neatly across the Midwest.
What’s the latest time to schedule a call with London from Chicago?
By 3 PM CDT, it’s already 9 PM in London — unless it’s a late-night session window.
How does evening daylight impact productivity?
During summer CDT, plenty of light past 8 PM CDT inspires early jogs on the Riverwalk or dinners by Lake Michigan.
Will future U.S. legislation make daylight saving permanent?
Recent Senate actions hint that America may eventually lock clocks in daylight time — Chicagoans are eager to make sunlit evenings official before the next February chill.

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