Time zone · Oceania

LIT

Line Islands Time

Line Islands Time (LIT) is the earliest timezone on Earth, with Kiritimati in Kiribati permanently set at UTC+14:00—no daylight saving, no complications, just the first place to greet each new day. If you're coordinating with teams here, expect them to be a full day ahead of most of the world, making early-morning calls your best bet for real-time collaboration.

UTC+14:00 standard1 IANA zone
Current time in LIT☀ Daylight
17:28:00

Sunday, May 31, 2026

06:00noon18:00
Standard
+14 · +14
IANA zones
1

Current offset

UTC+14:00

Standard · +14

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About LIT

A fixed, year-round offset.

Line Islands Time (LIT) is the earliest timezone on Earth, with Kiritimati in Kiribati permanently set at UTC+14:00—no daylight saving, no complications, just the first place to greet each new day. If you're coordinating with teams here, expect them to be a full day ahead of most of the world, making early-morning calls your best bet for real-time collaboration.

IANA zones · the technical identifiers

The zone that resolve to LIT.

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
Pacific/KiritimatiKiritimati— None

Where LIT is used

One country.

Frequently asked questions

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

Why is Line Islands Time always UTC+14:00?
Kiribati shifted the International Date Line eastward in 1995 so that Kiritimati and the Line Islands would share the same calendar day, locking the zone permanently at UTC+14:00 with no daylight saving adjustments.
Is LIT the earliest timezone in the world?
Yes—UTC+14:00 is the most advanced offset in use, meaning Kiritimati is among the first inhabited places to experience each new day.
Does Line Islands Time ever observe daylight saving?
No. The region has no daylight saving transitions, so the offset stays fixed at UTC+14:00 year-round.
How does LIT affect global scheduling?
When it's Monday in Kiritimati, it's still Sunday in most of the Americas and Europe—so a Monday-morning meeting there is already Sunday evening for many global partners.
What country uses Line Islands Time?
Kiribati is the only country that uses LIT, specifically on Kiritimati (Christmas Island) and other islands in the Line Islands chain.
Why did Kiribati move the International Date Line?
Before 1995, the Line Islands were on the opposite side of the Date Line from the rest of Kiribati, causing the same nation to span two different calendar days—a logistical headache for government and business.
Is there a next DST transition for LIT?
No. With no daylight saving observed, there are no scheduled clock changes—UTC+14:00 is permanent.
How many time zones use UTC+14:00?
Only one: Pacific/Kiritimati, making it a truly unique offset shared by a single inhabited region on the planet.

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