Time zone · Europe

BST

British Summer Time

British Summer Time is the United Kingdom’s daylight-saving advance on standard Greenwich clocks, centred on London and running one hour ahead of UTC until it falls back in late October.

UTC+01:00 daylight1 IANA zone10 cities
Current time in BST☾ Night
21:03:18

Friday, June 5, 2026

04:4512:5921:12
Standard
GMT · +0
IANA zones
1

Current offset

UTC+01:00

Daylight · BST

Daylight saving

Active

Reverts 25 Oct 2026

IANA zones

1

1 observe DST, 0 don't

DST offset

No summer variant

About BST

Standard time, with a summer shift.

British Summer Time is the United Kingdom’s daylight-saving advance on standard Greenwich clocks, centred on London and running one hour ahead of UTC until it falls back in late October.

IANA zones · the technical identifiers

The zone that resolve to BST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Europe/LondonLondon▲ DST

Cities currently on BST

The same hour, city by city.

10 cities · all UTC+01:00

Where BST is used

One country.

Same offset · UTC+01:00

Other zones at UTC+01:00 right now.

These named zones share BST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

Common questions about BST, daylight saving, and how to handle it in software. Can't find what you need? Email [email protected].

When exactly do clocks go forward in the UK?
Clocks spring forward an hour in late March—this year on 29 March at 2 a.m. local time—switching from Greenwich Mean Time to British Summer Time.
When exactly do clocks go back in the UK?
Each autumn, clocks fall back on the last Sunday of October—this year on 25 October—returning to Greenwich Mean Time at 2 a.m.
What does BST feel like for traders in London?
During BST, London markets overlap with both the late morning in New York and the full European morning, making for vibrant and fast-moving sessions.
How does BST align with Continental Europe?
In summer, British Summer Time matches Central European Summer Time, so London’s midday lines up perfectly with Frankfurt and Paris.
Does the whole UK use BST uniformly?
Yes—all of Britain springs forward and falls back together; there are no internal exceptions to daylight saving.
Is BST unique to the United Kingdom?
Although the trend started from wartime UK practice, BST is now used officially only in Britain, giving it a distinctly British flavour.
Do any British territories keep BST all year?
No—every UK territory that uses BST also reverts to GMT in winter, though experimentations with permanent BST have been debated.
Why was BST introduced historically?
BST began as a wartime measure to reduce evening lighting needs and better use daylight, later formalised in peacetime law.

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