Americas · United States

Current time in Memphis

Central Standard Time. Currently on daylight saving time.

CDT · UTC-05:00IANA: America/Chicago35.15° N · 90.05° W
Current time☾ Night
23:37:19

Monday, June 1, 2026

☾ NIGHT 05:4612:5820:09
Sunrise
05:46
Solar noon
12:58
Sunset
20:09

Offset right now

UTC-05:00

Central Standard Time · CDT

Daylight saving

Active

Ends Nov 1, 2026 · in 5 months

Through the current period

36%
Mar 8, 2026Nov 1, 2026

About Memphis time

Memphis keeps two clocks.

In Memphis, the heart of the Deep South, the workday stretches long and golden through generous daylight hours, perfect for a city that thrives on late-afternoon blues and symphony rehearsals as the sun dips low over the Mississippi.

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

Why is Memphis in the Central Time Zone?
Memphis sits right along the Mississippi River in the geographic center of the U.S. Eastern and Western time zones, making Central Time a natural fit.
How does daylight saving affect the workday?
With daylight saving pushing evenings from about 7:30 pm to nearly 9:30 pm in summer, post-work barbecues and riverside performances get a bright-hour boost.
When is the best time zone for East and West coast meetings?
Mid-morning to early afternoon CST overlap easily bridges both coasts, so 10 am–2 pm is prime time zone coordination for Memphis teams.
Does Memphis observe daylight-saving time like Florida?
Unlike Florida’s panhandle quirk, Memphis follows the standard U.S. daylight-saving schedule, springing forward an hour in March and falling back in November.
How does Memphis’s timezone fit international collaboration?
Memphis is often a strategic bridge between U.S. coasts, and skipping a day (to catch up with Asia) becomes easier with CST’s 12-hour offset from places like Tokyo.

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