Time zone · Africa

IOT

Indian Ocean Time

Indian Ocean Time (IOT) is straightforward and steady—no daylight saving changes whatsoever, just a flat UTC+06:00 all year round. For anyone collaborating with the British Indian Ocean Territory's Chagos Archipelago, that predictability is the whole story: you set your clock once, and it stays put.

UTC+06:00 standard1 IANA zone1 city
Current time in IOT☾ Night
02:03:07

Saturday, June 6, 2026

☾ NIGHT 07:1713:0819:00
Standard
+06 · +6
IANA zones
1

Current offset

UTC+06:00

Standard · +06

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About IOT

A fixed, year-round offset.

Indian Ocean Time (IOT) is straightforward and steady—no daylight saving changes whatsoever, just a flat UTC+06:00 all year round. For anyone collaborating with the British Indian Ocean Territory's Chagos Archipelago, that predictability is the whole story: you set your clock once, and it stays put.

IANA zones · the technical identifiers

The zone that resolve to IOT.

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/ChagosChagos— None

Cities currently on IOT

The same hour, city by city.

1 city · all UTC+06:00

Where IOT is used

One country.

Same offset · UTC+06:00

Other zones at UTC+06:00 right now.

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

Frequently asked questions

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

How many zones use Indian Ocean Time?
Just one—the Chagos Archipelago in the British Indian Ocean Territory. That makes IOT one of the smallest dedicated timezone codes in the world.
Does Indian Ocean Time ever shift for daylight saving?
No. IOT has never observed daylight saving time. The clocks have held steady since the region formally adopted UTC+06:00.
Is IOT the same as Sri Lanka or Maldives time?
No. While geographically close, each has its own historical and legalTimeZone entry. IOT is exclusively used by the Chagos Archipelago.
Why is IOT called Indian Ocean Time?
The code describes the actual UTC+06:00 zone used in the Chagos Archipelago, the sole territory operating on Indian Ocean Time.
How far back does IOT's offset stay valid?
Records show the current +06:00 offset dates back to at least January 1996, and it has remained unchanged ever since.
What country uses IOT?
Only the British Indian Ocean Territory, specifically the Chagos Archipelago, uses Indian Ocean Time.
Is there any DST planning needed for IOT?
None at all. With zero daylight saving transitions on record, IOT keeps things simple for anyone scheduling across continents.
What is a common misconception about IOT?
Some assume Indian Ocean Time is widely used across the Indian Ocean. In reality, it's a niche code—one territory, one offset, no daylight saving adjustments.
How does IOT compare to nearby zones?
IOT stays fixed at +06:00 year-round—making real-time coordination across this vast region relatively simple.

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