Time zone · Antarctic

MAWSON

Mawson Time

Mawson Time (MAWSON) keeps things straightforward in Antarctica’s eastern reaches: it sits at a steady UTC+05:00 year‑round, with no daylight saving surprises—perfect for researchers and support teams who need predictable scheduling in one of Earth’s most extreme environments.

UTC+05:00 standard1 IANA zone
Current time in MAWSON☀ Daylight
08:27:27

Sunday, May 31, 2026

06:00noon18:00
Standard
+05 · +5
IANA zones
1

Current offset

UTC+05:00

Standard · +05

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About MAWSON

A fixed, year-round offset.

Mawson Time (MAWSON) keeps things straightforward in Antarctica’s eastern reaches: it sits at a steady UTC+05:00 year‑round, with no daylight saving surprises—perfect for researchers and support teams who need predictable scheduling in one of Earth’s most extreme environments.

IANA zones · the technical identifiers

The zone that resolve to MAWSON.

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

Where MAWSON is used

One country.

Same offset · UTC+05:00

Other zones at UTC+05:00 right now.

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

Frequently asked questions

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

Does Mawson Time ever change for daylight saving?
No. Mawson Time stays fixed at UTC+05:00 all year, so there are no daylight saving transitions to track.
Where is Mawson Time actually used?
It’s primarily associated with Antarctica/Mawson, the zone serving Mawson Station and surrounding operations on the continent.
How many time zones are in the MAWSON region?
Just one: Antarctica/Mawson. The region is represented by this single zone.
Is there any DST coming up in Mawson Time?
Currently, no future DST transitions are scheduled; the offset has been steady since at least 2021.
What’s the current abbreviation for Mawson Time?
It’s shown as +05, reflecting its constant five‑hour advance over UTC.
How does constant UTC+05:00 help Antarctic operations?
By never shifting for daylight saving, flight logs, data timestamps, and supply runs all stay on a consistent clock, reducing errors.
Is Mawson Time used outside Antarctica?
The official list only includes Antarctica; if other sites use UTC+05:00, they typically cite a different zone name.

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