Time zone · Oceania

GIT

Gilbert Islands Time

Gilbert Islands Time (GIT) keeps things simple for Kiribati—no daylight saving changes, just a steady UTC+12 year-round, making it easy to coordinate across the islands. Its consistent clock, anchored to the Tarawa zone, supports seamless scheduling whether you're planning local events or working with partners abroad.

UTC+12:00 standard1 IANA zone1 city
Current time in GIT☀ Daylight
08:03:09

Saturday, June 6, 2026

06:2012:2618:32
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 things simple for Kiribati—no daylight saving changes, just a steady UTC+12 year-round, making it easy to coordinate across the islands. Its consistent clock, anchored to the Tarawa zone, supports seamless scheduling whether you're planning local events or working with partners abroad.

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

Does Gilbert Islands Time ever observe daylight saving time?
No—GIT has never adopted daylight saving, so the clocks stay the same all year.
What is the only member zone for Gilbert Islands Time?
It includes Pacific/Tarawa, representing Kiribati, which has been fixed at UTC+12 since the early 1900s.
How does living in Kiribati compare to neighboring regions?
Kiribati’s time remains constant UTC+12, unlike many island nations that adopt daylight saving or shift clocks seasonally.
Is there any upcoming daylight saving change in Gilbert Islands Time?
No transitions are planned—GIT stays fixed without daylight saving shifts.
Why is standard time important for global coordination?
The steady offset ensures predictable scheduling, streamlining international meetings and digital collaboration without adjustments.
How long has the current offset been used in this region?
Pacific/Tarawa has maintained UTC+12 since at least 1901, reflecting long-term timekeeping practices.
Are there multiple member zones in this region?
Pacific/Tarawa is the sole member, located in Kiribati, with no other zones participating.
What makes this timezone unique compared with others?
It’s fixed and minimal: one code, one offset, and no daylight saving, offering a clear example among global time standards.

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