Oceania · Micronesia · Sovereign state

Current time in Kiribati

Spans 3 time zones from UTC+12:00 to UTC+14:00, a 2-hour difference.

Time in South Tarawa☀ Daylight
08:01:11

Saturday, June 6, 2026

06:2012:2618:32
Zone
+12
UTC
UTC+12:00
IANA
Pacific/Tarawa

About Kiribati's time

3 time zones.

Kiribati spans an incredible three time zones ranging from UTC+12 to UTC+14, making it one of the most timezone-diverse countries on Earth — and it's the only nation that straddles both the equator and the International Date Line.

By time zone

Time zones of Kiribati.

3 time zones

Major cities

Cities of Kiribati.

History

How Kiribati keeps time.

Kiribati's unique timezone situation is a direct result of its vast geographic spread across the central Pacific Ocean. The country's islands stretch over 3.5 million square kilometers of ocean, spanning both the equator and the 180th meridian.

Before independence in 1979, the Gilbert and Ellice Islands colony used UTC-11:00 (Gilbert Islands Time) and UTC-12:00 (Phoenix Islands Time) on the western side of the date line, while the Line Islands (including Kiritimati) used UTC-10:00 on the eastern side. This meant the country was split across the International Date Line, with different parts of the same nation experiencing different calendar days.

In 1994, Kiribati made a dramatic decision to unify its time zones. On December 31, 1994, the country shifted the Phoenix Islands from UTC-11:00 to UTC+13:00 and the Line Islands from UTC-10:00 to UTC+14:00. This effectively moved the International Date Line eastward around Kiribati, ensuring the entire country would share the same calendar day. The change was motivated by practical governance and economic reasons — having different parts of the country on different days created confusion for administration, business, and communication.

The result is that Kiribati now uses three time zones: UTC+12 (Gilbert Islands, including Tarawa), UTC+13 (Phoenix Islands), and UTC+14 (Line Islands, including Kiritimati). Kiritimati in the Line Islands became one of the first inhabited places on Earth to experience the new millennium in 2000, thanks to its UTC+14 offset.

Did you know?

Things about Kiribati's time.

Fact · 01

Kiribati holds the distinction of being the only country in the world that spans all four hemispheres — northern, southern, eastern, and western — thanks to its extreme geographic spread. This makes its timezone situation uniquely complex for such a small nation by population.

Fact · 02

The country's UTC+14 time zone (used by Kiritimati and other Line Islands) is the earliest time zone on Earth. Kiritimati is among the first inhabited places to see each new day, making it a symbolic location for New Year's celebrations and a point of national pride.

Fact · 03

The 1994 timezone shift was a remarkable geopolitical maneuver. By moving the date line around its territory, Kiribati effectively redrew the world's time map. This decision was partly driven by tourism marketing — being able to claim 'first to see the new millennium' had real economic value for the small island nation.

Fact · 04

Despite having three time zones, Kiribati has a relatively small population spread across these zones. The Gilbert Islands (UTC+12) contain the vast majority of the population and the capital Tarawa. The Phoenix Islands (UTC+13) are largely uninhabited, with Kanton Island having only a handful of residents. The Line Islands (UTC+14) have Kiritimati as their main population center.

Fact · 05

Kiribati does not observe daylight saving time, keeping its time zones consistent year-round. This simplifies scheduling but also means that the time differences between Kiribati's zones and neighboring countries remain constant throughout the year.

Frequently asked questions

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

What is the time difference between the Gilbert Islands and the Line Islands in Kiribati?
The Gilbert Islands (including Tarawa) use UTC+12, while the Line Islands (including Kiritimati) use UTC+14. This means there is a 2-hour time difference between these parts of Kiribati, with the Line Islands being 2 hours ahead.
Why does Kiribati have three different time zones?
Kiribati's islands are spread across a vast area of the central Pacific Ocean, spanning over 3.5 million square kilometers. The country stretches from the Gilbert Islands in the west (UTC+12) through the Phoenix Islands (UTC+13) to the Line Islands in the east (UTC+14), necessitating three time zones to maintain reasonable solar time alignment.
Is Kiribati the first country to see the new year?
Parts of Kiribati are among the first inhabited places to experience the new year. Kiritimati in the Line Islands uses UTC+14, making it one of the earliest time zones on Earth. After the 1994 timezone shift, Kiribati promoted this as a tourism asset, with Kiritimati being among the first populated places to welcome the year 2000.
Does Kiribati observe daylight saving time?
No, Kiribati does not observe daylight saving time. All three of its time zones remain constant throughout the year, which simplifies scheduling and communication across the country's dispersed islands.
What happened to the International Date Line in relation to Kiribati?
In 1994, Kiribati moved the International Date Line eastward around its territory. Previously, the date line ran through the country, meaning different islands were on different calendar days. The shift unified the entire country under the same date, with the Line Islands jumping from UTC-10 to UTC+14 to achieve this.
Which time zone is used in Tarawa, the capital of Kiribati?
Tarawa, the capital and main population center of Kiribati, uses UTC+12 (Gilbert Islands Time). This is the westernmost time zone in the country.
Are all of Kiribati's time zones populated?
No, not all zones have significant populations. The Gilbert Islands (UTC+12) contain most of Kiribati's population. The Phoenix Islands (UTC+13) are largely uninhabited, with Kanton Island having only a small number of residents. The Line Islands (UTC+14) have Kiritimati as their main populated center.

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