Europe · France

Current time in Paris

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Paris48.86° N · 2.35° E
Current time☾ Night
05:26:23

Sunday, May 31, 2026

☾ NIGHT 05:5213:4821:44
Sunrise
05:52
Solar noon
13:48
Sunset
21:44

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

Paris keeps two clocks.

Paris, France, operates on Central European Summer Time (CEST), making it a +1 hour ahead of London and sharing business hours much of the day with other European capitals. The French capital wakes up early and its long daylight hours during summer lead to extended activity along the Seine and into evening social gatherings. Coordination with teams in Asia often means planning meetings before lunch, while North American collaboration can either occur late morning for Paris or early for the US. The city’s pace is brisk and engaging, with many meetings clustered before mid-afternoon, leaving evenings open for leisure along the boulevards.

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

How does Paris handle Daylight Saving Time?
France observes Daylight Saving Time, advancing clocks by one hour in March and returning in autumn.
When is business most active?
Business in Paris is generally conducted between 9 AM and 6 PM local time.
Is there a difference in daylight hours throughout the year?
Yes, summer days are notably longer, with daylight extending well into the evening.
Do business hours change during DST transition periods?
There may be brief confusion immediately after clocks change, but businesses adhere to official time.
How does Daylight Saving impact daily life?
Extended daylight encourages outdoor dining and socializing late into the night during summer months.
Do all parts of France use the same time zone?
Yes, metropolitan France uses a single time zone.
How does Paris's time zone affect travel?
Travelers often adjust watches and schedules after crossing into France.
Can you experience significant jet lag from travel between Europe and North America?
Yes, North Americans may experience jet lag due to the +6 hour difference in standard time.

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