Africa · Eastern Africa · Sovereign state

Current time in Malawi

A single time zone at UTC+02:00.

Time in Lilongwe☾ Night
21:57:18

Friday, June 5, 2026

☾ NIGHT 06:0311:4317:23
Zone
CAT
UTC
UTC+02:00
IANA
Africa/Blantyre

About Malawi's time

A single time zone.

Malawi has a single time zone, Central Africa Time (CAT), which is UTC+02:00. The country does not observe daylight saving time, so the time stays consistent throughout the year.

Major cities

Cities of Malawi.

History

How Malawi keeps time.

Malawi adopted Central Africa Time (UTC+02:00) during the colonial era, when the territory was known as Nyasaland under British rule. The British colonial administration aligned local timekeeping with neighboring territories to facilitate trade, communication, and railway operations. After gaining independence in 1964, Malawi retained CAT as its official time zone. There have been no significant changes to the country's time zone policy since independence, and Malawi has never observed daylight saving time.

Did you know?

Things about Malawi's time.

Fact · 01

Malawi lies close to the equator, which means daylight hours remain relatively consistent throughout the year—there is little variation in sunrise and sunset times between seasons, making daylight saving time unnecessary. This stability in natural light patterns makes Malawi's fixed UTC+02:00 offset practical for daily life. The country shares its time zone with several other Southern and Eastern African nations, including South Africa, Zambia, and Zimbabwe, which simplifies regional coordination.

Frequently asked questions

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

What time zone is Malawi in?
Malawi uses Central Africa Time (CAT), which is UTC+02:00 year-round.
Does Malawi observe daylight saving time?
No, Malawi does not observe daylight saving time. The time remains UTC+02:00 throughout the year.
Is Malawi in the same time zone as South Africa?
Yes, both Malawi and South Africa use Central Africa Time (UTC+02:00), and neither observes daylight saving time.
How far ahead is Malawi from UTC?
Malawi is 2 hours ahead of Coordinated Universal Time (UTC+02:00).
What is the IANA time zone identifier for Malawi?
The IANA time zone identifier for Malawi is Africa/Blantyre.
Does Malawi have more than one time zone?
No, Malawi uses a single time zone across the entire country.
How does Malawi compare to neighboring countries time-wise?
Malawi shares the same UTC+02:00 offset with neighboring countries like Zambia, Zimbabwe, and Mozambique, making coordination across borders straightforward.

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