Oceania · Marshall Islands

Current time in Majuro

Marshall Islands Time.

+12 · UTC+12:00IANA: Pacific/Majuro7.10° N · 171.38° E
Current time☀ Daylight
15:26:43

Sunday, May 31, 2026

06:1612:3218:47
Sunrise
06:16
Solar noon
12:32
Sunset
18:47

Offset right now

UTC+12:00

Marshall Islands Time · +12

Daylight saving

Not observed

This zone has no seasonal clock change.

About Majuro time

Majuro keeps one clock.

Majuro lives close to the International Date Line, so the Marshall Islands are among the first places on Earth to greet each new day, making it a natural early-morning hub for teams that want to kick off global calls while much of the world is still winding down. The sun rises early and sets early here, so the workday often starts with bright daylight and wraps up before the rest of the Pacific is fully online.

Frequently asked questions

Common questions about Majuro's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Why is Majuro’s timezone notable?
At UTC+12, Majuro is one of the earliest time zones to experience each new calendar day.
Does Majuro observe daylight saving time?
No, Majuro stays on UTC+12 year-round, so there’s no clock change to track.
How does Majuro’s location affect global scheduling?
Meetings scheduled in Majuro’s morning often fall into the previous business day for the Americas, which can be useful for early coordination.
What’s the typical daylight pattern in Majuro?
Because it’s near the equator, Majuro has fairly consistent daylight hours year-round, with sunrise and sunset times that don’t vary much.
Is Majuro on the same date as Hawaii?
No, Majuro is usually a day ahead of Hawaii because it sits just west of the International Date Line.
How does Majuro’s time zone compare to New Zealand?
Majuro shares the same UTC+12 offset as parts of New Zealand, but New Zealand observes daylight saving, while Majuro does not.
What’s a fun fact about Majuro and the date line?
The Marshall Islands shifted the entire country to UTC+12 in 1979, effectively ‘skipping’ a day to align with Asia-Pacific trading 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
}
}
]
}