Time zone · Oceania

KOSRAE

Kosrae Time

Kosrae Time follows a steady UTC+11:00 offset with no daylight saving changes, keeping schedules simple and predictable for this island region in Micronesia. Life here moves to the rhythm of consistent days and nights, making it easy to coordinate locally and across the Pacific.

UTC+11:00 standard1 IANA zone
Current time in KOSRAE☀ Daylight
14:27:22

Sunday, May 31, 2026

06:00noon18:00
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 KOSRAE

A fixed, year-round offset.

Kosrae Time follows a steady UTC+11:00 offset with no daylight saving changes, keeping schedules simple and predictable for this island region in Micronesia. Life here moves to the rhythm of consistent days and nights, making it easy to coordinate locally and across the Pacific.

IANA zones · the technical identifiers

The zone that resolve to KOSRAE.

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

Where KOSRAE is used

One country.

Same offset · UTC+11:00

Other zones at UTC+11:00 right now.

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

Frequently asked questions

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

Why doesn’t Kosrae Time observe daylight saving time?
Kosrae Time stays fixed at UTC+11:00 year-round because the region experiences minimal seasonal variation in daylight, so there’s no need to adjust clocks.
How does living in UTC+11:00 affect daily life on Kosrae?
With a stable time zone and consistent sunrise and sunset times, daily routines are highly predictable, supporting relaxed yet efficient coordination across work, school, and community events.
Is there any chance Kosrae will adopt daylight saving time?
It’s unlikely. Given its equatorial location and lack of significant daylight shifts, there’s little practical benefit to introducing time changes.
How does Kosrae Time compare with other Pacific island time zones?
Kosrae Time sits just ahead of Australian eastern time zones and aligns closely with neighboring Pacific regions that also avoid daylight saving, easing regional coordination.
What does the +11 abbreviation mean in practice?
It simply indicates the region is always 11 hours ahead of UTC, with no seasonal adjustments or exceptions.

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