Time zone · Asia

MALAYS

Malaysia Time

Malaysia Time is the region code used across Malaysia, including both peninsular and eastern (Kuching) time zones. Despite having two separate technical zones, Malaysia has officially observed permanent UTC+08:00 since 1982 with no daylight saving.

UTC+08:00 standard2 IANA zones21 cities
Current time in MALAYS☾ Night
04:03:04

Saturday, June 6, 2026

☾ NIGHT 07:0213:1119:20
Standard
+08 · +8
IANA zones
2

Current offset

UTC+08:00

Standard · +08

Daylight saving

Not observed

Year-round standard time

IANA zones

2

None observe daylight saving

DST offset

No summer variant

About MALAYS

A fixed, year-round offset.

Malaysia Time is the region code used across Malaysia, including both peninsular and eastern (Kuching) time zones. Despite having two separate technical zones, Malaysia has officially observed permanent UTC+08:00 since 1982 with no daylight saving.

IANA zones · the technical identifiers

The 2 zones that resolve to MALAYS.

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
Asia/Kuala_LumpurKuala_Lumpur— None
Asia/KuchingKuching— None

Cities currently on MALAYS

The same hour, city by city.

21 cities · all UTC+08:00

Where MALAYS is used

One country.

Same offset · UTC+08:00

Other zones at UTC+08:00 right now.

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

Frequently asked questions

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

Why does Malaysia have two time zones but only one time?
Although Asia/Kuala Lumpur and Asia/Kuching are technically different time zones, they both have used the same offset (UTC+08:00) since 1982, so clocks across Malaysia are always synchronized.
Did Malaysia ever use daylight saving time?
No. When Malaysia adopted the MALAYS region code and set its time to UTC+08:00 in 1982, it was on permanent standard time with no daylight saving adjustments.
Is Malaysia Time the same as Singapore time?
Yes. Malaysia and Singapore are effectively on the same time zone. Both are at UTC+08:00, and clock changes in both countries have historically kept them aligned.
What regions are covered by the MALAYS region code?
The MALAYS code covers all of Malaysia, including peninsular Malaysia (represented by Kuala Lumpur) and East Malaysia (e.g., Kuching in Sarawak), unifying the country under one timezone code.
Will the MALAYS region ever observe daylight saving time?
There are no current or historical weekend or seasonal daylight saving observations in this region, and there are no future transitions scheduled, so clocks stay at UTC+08:00 year-round.

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