Time zone · Oceania

GIT

Gilbert Islands Time

Gilbert Islands Time (GIT) keeps Kiribati’s Pacific/Tarawa firmly locked to UTC+12:00 year-round—no daylight saving shifts, no surprises. Living here means sunrises come early and collaboration with Asia-Pacific partners often crosses time zones, but the consistency simplifies planning without seasonal clock changes.

UTC+12:00 standard1 IANA zone1 city
Current time in GIT☀ Daylight
15:27:54

Sunday, May 31, 2026

06:1912:2518:31
Standard
+12 · +12
IANA zones
1

Current offset

UTC+12:00

Standard · +12

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About GIT

A fixed, year-round offset.

Gilbert Islands Time (GIT) keeps Kiribati’s Pacific/Tarawa firmly locked to UTC+12:00 year-round—no daylight saving shifts, no surprises. Living here means sunrises come early and collaboration with Asia-Pacific partners often crosses time zones, but the consistency simplifies planning without seasonal clock changes.

IANA zones · the technical identifiers

The zone that resolve to GIT.

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/TarawaTarawa— None

Cities currently on GIT

The same hour, city by city.

1 city · all UTC+12:00

Where GIT is used

One country.

Same offset · UTC+12:00

Other zones at UTC+12:00 right now.

These named zones share GIT's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Why doesn’t GIT observe daylight saving time?
Kiribati’s equatorial location means relatively consistent daylight year-round, so there’s no practical need for DST adjustments.
What does being at UTC+12:00 mean for daily life?
Kiribati is among the first places on Earth to greet each new day, often starting the calendar ahead of most of the world.
How does this affect global coordination?
Scheduling with partners in North America often means same-day overlap, but careful planning is needed with Europe due to the large time difference.
Is GIT used outside Kiribati?
No—GIT is specific to Kiribati’s Gilbert Islands, mainly Tarawa, and isn’t adopted by other regions.
Are there unique quirks to timekeeping here?
With no DST transitions, clocks stay fixed, making GIT one of the simplest time zones for local and international planning.
How does this timezone relate to the International Date Line?
Kiribati adjusted its time zones in 1995 to ensure the entire country shares the same calendar day, placing Gilbert Islands Time firmly west of the Date Line.
What’s a fun fact about living in such an early timezone?
When it’s midnight on New Year’s Eve in Tarawa, much of the world is still celebrating December 30th!

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