Africa · Eastern Africa · Sovereign state

Current time in Seychelles

A single time zone at UTC+04:00.

Time in Victoria☀ Daylight
07:26:16

Sunday, May 31, 2026

06:1912:1518:12
Zone
+04
UTC
UTC+04:00
IANA
Indian/Mahe

About Seychelles's time

A single time zone.

Seychelles keeps things simple with a single timezone — UTC+4 all year round, no daylight saving time complications to worry about.

Major cities

Cities of Seychelles.

History

How Seychelles keeps time.

Seychelles adopted UTC+4 in 1906 during its time as a British colony, aligning with its geographic position east of mainland Africa. This single timezone has remained unchanged throughout its colonial period and post-independence (gained 1976), making it one of the more stable timezone arrangements in the region.

Unlike many African countries that adjusted timezones due to political or economic considerations, Seychelles' small geographic size (spread across the Indian Ocean but with no significant east-west span) has kept its timezone straightforward.

Did you know?

Things about Seychelles's time.

Fact · 01

While geographically part of East Africa, Seychelles uses UTC+4 rather than the more common UTC+3 found in neighboring Kenya — placing it an hour ahead of continental time. This means when it's 9 AM in Nairobi, it's already 10 AM in Victoria, Seychelles.

Fact · 02

Despite being an archipelago of 115 islands spread across the Indian Ocean, the nation operates on a single timezone. The inhabited islands are close enough together that no perceptible difference in sunrise/sunset times has necessitated multiple zones.

Frequently asked questions

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

Does Seychelles observe daylight saving time?
No, Seychelles does not observe daylight saving time. The time remains UTC+4 year-round, making it easy to keep track of when scheduling calls or planning travel.
Is Seychelles in the same timezone as Mauritius?
Yes, both Seychelles and Mauritius use UTC+4, so you won't need to adjust your watch when traveling between them.
What countries share the UTC+4 timezone with Seychelles?
Seychelles shares UTC+4 with Mauritius, Réunion (France), and United Arab Emirates (when the UAE is not on summer time).
How far ahead is Seychelles of Kenya?
Seychelles is 1 hour ahead of Kenya (UTC+3). When it's 9 AM in Nairobi, it's 10 AM in Victoria.
Do all islands in Seychelles use the same time?
Yes, all 115 islands of Seychelles use the same time — UTC+4 (Indian/Mahe timezone).

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