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
05:26:34

Sunday, May 31, 2026

☾ NIGHT 06:0113:3621:10
Sunrise
06:01
Solar noon
13:36
Sunset
21:10

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

30%
Mar 29, 2026Oct 25, 2026

About Marseille time

Marseille keeps two clocks.

Marseille slips into summer time like the rest of France, but the Mediterranean sun pushes the daily rhythm earlier than most of Paris — windows open to bright morning light, lunch breaks stretch long, and teams back in Europe often find Marseille ready to join calls before 8 a.m. local time. As a major port city in southern France, CEST starts early and extends further into usable daylight for coordination with Asia and the Americas thanks to its generous daylight-saving offset.

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

Does Marseille follow a different time zone from Paris?
No. Marseille uses the Europe/Paris zone, identical to the national standard across France, with no local offset.
Is daylight saving observed here?
Yes, France observes summer time, and it is currently active in Marseille as CEST.
When do clocks change for summer time?
Clocks advance one hour in late March and return in late October, aligning Marseille with much of western and central Europe.
How does the time zone help remote collaboration?
Its current offset sits two hours ahead of UTC, simplifying scheduling with both the UK and central Europe on standard time.
Is Marseille’s location notable for daylight?
Its southern latitude means earlier sunrises and later sunsets than Paris, giving more overlap with North American business hours.
Are other French cities in the same time zone?
Yes, from Lille to Lyon, all metropolitan areas follow Europe/Paris without variation.
Why do remote teams like scheduling meetings early?
Marseille’s workday often starts earlier than the capital, so morning calls can catch Europe before lunch break.

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