Time zone · Oceania

TAHITI

Tahiti Time

Tahiti Time covers Pacific/Tahiti in French Polynesia, a single zone that stays on UTC-10:00 year-round with no daylight saving changes, so the clock never shifts for DST. Daily life and business here follow a steady rhythm set by the tropical Pacific rather than seasonal clock adjustments.

UTC-10:00 standard1 IANA zone1 city
Current time in TAHITI☀ Daylight
17:29:21

Saturday, May 30, 2026

06:2111:5517:30
Standard
-10 · −10
IANA zones
1

Current offset

UTC-10:00

Standard · -10

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About TAHITI

A fixed, year-round offset.

Tahiti Time covers Pacific/Tahiti in French Polynesia, a single zone that stays on UTC-10:00 year-round with no daylight saving changes, so the clock never shifts for DST. Daily life and business here follow a steady rhythm set by the tropical Pacific rather than seasonal clock adjustments.

IANA zones · the technical identifiers

The zone that resolve to TAHITI.

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

Cities currently on TAHITI

The same hour, city by city.

1 city · all UTC-10:00

Where TAHITI is used

One country.

Same offset · UTC-10:00

Other zones at UTC-10:00 right now.

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

Frequently asked questions

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

Does Tahiti Time ever change for daylight saving?
No. Tahiti Time does not observe daylight saving, so UTC-10:00 is used all year.
How does being far west of the International Date Line affect Tahiti Time?
Tahiti’s position near UTC-10:00 places it among the time zones furthest behind UTC, often sharing calendar days with parts of the Americas a day earlier than East Asia.
Are international meetings with Tahiti Time unusually tricky?
The main challenge is that the offset never changes; you only need to remember it is always UTC-10:00, but the mismatch with regions that do shift for DST can still flip which side of midnight a call falls on.
What is business life like in a zone with no clock changes?
Companies and government offices keep predictable schedules, and planning flights and broadcasts is simpler since there is no risk of ‘spring forward’ or ‘fall back’ confusion.
Is Tahiti Time linked to any other major time zone?
It is its own single-zone region, distinct from Hawaii (UTC-10 during standard time) and other Pacific islands that may use UTC-9:30 or UTC-11:00.
How does tourism fit with a fixed time zone?
Visitors from North America, Asia, or Europe benefit from a stable offset; local businesses publish times in UTC-10:00 year-round, making it easier to plan tours and transfers.
Are there ever debates about changing Tahiti Time?
Some people argue for moves to boost trade or align better with distant partners, but for now UTC-10:00 remains, and there is no DST transition under current rules.
Does Tahiti use a special name besides “Tahiti Time”?
Locally, people often refer to the clock hour rather than a branded ‘time zone name’; internationally it is recognized as UTC-10:00.
Is cooking or daily routine tied to the clock in French Polynesia?
Work and meal times follow the strong seasonal daylight pattern of the South Pacific rather than any clock manipulation, giving a consistent flow to everyday life under Tahiti Time.

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