Time zone · Oceania

MARQUE

Marquesas Time

Marquesas Time clocks in at a distinctive UTC−9:30 that puts the Marquesas Islands squarely off the usual full-hour grid—making it one of the world’s few time zones with a neat 30-minute offset, which can feel delightfully quirky when everyone else is ticking on the hour. There's no daylight saving shuffle here either, so meetings and traditions keep a predictable rhythm year-round in this far-flung part of French Polynesia.

UTC-09:30 standard1 IANA zone
Current time in MARQUE☀ Daylight
17:57:19

Saturday, May 30, 2026

06:00noon18:00
Standard
-0930 · −9:30
IANA zones
1

Current offset

UTC-09:30

Standard · -0930

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About MARQUE

A fixed, year-round offset.

Marquesas Time clocks in at a distinctive UTC−9:30 that puts the Marquesas Islands squarely off the usual full-hour grid—making it one of the world’s few time zones with a neat 30-minute offset, which can feel delightfully quirky when everyone else is ticking on the hour. There's no daylight saving shuffle here either, so meetings and traditions keep a predictable rhythm year-round in this far-flung part of French Polynesia.

IANA zones · the technical identifiers

The zone that resolve to MARQUE.

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

Where MARQUE is used

One country.

Frequently asked questions

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

Why does Marquesas Time sit at UTC−9:30 instead of a round hour?
The half-hour offset positions the Marquesas closer to their actual solar noon rather than forcing them into a neighboring full-hour zone, a compromise that better matches daily life on the islands. Geopolitically, it also marks a distinct midpoint between Hawaii and Tahiti, both of which sit at whole-hour offsets.
Is UTC−9:30 used anywhere else?
Very few places in the world use the exact same −9:30 offset; Norfolk Island (UTC+11:00 / UTC+11:00) and a handful of Australian regions famously have half-hour clocks, but only the Marquesas live on the −9:30 side, making it effectively unique.
What’s it like coordinating calls between the Marquesas and mainland France?
Because France spans UTC+1 and the Marquesas rest at UTC−9:30, the gap is roughly 10½–11½ hours, meaning mid-morning in Paris lands the islands well in bed—and you’ll only see a full working-day overlap for an hour or two at best.
Do the Marquesas plan to add or drop daylight saving time?
There are currently no daylight saving transitions, and no official talks to introduce them; the far equatorial location means sunrise and sunset barely shift through the year, so there’s little practical reason to toggle clocks.
How does this odd offset affect internet timestamps?
Developers working with ISO 8601 formats must remember the −09:30 offset can’t be shortened to −09 or −10—mixing it up silently shifts every log entry by 30 minutes and can muddle incident timelines.
Is there a cultural side to keeping a half-hour offset?
Locals often joke that the islands live “on island time, minus thirty extra minutes.” The half-hour quirk has become a subtle badge of identity that sets the Marquesas apart from Tahiti and the rest of French Polynesia.

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