Oceania · Polynesia · Dependency

Current time in Niue

A single time zone at UTC-11:00.

Time in Alofi☀ Daylight
08:58:55

Friday, June 5, 2026

06:4712:1817:49
Zone
-11
UTC
UTC-11:00
IANA
Pacific/Niue

About Niue's time

A single time zone.

Niue operates on a single time zone at UTC−11:00 and does not observe Daylight Saving Time. As one of the latest inhabited places to enter a new day, its small Pacific Island community keeps simple, consistent timekeeping year-round.

Major cities

Cities of Niue.

Frequently asked questions

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

What time zone is Niue in?
Niue is in the time zone UTC−11:00, known as Niue Time.
Does Niue observe Daylight Saving Time?
No, Niue does not observe Daylight Saving Time and stays on UTC−11:00 all year.
Which countries or territories are in the same time zone as Niue?
American Samoa (UTC−11:00) is also in Niue’s time zone.
How far is Niue from New Zealand?
Niue is 24 hours behind New Zealand Standard Time (UTC+12:00), meaning when it's noon in New Zealand, it's the previous day at noon in Niue.
What are the nearest time zones to Niue?
To the east is Samoa (UTC+13:00), and to the west is American Samoa (UTC−11:00). There are no inhabited time zones between them.
Is Niue the first or last timezone to enter a new day?
Niue is one of the last time zones to enter a new day, along with other UTC−11:00 regions.
Does Niue have daylight saving time changes?
No, Niue does not make any changes throughout the year and stays on its standard offset.

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