Africa · Eastern Africa · Sovereign state
Current time in Seychelles
A single time zone at UTC+04:00.
Time in Victoria☾ Night
23:57:22
Friday, June 5, 2026
Zone
+04
UTC
UTC+04:00
IANA
Indian/Mahe
About Seychelles's time
A single time zone.
Seychelles uses a single time zone, Indian/Mahe (UTC+4), with no daylight saving time changes throughout the year.
Major cities
Cities of Seychelles.
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].
- What time zone is Seychelles in?
- Seychelles uses Indian/Mahe time, which is UTC+4 year-round.
- Does Seychelles observe daylight saving time?
- No, Seychelles does not observe daylight saving time. The time remains UTC+4 throughout the year.
- How many time zones does Seychelles have?
- Seychelles has only one time zone: Indian/Mahe (UTC+4).
- Is the time in Seychelles the same across all islands?
- Yes, all islands in Seychelles use the same time zone, Indian/Mahe (UTC+4).
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
}
}
]
}