Europe · Northern Europe · Sovereign state

Current time in United Kingdom

A single time zone at UTC+01:00. Currently observing daylight saving time.

Time in London☾ Night
04:27:57

Sunday, May 31, 2026

☾ NIGHT 04:4912:5821:06
Zone
BST
UTC
UTC+01:00
IANA
Europe/London

About United Kingdom's time

A single time zone.

The United Kingdom operates on a single time zone, but it's not as simple as it looks—Britain switches between Greenwich Mean Time (UTC+0) in winter and British Summer Time (UTC+1) in spring and summer, a practice that's been debated and tweaked for over a century.

Next clock change

October 25

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 5 months.

Daylight saving schedule

GMT · UTC+00:00BST · UTC+01:00GMT · UTC+00:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

Major cities

Cities of United Kingdom.

Territories & dependencies

The Republic, around the world.

History

How United Kingdom keeps time.

The UK's relationship with timekeeping is deeply intertwined with its role in global history. Before standardized time, towns across Britain kept their own local solar time, which created chaos for the expanding railway network. In 1847, railway companies adopted 'Railway Time' based on Greenwich Mean Time, and by 1880, GMT was formally established as the legal standard across Great Britain through the Statutes (Definition of Time) Act.

British Summer Time was introduced by the Summer Time Act of 1916, largely inspired by William Willett's 1907 campaign for daylight saving. During World War I, the UK went even further, adopting Double Summer Time (UTC+2) in 1940–1945 under Churchill's government to maximize wartime productivity. After the war, the UK experimented with staying on GMT+1 year-round from 1968 to 1971—the so-called 'British Standard Time' experiment—but reverted after complaints from northern regions where winter mornings stayed dark until nearly 10 a.m.

The current system of switching between GMT and BST has remained largely unchanged since, though periodic debates surface about adopting permanent summer time, especially after a 2019 EU proposal to end mandatory daylight saving (which the UK was no longer bound by post-Brexit).

Did you know?

Things about United Kingdom's time.

Fact · 01

The UK is the birthplace of standardized time itself—Greenwich Mean Time was the world's reference point for over a century, and the Prime Meridian at Greenwich remains the zero line of longitude. Yet ironically, the UK doesn't actually use GMT for half the year, switching to British Summer Time (UTC+1) from late March to late October.

Fact · 02

The UK's overseas territories span an extraordinary range of time zones—from the Pitcairn Islands at UTC−8 to the British Indian Ocean Territory at UTC+6—covering nearly 14 hours of difference. Meanwhile, the mainland UK itself sits neatly in a single zone, though Scotland and Northern Ireland experience noticeably different practical effects: in northern Scotland, summer evenings can last until nearly 11 p.m., while winter mornings don't see full daylight until almost 9 a.m.

Fact · 03

There's a persistent debate about whether the UK should permanently adopt summer time. Proponents argue it would reduce road accidents and energy use, while opponents—particularly in Scotland—point out that cities like Inverness wouldn't see sunrise until almost 10 a.m. in January, a concern that killed the 1968–1971 experiment.

Frequently asked questions

Common questions about United Kingdom's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

What time zone is the UK in right now?
The UK alternates between GMT (UTC+0) in winter and BST (UTC+1) in summer. Clocks go forward one hour on the last Sunday in March and back one hour on the last Sunday in October.
Why does the UK change its clocks twice a year?
The UK observes daylight saving time to make better use of daylight during longer summer days. British Summer Time (UTC+1) shifts an hour of morning daylight to the evening, a practice introduced in 1916 during World War I and maintained ever since.
Is GMT the same as UTC?
For practical everyday purposes, GMT and UTC are equivalent (both UTC+0). GMT is a time zone, while UTC is a time standard. The UK legally uses GMT as its standard time during winter months.
Does all of the UK use the same time zone?
Great Britain (England, Scotland, Wales) and Northern Ireland all share the same time zone. However, the UK's overseas territories span multiple time zones—from UTC−8 in the Pitcairn Islands to UTC+6 in the British Indian Ocean Territory.
When do the clocks change in the UK?
Clocks go forward one hour at 1:00 a.m. GMT on the last Sunday in March (springing forward to BST) and go back one hour at 2:00 a.m. BST on the last Sunday in October (falling back to GMT).
Why is the UK's time zone based on Greenwich?
Greenwich, London, was established as the Prime Meridian (0° longitude) at the International Meridian Conference in 1884. As the British Empire expanded, GMT became the global reference for timekeeping, navigation, and mapping.
Will the UK ever stop changing its clocks?
It's possible but uncertain. The EU proposed ending mandatory daylight saving in 2019, and post-Brexit the UK is free to decide independently. However, any change faces opposition, particularly from Scotland, where permanent summer time would mean very late winter sunrises.
How does UK time compare to mainland Europe?
During summer (BST), the UK is on the same time as Central European Summer Time minus one hour. During winter (GMT), the UK is one hour behind most of Western Europe (which uses CET/UTC+1). So the UK is always one hour behind countries like France, Germany, and Spain.

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