Europe · United Kingdom

Current time in London

Greenwich Mean Time. Currently on daylight saving time.

BST · UTC+01:00IANA: Europe/London51.51° N · 0.13° W
Current time☾ Night
21:01:07

Friday, June 5, 2026

04:4512:5921:12
Sunrise
04:45
Solar noon
12:59
Sunset
21:12

Offset right now

UTC+01:00

Greenwich Mean Time · BST

Daylight saving

Active

Ends Oct 25, 2026 · in 5 months

Through the current period

33%
Mar 29, 2026Oct 25, 2026

About London time

London keeps two clocks.

London's working day stretches across nearly half the globe, making it a natural hub for international teams that need bridge hours. With bright mornings starting well before most of Europe or the Americas, its rhythm clocks meetings with finance, media, and multinationals that treat the city as the neutral time zone.

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

Why does London switch clocks twice a year?
The UK observes daylight saving, shifting from GMT in winter to BST in summer. This moves an extra hour of daylight into the evening, extending the usable overlap with both Asia and the Americas.
What’s the earliest sunrise in London?
Around the summer solstice in June, sunrise can occur just after 4:40 AM BST. That’s hours before many team members in North America have even finished their late shift.
How does London coordinate with both New York and Singapore?
London typically starts the trading day as Singapore’s week ends, then overlaps with New York by mid-morning. This sequencing makes it a relay point for 24-hour global operations.
What happens during the autumn clock change?
At 2 AM BST on the last Sunday in October, clocks go back to 1 AM GMT. This sudden hour can confuse calendar invites if your team relies on local time strings rather than UTC.
Does the UK ever consider leaving daylight saving?
Debates surface now and then, but no action has been taken. Sticking with it keeps the UK aligned with Continental Europe’s DST cycle, easing scheduling for regional partners.
How does London’s latitude affect day length?
Being at about 51° north, London swings from roughly 8 hours of daylight in December to more than 16 hours in June. Summer nights barely get dark, while winter afternoons are short and dim.
Is ‘GMT’ ever wrong to use?
Technically, GMT is the winter offset; BST is the summer one. For remote-team tools, use ‘Europe/London’ so the software handles the switch automatically.
Why does London feel like a ‘neutral’ time zone?
Because it sits between US and Asian trading hours, many organizations treat its business day as the default reference point for deadlines, standups, and release schedules across regions.

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