Oceania · Australia and New Zealand · Dependency

Current time in Christmas Island

A single time zone at UTC+07:00.

Time in Flying Fish Cove☾ Night
03:03:11

Saturday, June 6, 2026

☾ NIGHT 06:0911:5517:41
Zone
+07
UTC
UTC+07:00
IANA
Indian/Christmas

About Christmas Island's time

A single time zone.

Christmas Island uses a single time zone, UTC+07:00, known as Christmas Island Time (XT), with no daylight saving time adjustments throughout the year.

Major cities

Cities of Christmas Island.

Did you know?

Things about Christmas Island's time.

Fact · 01

Christmas Island is one of relatively few territories worldwide that uses a UTC+07:00 offset despite being geographically closer to UTC+06:00. This unusual practice aligns the territory with Western Australia’s UTC+10:00 standard time zone, facilitating administrative and economic integration with Australia, which administers the territory. As a result, local solar noon occurs significantly earlier than clock noon, a phenomenon also seen in regions like parts of Indonesia or China where time zones are politically or economically motivated rather than strictly geographic. The island has never observed daylight saving time, consistent with most equatorial and tropical regions and with Australian territories in the same longitudinal band.

Frequently asked questions

Common questions about Christmas Island'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 Christmas Island in?
Christmas Island uses Christmas Island Time (XT), which is UTC+07:00 year-round.
Does Christmas Island observe daylight saving time?
No, Christmas Island does not observe daylight saving time.
Is Christmas Island in the same time zone as Australia?
No, Christmas Island uses UTC+07:00, which is three hours behind Western Australia Standard Time (UTC+10:00), though it is aligned administratively with Australia.
Why does Christmas Island use UTC+07:00 instead of a time closer to its geographic position?
The UTC+07:00 offset is used for closer alignment with Australian administration and communication, despite the island being geographically closer to UTC+06:00.
What is the abbreviation for Christmas Island's time zone?
The abbreviation is XT, and the IANA time zone identifier is Indian/Christmas.

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