Time zone · Oceania

GAMBIE

Gambier Time

Gambier Time keeps things elegant and unhurried; most of its scattered islands live permanently on this offset so your schedules stay predictable year-round, which makes life and cross-Pacific coordination feel effortlessly clear.

UTC-09:00 standard1 IANA zone
Current time in GAMBIE☀ Daylight
11:03:03

Friday, June 5, 2026

06:00noon18:00
Standard
-09 · −9
IANA zones
1

Current offset

UTC-09:00

Standard · -09

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About GAMBIE

A fixed, year-round offset.

Gambier Time keeps things elegant and unhurried; most of its scattered islands live permanently on this offset so your schedules stay predictable year-round, which makes life and cross-Pacific coordination feel effortlessly clear.

IANA zones · the technical identifiers

The zone that resolve to GAMBIE.

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

Where GAMBIE is used

One country.

Same offset · UTC-09:00

Other zones at UTC-09:00 right now.

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

Frequently asked questions

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

Where does Gambier Time apply?
It covers the Gambier Islands of French Polynesia, lying far to the southeast of the more famous Society Islands, and is the standard time zone for that archipelago.
Do the Gambier Islands observe daylight saving time?
No, Gambier Islands do not change clocks for daylight saving, so the time difference with other zones stays stable throughout the year.
Is Gambier Time the same as Tahiti Time?
Not exactly; Tahiti and most of the Society Islands use UTC‑10:00, making the Gambier Islands about one hour ahead of Papeete most of the year.
Why is this zone labeled "Gambier" rather than "French Polynesian"?
Even though it belongs to French Polynesia, the zone name reflects the specific archipelago it governs, which simplifies navigation on this site.
How stable has the offset been?
The Gambier Islands have used this offset since 1912 without interruption, making the zone historically stable for over 110 years.
Will clocks on the Gambier Islands ever change?
There are no daylight saving transitions today, so any future change would require a government decision or international coordination.
What’s unique about coordinating with this region?
Because the offset rarely changes, planning calls or deadlines with the Gambier Islands feels predictable for Europe, North America, and East Asia alike.
Why is the abbreviation sometimes shown as "-09"?
The site uses a numeric UTC offset instead of a more common three-letter abbreviation to fit cleanly into the hero clock and comparison tables.
How does this offset compare to neighboring Pacific zones?
It is more westerly than Tahiti’s UTC‑10:00, yet easterlier than the Marquesas’ UTC‑09:30, placing it in a middle ground very useful for regional logistics.

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