Europe · France

Current time in Marseille

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Paris43.30° N · 5.37° E
Current time☾ Night
23:15:57

Friday, June 5, 2026

☾ NIGHT 05:5913:3721:14
Sunrise
05:59
Solar noon
13:37
Sunset
21:14

Offset right now

UTC+02:00

Central European Standard Time · CEST

Daylight saving

Active

Ends Oct 25, 2026 · in 5 months

Through the current period

33%
Mar 29, 2026Oct 25, 2026

About Marseille time

Marseille keeps two clocks.

Marseille buzzes with Mediterranean energy, where long lunches stretch into the pleasantly mild evening hours afforded by Central European Summer Time. When you're syncing with teams further north or overseas, the reliable two-hour head start on UTC keeps dinner-table conference calls comfortably reasonable at home.

Daylight saving

The year, by the clock.

Currently CEST
CETCESTCET29 Mar · +1h25 Oct · −1h Jan 2026 Dec

Now

CEST

Daylight saving · since Mar 29, 2026

Next change

Oct 25, 2026

Clocks fall back · in 5 months

Frequently asked questions

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

Why does the sun set so late in summer?
During CEST the sun can stay up past 9:30 pm, turning an already sociable culture into extended terrace evenings and after-work swims in the sea.
Is Marseille always on CEST?
No—France reverts to CET (UTC + 1) in late October. The switch back means clocks change twice a year, so keep an eye on the calendar to avoid missed meetings.
Does the UK turn its clock as I lose an hour?
Britain uses BST (also UTC + 1) in summer, so during CEST summer schedule Marseille is actually an hour ahead of London instead of aligned.
How far east is this timezone?
Eastern Europe runs CET/CEST too, meaning a colleague in Athens is on completely identical clock time—making it easy to schedule pan-Mediterranean stand-ups.
Will summer daylight hurt my morning call?
You'll welcome the sun—Marseille can see sunrise before 6 am, so early-morning video meetings are bathed in light, reducing the need for artificial lighting.
Is CEST the same as the country's local time?
Yes—France's mainland has used CET/CEST since World War II, and all cities from Lille to Marseille keep the exact same clock, making nationwide scheduling seamless.
Is it funny to tell guests dinner at 7 pm?
You'll send them back 9 pm onwards—dinner after 8:30 is perfectly respectable, which can surprise visitors accustomed to early-evening meals.
Historical fun: why is France in the wrong timezone?
In 1940 Nazi occupation set clocks to CET; post-war France kept it rather than reverting to its original GMT zone—a quirk that stuck.
Good time to reach US West Coast?
Overlap between Marseille and Pacific time is during your morning—9 am–12 pm fits with 12 am–3 am PT; while 3 pm corresponds to 6 am PT, giving an early-to-midday overlap window.

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