Time zone · Asia

MALDIV

Maldives Time

Maldives Time follows a steady UTC+05:00 year‑round in the Maldives, with no daylight saving time shifts to worry about.

UTC+05:00 standard1 IANA zone1 city
Current time in MALDIV☀ Daylight
08:27:49

Sunday, May 31, 2026

05:5312:0318:14
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 MALDIV

A fixed, year-round offset.

Maldives Time follows a steady UTC+05:00 year‑round in the Maldives, with no daylight saving time shifts to worry about.

IANA zones · the technical identifiers

The zone that resolve to MALDIV.

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
Indian/MaldivesMaldives— None

Cities currently on MALDIV

The same hour, city by city.

1 city · all UTC+05:00

Where MALDIV is used

One country.

Same offset · UTC+05:00

Other zones at UTC+05:00 right now.

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

Frequently asked questions

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

What time zone does the Maldives use?
The country observes Maldives Time, which is fixed at UTC+05:00 and is often shown as +05 in time and date settings.
Does the Maldives have daylight saving time?
No. The Maldives does not observe daylight saving, so clocks stay the same all year.
Why is Maldives Time described as steady and fixed?
Because there are no planned clock changes, the offset remains constant, making it simple to schedule calls and travel.
How do I recognize Maldives Time online?
It usually appears as +05 in digital clocks and time zone lists, without any seasonal abbreviations.
Is Maldives Time used by other countries or nearby regions?
Maldives Time is specific to the Maldives; some neighboring countries may share UTC+05:00 but use different official names and rules.
When was the current time offset established?
The current setup has been in effect since around 2021‑05‑30 in local time, and no future changes are expected.
Will Maldives Time ever observe daylight saving in the future?
There are no announced plans for daylight saving, so the zone is expected to stay fixed.

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