Europe · United Kingdom

Current time in London

Greenwich Mean Time. Currently on daylight saving time.

BST · UTC+01:00IANA: Europe/LondonPop. 8,982,00051.51° N · 0.13° W
Current time☾ Night
04:27:24

Sunday, May 31, 2026

☾ NIGHT 04:4912:5821:06
Sunrise
04:49
Solar noon
12:58
Sunset
21:06

Offset right now

UTC+01:00

Greenwich Mean Time · BST

Daylight saving

Active

Ends Oct 25, 2026 · in 5 months

Through the current period

30%
Mar 29, 2026Oct 25, 2026

About London time

London keeps two clocks.

London sits right in the sweet spot for remote teams, straddling the workday so that a morning standup can catch early risers in the Americas while still leaving plenty of daylight for evening hours in East Asia.

Daylight saving

The year, by the clock.

Currently BST
GMTBSTGMT29 Mar · +1h25 Oct · −1h Jan 2026 Dec

Now

BST

Daylight saving · since Mar 29, 2026

Next change

Oct 25, 2026

Clocks fall back · in 5 months

Frequently asked questions

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

Does London change clocks?
Yes, the United Kingdom follows daylight saving. Clocks go forward one hour in spring and back one hour in autumn.
What is London's offset from UTC?
During standard time London is at UTC+0, but during summer (when daylight saving is active) it moves to UTC+1.
When are the sunrises and sunsets extreme in London?
In midsummer, London enjoys sunrises before 5:00 and sunsets near 21:30, while in midwinter, the sun can rise after 08:00 and set before 16:00. This dramatic shift in daylight strongly shapes the working day and can make afternoon calls tricky in winter if you’re coordinating across time zones.
What’s the best strategy for scheduling meetings with a London colleague?
Early mornings are easiest for transatlantic meetings, but in summer, London's 'end of the workday' aligns well with the morning in Asia-Pacific. Aiming for 08:00–11:00 London time gives a comfortable 3‑hour overlap with 09:00 in Tokyo (JST).
Does daylight saving affect my meetings in London?
Absolutely! The shift means that for one hour 'falls back' in autumn and 'springs forward' in spring. Double-checking a shared world clock for that period prevents double-bookings or missed connections.
Is London the same as UTC+0?
No, not during summer. When daylight saving is active, London is UTC+1 because clocks advance by one hour. This affects work schedules and international coordination.

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