Time zone · Oceania

PITCAI

Pitcairn Time

Pitcairn Time follows the steady rhythm of Pacific/Pitcairn, keeping clocks eight hours behind UTC all year long. With no daylight saving shifts and a small island community behind it, this zone stays perfectly predictable for anyone scheduling across the globe.

UTC-08:00 standard1 IANA zone1 city
Current time in PITCAI☀ Daylight
12:01:33

Friday, June 5, 2026

07:1912:3817:58
Standard
-08 · −8
IANA zones
1

Current offset

UTC-08:00

Standard · -08

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About PITCAI

A fixed, year-round offset.

Pitcairn Time follows the steady rhythm of Pacific/Pitcairn, keeping clocks eight hours behind UTC all year long. With no daylight saving shifts and a small island community behind it, this zone stays perfectly predictable for anyone scheduling across the globe.

IANA zones · the technical identifiers

The zone that resolve to PITCAI.

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

Cities currently on PITCAI

The same hour, city by city.

1 city · all UTC-08:00

Where PITCAI is used

One country.

Same offset · UTC-08:00

Other zones at UTC-08:00 right now.

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

Frequently asked questions

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

Does Pitcairn Time ever change for daylight saving?
No, Pitcairn Time has never observed daylight saving and keeps the same UTC-08:00 offset throughout the year.
How many time zones share the Pitcairn Time code?
Only one member zone, Pacific/Pitcairn, is part of this region, representing the Pitcairn Islands.
Is the current offset for Pitcairn Time the same as other Pacific island zones?
The Pitcairn Islands use UTC-08:00, which matches a few other Pacific locations, but its zone code and DST behavior are unique.
When was the last clock change in the Pitcairn Time region?
The last change happened on 1998-04-27, when the clocks were permanently set to UTC-08:00.
Why is Pitcairn Time considered reliable for global scheduling?
Because it never shifts for daylight saving and has a single, fixed offset, making it easy to plan meetings or events without worrying about seasonal time changes.
What is the abbreviation used for Pitcairn Time?
The abbreviation is -08, reflecting its constant eight-hour offset behind UTC.
Are there any upcoming time changes expected in the Pitcairn Time region?
There are no scheduled transitions; the offset has remained unchanged since 1998.

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