Time zone · Oceania

SIT

Solomon Islands Time

Solomon Islands Time (SIT, UTC+11:00) is used year-round across the Solomon Islands, keeping a steady clock that never shifts for daylight saving—ideal for simpler planning across the scattered Pacific island chain.

UTC+11:00 standard1 IANA zone1 city
Current time in SIT☀ Daylight
14:29:26

Sunday, May 31, 2026

06:2912:1718:06
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 SIT

A fixed, year-round offset.

Solomon Islands Time (SIT, UTC+11:00) is used year-round across the Solomon Islands, keeping a steady clock that never shifts for daylight saving—ideal for simpler planning across the scattered Pacific island chain.

IANA zones · the technical identifiers

The zone that resolve to SIT.

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

Cities currently on SIT

The same hour, city by city.

1 city · all UTC+11:00

Where SIT is used

One country.

Same offset · UTC+11:00

Other zones at UTC+11:00 right now.

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

Frequently asked questions

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

Does Solomon Islands Time ever change for daylight saving?
No. Solomon Islands Time stays at UTC+11:00 all year, so clocks never move forward or backward.
Which places use SIT?
Mainly the Solomon Islands, represented by Pacific/Guadalcanal, including locations like Honiara and other islands in the archipelago.
How does SIT compare to its neighbours?
Solomon Islands Time aligns with parts of Russia, Vanuatu, and Fiji at UTC+11:00, but unlike some Pacific zones, it doesn’t switch for daylight saving.
Is there a seasonal clock change risk when working with SIT?
No. Because there’s no daylight saving, meeting times booked in SIT stay consistent throughout the year.
Why doesn’t SIT observe daylight saving?
The Solomon Islands are near the equator, where daylight hours change very little, so there’s little benefit from shifting clocks.
When was SIT last adjusted?
There is no scheduled DST transition; the region has been stable at UTC+11:00, with recent offsets confirmed as unchanged since 2021.
Is SIT the same as Australian Eastern Time?
They can overlap when Australia isn’t on daylight saving (both UTC+11:00), but Australian clocks move to UTC+11:00 only during part of the year, while SIT stays fixed at +11.
Is SIT used by any other countries?
Officially, SIT mainly applies to the Solomon Islands; nearby countries at UTC+11:00 often use their own named zones.

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