Antarctic · Dependency

Current time in Bouvet Island

No official time zone is designated.

UTC☾ Night
20:03:05

Friday, June 5, 2026

☾ NIGHT 06:00noon18:00

About Bouvet Island's time

No official time zone.

Bouvet Island is the most remote island in the world, covered almost entirely by glaciers—and it permanently keeps the same time as Oslo, at Central European Time.

Did you know?

Things about Bouvet Island's time.

Fact · 01

Located in the South Atlantic roughly 1,600 km from Antarctica, Bouvet Island is a Norwegian dependency with no permanent population. Because there are no residents to observe a different time, its time is set by Norway—used primarily for scientific expeditions and administrative coordination. This means an uninhabited patch of icy rock halfway to another continent follows Norwegian office hours.

Frequently asked questions

Common questions about Bouvet Island'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 does Bouvet Island use?
Bouvet Island officially follows Central European Time (CET), which is UTC+1, aligning with mainland Norway for consistency in administrative and research activities.
Does Bouvet Island observe daylight saving?
No—because the island has no permanent residents and minimal operational activity, daylight saving adjustments are generally not observed. Any visiting Norwegian teams would typically operate in standard Norwegian time.
Is anyone actually living on Bouvet Island?
No—Bouvet Island is uninhabited. It’s a volcanic, glacier-covered Norwegian dependency visited only occasionally by scientists and researchers, though there may not be permanent expeditions year-round.
How is the time zone decided for an uninhabited island?
The time zone is set administratively by the sovereign country (Norway). Because there is no local population to set a different standard, it defaults to the time used for Norwegian logistics, science missions, and official communications.
If I’m traveling near Antarctica, should I worry about Bouvet Island’s time?
Not really—Bouvet Island is extremely remote and has no ports, airports, or tourist facilities. Virtually no travelers reach it, and even research missions are rare, so it rarely comes up in practical trip planning.

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