Time zone · Oceania

SIT

Solomon Islands Time

Solomon Islands Time (SIT) sits at UTC+11 year-round for the Solomon Islands, stretching across Guadalcanal and neighboring archipelago without daylight saving. Since it never changes clocks, it offers a steady, predictable schedule that simplifies planning across South Pacific time zones.

UTC+11:00 standard1 IANA zone1 city
Current time in SIT☀ Daylight
07:03:16

Saturday, June 6, 2026

06:3012:1818: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) sits at UTC+11 year-round for the Solomon Islands, stretching across Guadalcanal and neighboring archipelago without daylight saving. Since it never changes clocks, it offers a steady, predictable schedule that simplifies planning across South Pacific time zones.

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

Why doesn’t Solomon Islands use daylight saving?
Being a tropical nation relatively close to the equator, daylight hours in the Solomon Islands don’t vary much through the year, making daylight saving unnecessary.
What’s unique about Solomon Islands Time compared to nearby zones?
SIT is fixed all year at UTC+11, unlike other parts of Oceania that switch between standard and daylight saving times, making it easier to keep consistent with distant teams.
Which major places follow Solomon Islands Time?
The representative city is Honiara on Guadalcanal, the capital of the Solomon Islands, which governs the official time used throughout the nation’s islands.
How does SIT compare to neighboring New Zealand time?
New Zealand alternates between UTC+12 and UTC+13 with daylight saving, so the gap between Honiara and Auckland can be either 1 or 2 hours depending on the time of year.
Is Solomon Islands Time the same as any well-known business time zones?
When it’s midday in Honiara (SIT), it’s around 7 AM in Tokyo and 8 AM in Sydney (non-DST), making early-morning planning windows useful for regional teams.
How stable is this timezone historically?
The Solomon Islands have recognized this fixed offset since 1912, providing over a century of consistent timekeeping for planning purposes.
What’s the practical impact of no daylight saving in business?
Without clock changes, timestamps and schedules stay predictable, so contracts, shipping logs, and meeting invites don’t need seasonal adjustments.
Could Solomon Islands ever adopt daylight saving?
It’s unlikely, given the minimal variation in daylight hours in this equatorial region and the simplicity that a fixed offset provides for international partners.

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