Oceania · Polynesia · Dependency

Current time in Wallis and Futuna

A single time zone at UTC+12:00.

Time in Mata-Utu☀ Daylight
08:04:34

Saturday, June 6, 2026

06:0211:4317:24
Zone
+12
UTC
UTC+12:00
IANA
Pacific/Wallis

About Wallis and Futuna's time

A single time zone.

Wallis and Futuna uses a single timezone, UTC+12:00, with no daylight saving time changes, thanks to its position near the International Date Line.

Major cities

Cities of Wallis and Futuna.

History

How Wallis and Futuna keeps time.

Wallis and Futuna has used UTC+12:00 as its standard time for decades, aligning with its geographic position and French administration in the Pacific. The islands have not made any recent changes to time zone or daylight saving practices.

Frequently asked questions

Common questions about Wallis and Futuna'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 Wallis and Futuna in?
Wallis and Futuna uses UTC+12:00, known as +12.
Does Wallis and Futuna observe daylight saving time?
No, Wallis and Futuna does not observe daylight saving time.
Is there more than one time zone in Wallis and Futuna?
No, the entire territory uses a single time zone.
What is the time difference between Wallis and Futuna and France?
Wallis and Futuna is 12 hours ahead of UTC, while metropolitan France is usually UTC+1 or UTC+2, so the time difference varies with daylight saving changes in France but is about 10-11 hours ahead.

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