Time zone · Americas

WIT

Wake Island Time

Wake Island Time (WIT) keeps things simple with a steady UTC+12:00 offset and no daylight saving changes, making it one of the most predictable time zones in the Pacific. Living or collaborating here means you’re always aligned with Wake Island’s clock—ideal for planning across this remote U.S. territory.

UTC+12:00 standard1 IANA zone
Current time in WIT☀ Daylight
08:03:05

Saturday, June 6, 2026

06:00noon18:00
Standard
+12 · +12
IANA zones
1

Current offset

UTC+12:00

Standard · +12

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About WIT

A fixed, year-round offset.

Wake Island Time (WIT) keeps things simple with a steady UTC+12:00 offset and no daylight saving changes, making it one of the most predictable time zones in the Pacific. Living or collaborating here means you’re always aligned with Wake Island’s clock—ideal for planning across this remote U.S. territory.

IANA zones · the technical identifiers

The zone that resolve to WIT.

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

Where WIT is used

One country.

Same offset · UTC+12:00

Other zones at UTC+12:00 right now.

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

Frequently asked questions

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

Does Wake Island observe daylight saving time?
No, Wake Island Time does not observe daylight saving time; the offset remains UTC+12:00 year-round.
What is the current time zone abbreviation for Wake Island?
The abbreviation is +12, reflecting its fixed UTC+12:00 offset.
Are there any upcoming time zone changes for Wake Island?
There are no scheduled changes; the current offset has been in effect since January 1, 1901.
Which country uses Wake Island Time?
Wake Island Time is used exclusively in the United States Minor Outlying Islands, specifically on Wake Island.
How many time zones are in the Wake Island Time region?
There is only one member zone: Pacific/Wake.
Is Wake Island Time affected by seasonal clock shifts?
No, because it does not observe daylight saving time, so there are no seasonal adjustments.
What makes Wake Island Time unique among U.S. territories?
It’s one of the few U.S. time zones that never changes clocks, offering consistent scheduling without DST disruptions.
Can I rely on Wake Island Time for long-term planning?
Yes, with no daylight saving and a fixed historical offset, it’s highly reliable for future scheduling.

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