Oceania · Tokelau

Current time in Fakaofo

Tokelau Time.

+13 · UTC+13:00IANA: Pacific/Fakaofo9.38° S · 171.22° W
Current time☀ Daylight
10:16:39

Saturday, June 6, 2026

06:3512:2318:11
Sunrise
06:35
Solar noon
12:23
Sunset
18:11

Offset right now

UTC+13:00

Tokelau Time · +13

Daylight saving

Not observed

This zone has no seasonal clock change.

About Fakaofo time

Fakaofo keeps one clock.

Fakaofo is a remote atoll in Tokelau that keeps time in one of the earliest time zones on Earth, so your workday there often wraps up before colleagues in Europe or the Americas have even started theirs. Its sizeable daylight hours—always under the same UTC+13 offset—make morning standups happen at roughly breakfast-time in North America or late evening across Europe, favoring early communication with the Pacific Rim.

Frequently asked questions

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

Is Fakaofo always UTC+13?
Yes—Fakaofo has used a fixed UTC+13 offset with no daylight adjustments, putting it among the world’s earliest clocks.
Does Fakaofo observe daylight saving?
No—Fakaofo keeps its standard time year-round, so you won’t encounter clock shifts.
When is Fakaofo’s workday relative to North America?
Because it’s UTC+13, early work hours in Fakaofo happen close to the previous workday’s end in North America and well before morning in Europe.
How does teamwork flow feel like there?
Coordinating with Asia-Pacific partners is often easier, while working with the Americas/Europe tends to require very early morning or late evening calls.
What’s unique about its timezone situation?
As one of the first timezones on Earth, it experiences sunrise before most places in Asia or the Americas.
Any tips for project handoffs?
Starting your day early in the Pacific closes the loop on yesterday’s tasks for the Americas and is ideal for Asia or Oceania.
Are there daylight quirks?
No, but the near-constant daylight patterns simplify planning across hemispheres and simplify meeting times.

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