Time zone · Africa

SEYCHE

Seychelles Time

Seychelles Time (SEYCHE) covers the Indian/Mahe zone in the Seychelles, sitting comfortably at UTC+04:00 year-round with no daylight saving changes—making it a steady, reliable clock whether you're scheduling a beachside call or syncing across continents.

UTC+04:00 standard1 IANA zone1 city
Current time in SEYCHE☾ Night
00:01:33

Saturday, June 6, 2026

☾ NIGHT 06:2012:1618:12
Standard
+04 · +4
IANA zones
1

Current offset

UTC+04:00

Standard · +04

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About SEYCHE

A fixed, year-round offset.

Seychelles Time (SEYCHE) covers the Indian/Mahe zone in the Seychelles, sitting comfortably at UTC+04:00 year-round with no daylight saving changes—making it a steady, reliable clock whether you're scheduling a beachside call or syncing across continents.

IANA zones · the technical identifiers

The zone that resolve to SEYCHE.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Indian/MaheMahe— None

Cities currently on SEYCHE

The same hour, city by city.

1 city · all UTC+04:00

Where SEYCHE is used

One country.

Same offset · UTC+04:00

Other zones at UTC+04:00 right now.

These named zones share SEYCHE's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

How many time zones exist in the Seychelles?
Just one—Seychelles Time (SEYCHE), used across the entire archipelago under the Indian/Mahe zone.
Do clocks change for daylight saving in Seychelles?
No—Seychelles Time stays fixed at UTC+04:00 all year, so there’s no spring forward or fall back to track.
What’s the current UTC offset for Mahe?
Mahe, like all of Seychelles, runs at UTC+04:00, matching its tropical location near the equator.
When did Seychelles start using this offset?
The +04:00 offset has been in effect since January 1, 1907, providing over a century of consistent timekeeping.
Is SEYCHE used outside Seychelles?
No—SEYCHE is unique to Seychelles, though nearby regions may share similar offsets but use different codes.
Why doesn’t Seychelles observe daylight saving?
Its equatorial location means minimal seasonal daylight changes, so a fixed offset simplifies daily life and global coordination.

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