Oceania · Micronesia · Sovereign state
Current time in Nauru
A single time zone at UTC+12:00.
Time in Yaren☀ Daylight
07:57:25
Saturday, June 6, 2026
Zone
+12
UTC
UTC+12:00
IANA
Pacific/Nauru
About Nauru's time
A single time zone.
Nauru uses a single time zone, UTC+12:00, known as Nauru Time (+12). It doesn't observe daylight saving time, so the clock stays consistent year-round.
Major cities
Cities of Nauru.
Frequently asked questions
Common questions about Nauru's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].
- What timezone is Nauru in?
- Nauru uses Nauru Time (UTC+12:00) and does not observe daylight saving time.
- Does Nauru observe daylight saving time?
- No, Nauru does not observe daylight saving time; the offset remains UTC+12:00 year-round.
- How many time zones does Nauru have?
- Nauru has a single time zone covering the entire country.
- What is the time difference between Nauru and other Pacific islands?
- Being UTC+12, Nauru is one of the earliest time zones in the Pacific, often one hour ahead of islands using UTC+11 (e.g., Solomon Islands) and aligned with others like Fiji and New Zealand during their standard time.
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
}
}
]
}