Time zone · Oceania

NAURUT

Nauru Time

Nauru Time (NAURUT) – UTC+12:00

UTC+12:00 standard1 IANA zone1 city
Current time in NAURUT☀ Daylight
15:27:58

Sunday, May 31, 2026

06:4712:4918:52
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) – UTC+12:00

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

What is Nauru Time (NAURUT)?
NAURUT is the timezone code for Nauru Time, which has a standard offset of UTC+12:00 and does not observe daylight saving time. It applies to the Pacific/Nauru zone in the Republic of Nauru.
Does Nauru Time observe daylight saving time?
No, Nauru Time does not observe daylight saving time. The offset remains consistently at UTC+12:00 throughout the year, with no changes for DST.
Which regions use Nauru Time?
NAURUT applies exclusively to the Republic of Nauru, specifically the Pacific/Nauru timezone. There are no other member zones under this code.
What makes Nauru Time (NAURUT) unique?
Nauru is one of the smallest countries in the world, covering just 21 square kilometers. Its timezone, NAURUT, is straightforward with no daylight saving adjustments, making it one of the simplest timezones to track globally.
What are the practical implications of working in Nauru Time?
With no daylight saving changes, scheduling is predictable, but its remote location in the Pacific can make real-time collaboration with other global timezones challenging due to the significant time differences, especially with regions in the Americas and Europe.

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