Asia · South-Eastern Asia · Sovereign state

Current time in Malaysia

A single time zone at UTC+08:00.

Time in Kuala Lumpur☾ Night
03:59:08

Saturday, June 6, 2026

☾ NIGHT 07:0213:1119:20
Zone
+08
UTC
UTC+08:00
IANA
Asia/Kuala_Lumpur

About Malaysia's time

A single time zone.

Malaysia spans two time zones across its divided geography, with both Peninsular Malaysia and East Malaysia sharing UTC+8 despite being separated by the South China Sea. Neither region observes daylight saving time.

Major cities

Cities of Malaysia.

History

How Malaysia keeps time.

## Historical Background

Before standardization, various parts of what is now Malaysia used local mean time based on their geographic longitude. During the colonial era, the British administration in Malaya gradually moved toward standardizing time for administrative and commercial purposes.

Peninsular Malaysia and Singapore initially adapted to their geographical alignment with UTC+7:30 based in Singapore. When Singapore was under British rule, Malaya followed this pattern for consistency across British colonial territories in the region.

Did you know?

Things about Malaysia's time.

Fact · 01

## Geographic Considerations

Fact · 02

Despite being separate landmasses divided by hundreds of kilometers, both parts of Malaysia share the same time zone, aligned to their proximity to the prime meridian's 120°E longitude reference. East Malaysia coordinates with Peninsular Malaysia for practical and political reasons, including unified financial markets and communications.

Fact · 03

Interestingly, the shared offset means sunrise and sunset occur at roughly similar times (adjusted for minor seasonal variation) compared to neighbors like Thailand or Vietnam that use UTC+7. This unity helps national coordination despite geographic division. East Malaysia (Sabah and Sarawak) has considered adopting its own time zone (UTC+9) due to geographic longitude closer to Japan and Korea, but maintains UTC+8 for national consistency.

Frequently asked questions

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

Are there different time zones within Malaysia?
Yes, there are technically two time zones listed in the IANA database: Asia/Kuala_Lumpur for Peninsular Malaysia and Asia/Kuching for East Malaysia. However, both use UTC+8, so there is effectively no time difference.
Which countries share the same time zone as Malaysia?
Malaysia shares UTC+8 with Singapore, China, Philippines, Western Australia, Brunei, and others in the region. This facilitates business hours and travel coordination especially with neighboring Singapore.
Is daylight saving time observed in Malaysia?
No, Malaysia does not observe daylight saving time. It has never adopted DST, which helps keep timekeeping simple for international business and daily scheduling.
What is the approximate sunrise/sunset time in Malaysia due to its location?
Despite being near equator, Malaysia's UTC+8 alignment means sunrise is relatively early (around 6:30-7:00am) and sunset is around 7:00-7:30pm, giving way to bright evenings suitable for outdoor activities and night markets.
How does Malaysia’s time zone impact evening activities?
The shared UTC+8 means consistent daylight patterns support late-night dining and socializing, contributing to famous street food culture and vibrant nightlife that thrives beyond 8 or 9pm.
How does Malaysia's time alignment help with tourism or economic coordination?
The alignment with China, Hong Kong, and regional trading partners streamlines business operations and logistics. Visitors traveling from the Americas or Europe will need to adjust for the significant time difference, but within Asia it facilitates easy coordination.

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