Time zone · Oceania

NCST

New Caledonia Standard Time

New Caledonia Standard Time (NCST) keeps things simple: it’s a steady UTC+11:00 all year round in New Caledonia, with no daylight saving changes to worry about. Whether you’re scheduling a call with someone in Nouméa or planning a trip to the Pacific islands, you can rely on this single, consistent offset—no clock adjustments, no DST surprises, just a reliable time zone that stays put.

UTC+11:00 standard1 IANA zone1 city
Current time in NCST☀ Daylight
14:29:48

Sunday, May 31, 2026

06:2511:5117:17
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 NCST

A fixed, year-round offset.

New Caledonia Standard Time (NCST) keeps things simple: it’s a steady UTC+11:00 all year round in New Caledonia, with no daylight saving changes to worry about. Whether you’re scheduling a call with someone in Nouméa or planning a trip to the Pacific islands, you can rely on this single, consistent offset—no clock adjustments, no DST surprises, just a reliable time zone that stays put.

IANA zones · the technical identifiers

The zone that resolve to NCST.

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

Cities currently on NCST

The same hour, city by city.

1 city · all UTC+11:00

Where NCST is used

One country.

Same offset · UTC+11:00

Other zones at UTC+11:00 right now.

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

Frequently asked questions

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

Does New Caledonia observe daylight saving time?
No. New Caledonia Standard Time stays on UTC+11:00 permanently, so there are no daylight saving transitions to track.
How many time zones are in the NCST region?
Just one: Pacific/Noumea, covering all of New Caledonia at a single, consistent offset.
What’s the current time in New Caledonia?
It’s always UTC+11:00, with no seasonal changes—check the live clock above for the exact local time in Nouméa.
Is New Caledonia the same as Australian Eastern Time?
No. While both are around UTC+11:00, New Caledonia doesn’t shift for daylight saving, unlike parts of Australia that move between AEST and AEDT.
When was this offset last updated?
The current UTC+11:00 offset has been in effect since May 30, 2021, and remains fixed with no planned changes.
What countries use NCST?
Only New Caledonia, centered on the representative zone Pacific/Noumea.
Do I need to adjust my clock when traveling to New Caledonia?
Just set your device to UTC+11:00 and you’re good—no daylight saving surprises, just a single, steady time zone.
Why doesn’t New Caledonia use daylight saving?
Being in the tropical Pacific, there’s little seasonal variation in daylight hours, so a fixed offset works best for daily life and business.
Is NCST the same as UTC+11:00 everywhere?
Yes—everywhere in New Caledonia uses the same offset, with no regional differences or daylight saving shifts.

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