Africa · Seychelles

Current time in Victoria

Seychelles Time.

+04 · UTC+04:00IANA: Indian/Mahe4.62° S · 55.45° E
Current time☾ Night
01:15:50

Saturday, June 6, 2026

☾ NIGHT 06:2012:1618:12
Sunrise
06:20
Solar noon
12:16
Sunset
18:12

Offset right now

UTC+04:00

Seychelles Time · +04

Daylight saving

Not observed

This zone has no seasonal clock change.

About Victoria time

Victoria keeps one clock.

Victoria, capital of the Seychelles, runs on Indian/Mahe time and sits just south of the equator—there’s barely any variation in sunrise and sunset year-round, making it a place where the 4-hour-ahead-of-UTC clock never wobbles by a minute. With a laid-back island energy, meetings start when the light is steady and the ocean breeze is warm, though staying 4 hours ahead of London keeps you syncing early with Europe and late with much of Asia.

Frequently asked questions

Common questions about Victoria's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Why does Victoria’s time feel so predictable?
Because it’s only 4 degrees from the equator, daylight shifts only slightly all year—no DST, no surprises, just steady +04.
What’s unique about its daylight pattern?
Victoria sees roughly 12 hours of sunshine daily, with sunsets around 5:30 to 6:30 p.m. year-round—perfect for outdoor team calls after lunch.
How does this affect remote work timing?
At UTC+4, Victoria sits neatly between afternoon in West Africa and morning in India—ideal for bridging calls across Africa and South Asia.
What countries share this exact offset?
The UAE, Mauritius, Réunion, and Georgia also run on UTC+4—but Victoria is the only one this close to the equator without DST.
How should global teams plan a meeting?
Aim for 10 a.m. in Victoria—it’s 6 a.m. in London and 1:30 p.m. in Delhi, which works for European mornings and Asian lunch hours.
Why no daylight saving ever?
The Seychelles abolished DST decades ago—close to the equator, the extra hour of light isn’t worth the confusion.
What’s the time difference from New York?
Victoria is 9 hours ahead of New York during standard time—8 during U.S. daylight saving—so schedule overlapping windows early or late in either zone.

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