Oceania · Pitcairn Islands

Current time in Adamstown

Pitcairn Time.

-08 · UTC-08:00IANA: Pacific/Pitcairn25.07° S · 130.08° W
Current time☀ Daylight
13:16:05

Friday, June 5, 2026

07:1912:3817:58
Sunrise
07:19
Solar noon
12:38
Sunset
17:58

Offset right now

UTC-08:00

Pitcairn Time · -08

Daylight saving

Not observed

This zone has no seasonal clock change.

About Adamstown time

Adamstown keeps one clock.

Adamstown sits on one of the most remote inhabited islands on Earth, where life moves leisurely under UTC−08 closely mirroring Pacific Standard Time year-round since clocks never change for daylight saving; running a team here feels timelessly steady, but you’ll want to remember it’s many coworkers’ tomorrow when scheduling a call today from the Americas’ coasts.

Frequently asked questions

Common questions about Adamstown's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Has Pitcairn ever used daylight saving?
No—it has remained at a fixed UTC−08 offset, so you don’t need to worry about seasonal clock-shifts.
How does Pitcairn’s location affect sunrise and sunset?
With Adamstown near 25° S latitude, days stretch long in southern summer (December–January) and shorten modestly in winter, giving roughly 10–13 hours of daylight.
Which nearby time zones should I compare for meetings?
UTC−08 overlaps most with Pacific Standard Time in the Americas; during their summer (PDT, UTC−07), you’ll be one hour ahead of US/Canadian Pacifc time.
Is Pitcairn ever an hour "off" from big tech hubs?
When stateside teams switch to daylight saving, Pitcairn stays fixed—so meetings booked on recurring US time can silently shift by an hour unless you double-check.
Does its remote position in the ocean change the timezone choice?
Yes—around 130° W longitude it falls squarely in the UTC−08 band, rather than a zone closer to Asia-Pacific, despite feeling "south of everything".
Any quirky fact about daily life and the clock?
With slow internet and a tiny population, many residents schedule satellite calls and admin work around UTC−08 business hours, making early morning their prime window before downloads stall out.

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