Europe · Netherlands

Current time in Amsterdam

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Amsterdam52.37° N · 4.90° E
Current time☾ Night
23:14:21

Friday, June 5, 2026

☾ NIGHT 05:2113:3821:56
Sunrise
05:21
Solar noon
13:38
Sunset
21:56

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

Amsterdam keeps two clocks.

Amsterdam runs on a dynamic rhythm that shifts slightly with the seasons—working hours tend to start early, often around 8:00 AM, with many people wrapping up by 5:00 or 6:00 PM to soak in the long summer evenings. During summer, the Netherlands basks in generous daylight, pushing business and social calendars efficiently into compact hours, while winter days are shorter but equally structured. For remote teams, scheduling calls before 9:00 AM or after 4:30 PM local time can help bridge asynchronous efforts and optimize meeting outcomes.

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

When does Amsterdam move its clocks forward for summer time?
In the Netherlands, clocks 'spring forward' one hour on the last Sunday of March, moving from CET (UTC+1) to CEST (UTC+2), and 'fall back' on the last Sunday of October.
Do other European countries share Amsterdam’s time zone year-round?
Yes, several European countries like Germany, Belgium, France, and Spain share the same standard time zone as Amsterdam, but some countries, like the UK, observe different summer time schedules.
How does Amsterdam’s daylight saving affect outside coordination?
The occasional one-hour shift can cause confusion for remote workers, so sharing clear schedule updates and double-checking meeting snippets help avoid overlaps. Setting calendar reminders to adjust clocks can prevent mix-ups.
How does early daylight affect Amsterdam’s working day?
In summer, many businesses stretch work hours longer to make the most of natural light, often starting earlier and finishing earlier, so morning calls tend to be busy yet productive.
Is Amsterdam’s time zone the same for air travel schedules?
Yes, local time matches international flight schedules, but travelers should still confirm whether their departure date coincides with daylight saving transitions.
Can technology automatically handle Amsterdam’s time changes?
Most modern calendar platforms adjust for Amsterdam’s daylight saving shifts automatically, but it’s good practice to verify schedules during changeover weekends.

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