Time zone · Oceania

MIT

Marshall Islands Time

Marshall Islands Time (MIT) keeps the islands of Kwajalein and Majuro on a steady UTC+12:00 year-round—there's no daylight-saving shifts to chase, no clock changes to remember. That makes life and collaboration a refreshingly straightforward affair for anyone coordinating across the Pacific: what you see is what you get.

UTC+12:00 standard2 IANA zones1 city
Current time in MIT☀ Daylight
15:28:08

Sunday, May 31, 2026

06:1612:3218:47
Standard
+12 · +12
IANA zones
2

Current offset

UTC+12:00

Standard · +12

Daylight saving

Not observed

Year-round standard time

IANA zones

2

None observe daylight saving

DST offset

No summer variant

About MIT

A fixed, year-round offset.

Marshall Islands Time (MIT) keeps the islands of Kwajalein and Majuro on a steady UTC+12:00 year-round—there's no daylight-saving shifts to chase, no clock changes to remember. That makes life and collaboration a refreshingly straightforward affair for anyone coordinating across the Pacific: what you see is what you get.

IANA zones · the technical identifiers

The 2 zones that resolve to MIT.

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/KwajaleinKwajalein— None
Pacific/MajuroMajuro— None

Cities currently on MIT

The same hour, city by city.

1 city · all UTC+12:00

Where MIT is used

One country.

Same offset · UTC+12:00

Other zones at UTC+12:00 right now.

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

Frequently asked questions

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

Which time zone does Marshall Islands Time (MIT) cover?
MIT covers the Republic of the Marshall Islands and no other countries—just two member zones: Pacific/Kwajalein and Pacific/Majuro.
Does the Marshall Islands observe daylight saving time?
No. The Marshall Islands does not observe daylight saving time, so the clock stays on UTC+12:00 all year.
What time is it right now in the Marshall Islands?
In Kwajalein and Majuro the current offset is UTC+12:00, and the abbreviation shown is +12.
Are there any upcoming time changes I should watch for?
There are no scheduled transitions at the moment—MIT is fixed on its current offset with no daylight-saving rules.
How does MIT compare to nearby Pacific time zones?
At UTC+12:00, MIT lines up with a handful of other Pacific zones, giving the Marshall Islands a same-hour overlap with places on the same longitudinal band while staying distinct from Hawaii (UTC-10) and most of Micronesia.
Is MIT the same as Coordinated Universal Time plus twelve?
Exactly—MIT is simply UTC+12:00, meaning Marshall Islands Time is always twelve hours ahead of UTC.

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