IANA tz database · zone identifier

Indian/Cocos

The IANA tz database identifier for Cocos Islands Time in Cocos (Keeling) Islands. Store this string — not the abbreviation, not the offset — and your timestamps stay correct forever.

UTC+06:30Abbreviation +0630No DST — never observed
Time in Indian/Cocos☾ Night
05:26:38
Thursday, July 16, 2026
Offset
UTC+06:30
Abbreviation
+0630
DST
No DST

Current offset

UTC+06:30

same year-round

Abbreviation

+0630

tzdb uses numeric abbreviations here

DST behaviour

Never

has never observed daylight saving

Country

🇨🇨 Cocos (Keeling) Islands

ISO 3166: CC · view country page →

Using this identifier

The string to put in your code.

Indian/Cocos is the identifier to use in code and config for this region. Every modern language, database, and OS resolves it through the same tz database, so the examples here behave identically everywhere.

Avoid storing +0630 or +06:30 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

// format a date in this zone
new Intl.DateTimeFormat('en-US', {
timeZone: 'Indian/Cocos',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

One offset,
126 years.

Indian/Cocos has kept UTC+06:30 year-round since 31 December 1899 — no daylight saving and no offset changes on record since. It is among the most stable identifiers in the database.

Every offset this zone has kept

+06:27:40UTC+06:30 · UNCHANGED 31 December 1899 NOW

Keeping this offset since

31 December 1899

Next transition

None scheduled

no DST rules exist for this zone

Safe to assume

Local = UTC + 6:30h, always

…but store the identifier anyway

Technical record

The database entry, in full.

source: IANA tz database

IdentifierIndian/Cocos
ISO country codeCC🇨🇨 Cocos (Keeling) Islands
Reference coordinates12.17°S, 96.92°Etz database reference point
Standard offsetUTC+06:30abbreviation +0630
Daylight offset—daylight saving has never been observed

Where it applies

All of Cocos (Keeling) Islands, one clock.

Looking for travel-friendly info? See West Island or Cocos Islands Time.

Related identifiers

Nearby in the database.

Same offset · UTC+06:30

other zones keeping this offset right now

Frequently asked questions

Answers specific to this identifier — generated from the database record. Can't find what you need? Email [email protected].

What UTC offset is Indian/Cocos?
Indian/Cocos is UTC+06:30, year-round. The offset never changes because the zone does not observe daylight saving time.
Does Indian/Cocos observe daylight saving time?
No. Indian/Cocos has never observed DST — it has kept UTC+06:30 continuously since 31 December 1899.
Which country uses Indian/Cocos?
Cocos (Keeling) Islands. The identifier covers the whole country.
Is Indian/Cocos the same as CIT?
Indian/Cocos is one of the IANA zones that keeps Cocos Islands Time (CIT). Use Indian/Cocos in software — CIT is a human-friendly label, not a valid identifier.

Free · Developer API

This zone, as JSON.

Everything on this page — offset, abbreviation, DST rules, coordinates — from one endpoint, always current with the latest tzdb release.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// this identifier, resolved live
GET /v1/timezones?iana=Indian/Cocos
{
"iana": "Indian/Cocos",
"utc_offset": "+06:30",
"abbreviation": "+0630",
"observes_dst": false,
"country": "CC"
}