Oceania · Micronesia · Sovereign state

Current time in Palau

A single time zone at UTC+09:00.

Time in Ngerulmud☾ Night
04:58:14

Saturday, June 6, 2026

☾ NIGHT 05:4311:5918:16
Zone
+09
UTC
UTC+09:00
IANA
Pacific/Palau

About Palau's time

A single time zone.

Palau has a single time zone on UTC+09:00 (Pacific/Palau) and does not observe daylight saving time, keeping a consistent offset year-round.

Major cities

Cities of Palau.

Frequently asked questions

Common questions about Palau'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 Palau in?
Palau uses UTC+09:00 (Pacific/Palau) throughout the entire year.
Does Palau observe daylight saving time?
No, Palau does not observe daylight saving time, so the offset remains constant at UTC+09:00.
What time is it in Palau when it's noon UTC?
When it is 12:00 UTC, it is 21:00 (9 PM) in Palau.
Is Palau in the same time zone as Japan?
Yes, both Palau and Japan use UTC+09:00 year-round without daylight saving adjustments.
How many time zones does Palau have?
Palau has one time zone: Pacific/Palau (UTC+09:00).

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