Time zone · Oceania

TOKELA

Tokelau Time

TOKELA covers Tokelau’s single time region, which stays on a consistent +13 offset year-round with no daylight saving changes. It’s ideal for scheduling in Pacific operations: once you set a time, it never shifts.

UTC+13:00 standard1 IANA zone1 city
Current time in TOKELA☀ Daylight
16:28:04

Sunday, May 31, 2026

06:3412:2218:11
Standard
+13 · +13
IANA zones
1

Current offset

UTC+13:00

Standard · +13

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About TOKELA

A fixed, year-round offset.

TOKELA covers Tokelau’s single time region, which stays on a consistent +13 offset year-round with no daylight saving changes. It’s ideal for scheduling in Pacific operations: once you set a time, it never shifts.

IANA zones · the technical identifiers

The zone that resolve to TOKELA.

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

Cities currently on TOKELA

The same hour, city by city.

1 city · all UTC+13:00

Where TOKELA is used

One country.

Same offset · UTC+13:00

Other zones at UTC+13:00 right now.

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

Frequently asked questions

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

What is the TOKELA abbreviation used on timezone.io?
TOKELA is the region code for Tokelau Time.
Which zone represents the TOKELA region?
Fakaofo in Tokelau is the representative zone for TOKELA.
Does TOKELA observe daylight saving time?
No, TOKELA does not observe daylight saving time at all.
How many member zones are in the TOKELA region?
There is exactly one member zone in the TOKELA region.
How many zones in TOKELA currently observe DST?
Zero zones in TOKELA observe daylight saving time.
What is the current offset for TOKELA?
The current offset for TOKELA is UTC+13:00.
What is the standard offset for the representative zone Fakaofo?
The standard offset for Fakaofo is UTC+13:00.
Is DST currently active in any TOKELA zone?
No zone in TOKELA is currently using daylight saving time.
When did the current offset become valid for Fakaofo?
The current offset for Fakaofo became valid locally on 2021-05-30 at 23:49:32 +13.

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