Time zone · Antarctic

DUMONT

Dumont-d’Urville Time

Dumont-d'Urville Time (translated: DUMONT) governs a solitary outpost in Antarctica, locked permanently at UTC+10:00 since 1956—no daylight saving changes, no seasonal shifts, just one constant offset serving researchers on the ice.

UTC+10:00 standard1 IANA zone
Current time in DUMONT☀ Daylight
06:04:59

Saturday, June 6, 2026

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

Current offset

UTC+10:00

Standard · +10

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About DUMONT

A fixed, year-round offset.

Dumont-d'Urville Time (translated: DUMONT) governs a solitary outpost in Antarctica, locked permanently at UTC+10:00 since 1956—no daylight saving changes, no seasonal shifts, just one constant offset serving researchers on the ice.

IANA zones · the technical identifiers

The zone that resolve to DUMONT.

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
Antarctica/DumontDUrvilleDumontDUrville— None

Where DUMONT is used

One country.

Same offset · UTC+10:00

Other zones at UTC+10:00 right now.

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

Frequently asked questions

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

Why does this timezone have such a long and specific name?
It is named after the French explorer Dumont d'Urville, who explored Antarctica in the 19th century, and the timezone is centered on the research station bearing his name—making it one of the few timezone names tied directly to a polar explorer.
Does the timezone ever change for daylight saving?
No—Dumont-d'Urville Time has never observed daylight saving time, remaining fixed at UTC+10:00 year-round since its formal adoption in November 1956.
Is this timezone used anywhere outside Antarctica?
Exclusively in Antarctica; only the Dumont d'Urville research station and its immediate operational zone fall under this timezone—making it one of the most geographically restricted offsets on Earth.
Why is the current offset valid since 1956?
The IANA timezone database records 1956-11-01 as the earliest known official use of this fixed UTC+10:00 offset for the region, with no documented changes since.
Do people here experience sunset like elsewhere?
Despite the 24-hour clock, Antarctica sees extreme light cycles; near the station, winter brings weeks of darkness and summer brings midnight sun, all without changing the timezone.

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