Antarctic · Sovereign state

Current time in French Southern and Antarctic Lands

A single time zone at UTC+05:00.

Time in Port-aux-Français☀ Daylight
08:29:41

Sunday, May 31, 2026

☾ NIGHT 09:0717:0300:59
Zone
+05
UTC
UTC+05:00
IANA
Indian/Kerguelen

About French Southern and Antarctic Lands's time

A single time zone.

The French Southern and Antarctic Lands—a remote collection of scattered islands in the southern Indian Ocean and Antarctica—operates on a single time zone, UTC+05:00 (Kerguelen Time), which keeps a fixed offset year-round with no daylight saving.

Major cities

Cities of French Southern and Antarctic Lands.

History

How French Southern and Antarctic Lands keeps time.

The French Southern and Antarctic Lands (Terres australes et antarctiques françaises, TAAF) consolidated under French administration throughout the 20th century, with the current overseas territory status formalized in 1955. As scientific research stations on islands such as Kerguelen, Crozet, and Amsterdam grew through the mid-20th century, a practical time zone needed to be chosen for logistical coordination—UTC+05:00 was adopted, aligned roughly with Réunion and convenient for communication with metropolitan France and supply routes.

Unlike more populated territories, the islands have not seen public debate or major reforms over time-keeping, because they have no permanent civilian population. The only residents are rotating military and scientific personnel, whose schedules are set more by mission and supply-chain needs than by local solar time. As a result, the UTC+05:00 offset has remained stable, and there has been very little historical churn in time zone policy compared with mainland or Caribbean territories.

Did you know?

Things about French Southern and Antarctic Lands's time.

Fact · 01

Despite being scattered over a vast area of the southern Indian Ocean, the whole territory keeps a single, uniform time: UTC+05:00. This simplifies administration across islands that are thousands of kilometers apart, even though solar noon in these sub-Antarctic outposts may fall quite a few hours away from what clocks suggest.

Fact · 02

Adélie Land (Terre Adélie), France’s Antarctic claim, is legally grouped within the same territory but is not assigned a separate, distinct time zone for practical purposes—scientific stations there typically operate on the time most convenient for coordination with France or with neighboring bases.

Fact · 03

For travelers and remote workers, the key insight is that these territories are visited almost solely by researchers and officials on special missions; there are no commercial flights for tourists, and travel is tightly controlled by the French polar agency (IPEV).

Frequently asked questions

Common questions about French Southern and Antarctic Lands'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 used in the French Southern and Antarctic Lands?
The territory uses a single zone, UTC+05:05:00, under the IANA identifier Indian/Kerguelen, which keeps a fixed offset year-round with no daylight saving.
Do the islands observe daylight saving time?
No. The French Southern and Antarctic Lands stay on UTC+05:00 throughout the year, with no daylight saving adjustments.
Are different islands on different time zones?
Officially, the entire territory—Kerguelen, Crozet, Amsterdam, and the Antarctic claim—falls under the same timekeeping umbrella (UTC+05:00), although remote Antarctic stations sometimes coordinate times more flexibly based on logistics and partner bases.
Does the time differ from nearby territories like Réunion or Mauritius?
Not by much. Réunion and Mauritius also sit at UTC+04:00, so French sub-Antarctic islands are one hour ahead of them, which can matter when coordinating research or supply missions.
Can I visit the French Southern and Antarctic Lands as a tourist?
Access is very restricted. Visits are permitted almost exclusively for scientific, logistical, or official purposes, and require authorization from the French polar agency or the Prefecture of La Réunion; there is no regular commercial tourism as on other French territories.
How does the time in Kerguelen compare to France in Paris?
Paris is on Central European Time (UTC+00:00), so when it’s noon in Paris, it’s already 5 PM on the Kerguelen Islands—making real-time coordination quite challenging and usually scheduled in advance.
Why does such a remote territory have an official time zone?
An official zone like UTC+05:00 helps standardize communication, supply vessel schedules, and scientific data logging across distant stations and with France and neighboring coordinating partners.
Is Adélie Land in Antarctica on the same time as the sub-Antarctic islands?
Officially, Adélie Land is part of the same territory, but Antarctic bases often use the time most convenient for coordination with France or nearby international stations rather than strictly following UTC+05:00, unlike the sub-Antarctic islands where UTC+05:00 is standard.

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