Time zone · Oceania

NAURUT

Nauru Time

Nauru Time (NAURUT) keeps the clock steady at UTC+12 all year, giving this Pacific island a sunlit rhythm without daylight saving changes.

UTC+12:00 standard1 IANA zone1 city
Current time in NAURUT☀ Daylight
08:01:56

Saturday, June 6, 2026

06:4812:5018:53
Standard
+12 · +12
IANA zones
1

Current offset

UTC+12:00

Standard · +12

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About NAURUT

A fixed, year-round offset.

Nauru Time (NAURUT) keeps the clock steady at UTC+12 all year, giving this Pacific island a sunlit rhythm without daylight saving changes.

IANA zones · the technical identifiers

The zone that resolve to NAURUT.

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

Cities currently on NAURUT

The same hour, city by city.

1 city · all UTC+12:00

Where NAURUT is used

One country.

Same offset · UTC+12:00

Other zones at UTC+12:00 right now.

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

Frequently asked questions

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

Does Nauru observe daylight saving time?
No, Nauru stays on UTC+12 throughout the year.
What time zone code is used for Nauru?
Nauru Time is coded as NAURUT in many systems.
Which country uses Nauru Time?
The Republic of Nauru is the main country observing this time zone.
When did Nauru start using its current standard time?
Nauru has been on its current standard time since February 10, 1979.
What is the time difference between Nauru and UTC?
Nauru is always 12 hours ahead of Coordinated Universal Time.
How does Nauru's time compare to other Pacific islands?
Being on UTC+12, Nauru shares its time with several other Pacific regions, making coordination across these islands seamless.
What is the abbreviation for Nauru Time?
The abbreviation '+12' is commonly used to represent Nauru Time.
Are there any seasonal time changes in Nauru?
No, the lack of daylight saving time in Nauru simplifies scheduling and planning year-round.

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