Europe · Northern Europe · Dependency

Current time in Jersey

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

Time in Saint Helier☾ Night
04:26:13

Sunday, May 31, 2026

☾ NIGHT 05:0813:0621:03
Zone
BST
UTC
UTC+01:00
IANA
Europe/Jersey

About Jersey's time

A single time zone.

Jersey uses a single timezone, switching between GMT in winter and British Summer Time in summer, following the UK's daylight saving schedule.

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

Frequently asked questions

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

Does Jersey observe daylight saving time?
Yes, Jersey follows the same daylight saving schedule as the United Kingdom. Clocks go forward one hour in spring (British Summer Time) and back one hour in autumn (Greenwich Mean Time).
Is Jersey time the same as the UK time?
Yes, Jersey maintains the same timezone as the UK, using GMT in winter and BST in summer. There is no time difference between Jersey and the UK.
How many time zones does Jersey have?
Jersey has one timezone. The entire island follows the same time, making coordination and travel within the island straightforward.
What is the current time zone of Jersey?
Jersey alternates between Greenwich Mean Time (GMT) and British Summer Time (BST, UTC+1), depending on the season. Check the current date and time on this site for the exact offset.
Are there any unique time zone features in Jersey?
No, Jersey’s timekeeping is straightforward, closely aligned with the UK’s system. There are no unusual offsets or exceptions to be aware of for visitors or remote workers.

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