Time zone · Oceania

NIUETI

Niue Time

Niue Time (UTC-11:00) covers only the small Pacific island of Niue, which has kept the same offset year-round since 1964 and doesn’t observe daylight saving—making scheduling with Niue straightforward but often off the beaten path for global teams.

UTC-11:00 standard1 IANA zone1 city
Current time in NIUETI☀ Daylight
09:02:03

Friday, June 5, 2026

06:4712:1817:49
Standard
-11 · −11
IANA zones
1

Current offset

UTC-11:00

Standard · -11

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About NIUETI

A fixed, year-round offset.

Niue Time (UTC-11:00) covers only the small Pacific island of Niue, which has kept the same offset year-round since 1964 and doesn’t observe daylight saving—making scheduling with Niue straightforward but often off the beaten path for global teams.

IANA zones · the technical identifiers

The zone that resolve to NIUETI.

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

Cities currently on NIUETI

The same hour, city by city.

1 city · all UTC-11:00

Where NIUETI is used

One country.

Same offset · UTC-11:00

Other zones at UTC-11:00 right now.

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

Frequently asked questions

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

How common is UTC−11:00?
Very rare: Niue is essentially the only inhabited place using UTC−11:00 year-round.
Does Niue ever change its clocks?
No. Niue has no daylight saving, and its offset hasn’t changed since mid-1964.
Where is Niue Time used?
Only for Niue itself, a small island nation in the South Pacific.
Is Niue Time hard to coordinate with?
It can be: its very-negative UTC offset means it’s often among the last places on Earth to enter a new day.
When does Niue reach midnight compared to the rest of the world?
Because of UTC−11:00, Niue’s midnight occurs long after most other countries’, which can push real-time chats into “tomorrow” for much of the world.
What are some tips for working with Niue Time?
Share meeting proposals in UTC, double-check calendar invites for date rollovers, and remember that weekends may not align with your local Monday–Friday block.
Is there any daylight saving planned for Niue?
Currently, no official daylight saving changes are scheduled or expected.

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