Africa · Eastern Africa · Dependency

Current time in Mayotte

A single time zone at UTC+03:00.

Time in Mamoudzou☾ Night
22:57:19

Friday, June 5, 2026

☾ NIGHT 06:1511:5717:39
Zone
EAT
UTC
UTC+03:00
IANA
Indian/Mayotte

About Mayotte's time

A single time zone.

Mayotte keeps things simple with just one time zone, UTC+03:00 (East Africa Time), with no daylight saving time. As a French overseas territory in the Indian Ocean, it aligns with other East African regions rather than metropolitan France.

Major cities

Cities of Mayotte.

History

How Mayotte keeps time.

Mayotte's adoption of East Africa Time (UTC+03:00) is tied to its geographic and political evolution. Originally, like other French colonial territories in the region, Mayotte would have used timekeeping based on its local meridian. As France formalized its colonial administration in the Indian Ocean, Mayotte gradually adopted standardized time practical for its location.

The decisive shift came through Mayotte's increasing integration into the Comoros archipelago's economic sphere and its closer ties with East African neighbors. When Mayotte voted to remain a French territory in 1975 during the Comorian independence, it began a path of administrative modernization that included standardizing its timekeeping practices. By the late 20th century, Mayotte had firmly adopted UTC+03:00 (EAT), aligning with Madagascar, the Comoros, and East African nations.

Unlike metropolitan France, which observes Central European Summer Time, Mayotte never adopted DST, as the concept is uncommon in tropical regions and incompatible with East African commerce.

Frequently asked questions

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

What is the time difference between Mayotte and Paris?
Mayotte is 1 hour ahead of metropolitan France during most of the year, and 2 hours ahead when France observes daylight saving time (roughly October to March). This can cause some coordination challenges for official communications.
Does Mayotte observe daylight saving time?
No, Mayotte does not observe daylight saving time. The clocks remain on UTC+03:00 year-round, which is typical for territories in tropical regions.
What time zone does Mayotte use?
Mayotte uses Indian/Mayotte with an offset of UTC+03:00, also known as East Africa Time (EAT). This is the same time zone used by Madagascar, the Comoros, Kenya, Tanzania, and other East African nations.
Is Mayotte in the same time zone as mainland France?
No, Mayotte is not in the same time zone as mainland France. Metropolitan France uses UTC+01:00 (CET) or UTC+02:00 (CEST during DST), while Mayotte uses UTC+03:00. They differ by 1-2 hours depending on the time of year.

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