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
15:26:47

Sunday, May 31, 2026

06:1912:2518:31
Zone
+12
UTC
UTC+12:00
IANA
Pacific/Tarawa

About Kiribati's time

3 time zones.

Kiribati spans three time zones across the equator and the International Date Line, stretching from UTC+12:00 in the west to UTC+14:00 in the east—making its easternmost islands among the first places on Earth to experience each new day.

By time zone

Time zones of Kiribati.

3 time zones

Major cities

Cities of Kiribati.

History

How Kiribati keeps time.

Before 1995, Kiribati was split by the International Date Line: Gilbert Islands (UTC-11/-10), Phoenix Islands (UTC-11), and Line Islands (UTC-10). This meant the country was literally living in two different days. On January 1, 1995, Kiribati moved the Date Line far to the east, creating UTC+13:00 and UTC+14:00 to unify the nation under the same calendar day. The extreme eastern UTC+14:00 zone ensured that Kiribati would be among the first countries to welcome the new millennium in 2000.

Did you know?

Things about Kiribati's time.

Fact · 01

Kiribati's Line Islands are in UTC+14:00, placing them among the first inhabited places on Earth to see each new day. When it's 10 AM Monday on Kiritimati, it's still Sunday in most of the world. The UTC+14:00 offset is the most advanced time zone on Earth. Despite spanning nearly 3,000 km from east to west, all three zones observe the same standard time with no daylight saving.

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

Why does Kiribati have UTC+14:00?
In 1995, Kiribati moved the International Date Line eastward so the entire nation would be on the same calendar day. This created UTC+13:00 (Phoenix Islands) and UTC+14:00 (Line Islands)—the most advanced time zones on Earth.
What is the time difference across Kiribati?
Kiribati's three time zones span two hours: Tarawa (UTC+12:00), Kanton (UTC+13:00), and Kiritimati (UTC+14:00).
Does Kiribati observe daylight saving time?
No, Kiribati does not observe daylight saving time.
Which place in Kiribati sees sunrise first?
Kiritimati (UTC+14:00) is among the first inhabited places on Earth to see sunrise each day.

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