Time zone · Americas

WIT

Wake Island Time

Wake Island Time (WIT) operates at a steady UTC+12:00 with no daylight saving adjustments—ideal for teams coordinating across the Pacific. Living here means navigating a small, isolated U.S. territory where schedules stay consistent year-round, making it a reliable anchor for time zone planning.

UTC+12:00 standard1 IANA zone
Current time in WIT☀ Daylight
15:29:27

Sunday, May 31, 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) operates at a steady UTC+12:00 with no daylight saving adjustments—ideal for teams coordinating across the Pacific. Living here means navigating a small, isolated U.S. territory where schedules stay consistent year-round, making it a reliable anchor for time zone planning.

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 Time ever change with daylight saving time?
No, Wake Island Time remains on UTC+12:00 all year, with no daylight saving adjustments.
How does Wake Island Time compare to other U.S. Minor Outlying Islands?
WIT is one of only a handful of inhabited U.S. Minor Outlying Islands, but it stands apart as the only member in the Pacific/Wake time zone.
Where is Wake Island located?
Wake Island Time covers just one location: the remote, U.S.-controlled territory of Wake Island in the central Pacific Ocean.
How populous is Wake Island?
The island has a small, fluctuating population, mostly consisting of transient military personnel and contractors—few permanent residents call it home.
What makes Wake Island Time unique timekeeping-wise?
Its single time zone, fixed offset, and lack of daylight saving make WIT one of the simplest timekeeping regions on Earth—no transitions, no surprises.
Is there ever a risk of confusion with nearby time zones?
Wake Island Time is so remote and isolated that confusion is unlikely—few regions share its exact time, and none observe daylight saving either.
What’s like to live by Wake Island Time?
Residents and workers experience a consistent rhythm—sunrise and sunset shift naturally, but the clock never changes, offering predictability amid the vast Pacific.
Are there any quirks to scheduling with WIT?
The biggest quirk is its steadiness: meetings, broadcasts, and operations can rely on an unchanging offset—great for logistics, challenging for those used to DST shifts.

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