Africa · Eastern Africa · Sovereign state

Current time in Mozambique

A single time zone at UTC+02:00.

Time in Maputo☾ Night
22:01:17

Friday, June 5, 2026

☾ NIGHT 06:3011:4817:05
Zone
CAT
UTC
UTC+02:00
IANA
Africa/Maputo

About Mozambique's time

A single time zone.

Mozambique uses a single time zone across the entire country: Central Africa Time (UTC+2). It's straightforward — no daylight saving transitions, no regional exceptions, and no complications for travelers or remote workers trying to coordinate across the country.

Major cities

Cities of Mozambique.

Did you know?

Things about Mozambique's time.

Fact · 01

Mozambique's position just south of the equator means the length of day changes very little throughout the year, which is one reason it never adopted daylight saving time — there simply isn't much practical benefit to shifting clocks. The country sits fully within a single longitudinal band making a one-zone approach the obvious geographic choice, and neighboring countries like Zimbabwe, Zambia, and Malawi share the same UTC+2 cross-border scheduling hassle-free.

Frequently asked questions

Common questions about Mozambique'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 Mozambique in?
Mozambique uses Central Africa Time, which is UTC+2. The time zone is called Africa/Maputo in computer systems.
Does Mozambique observe daylight saving time?
No, Mozambique does not observe daylight saving time. The time stays the same all year round.
What time is it in Mozambique compared to other African countries?
Mozambique shares UTC+2 with many neighboring countries in southern and eastern Africa, including South Africa, Zimbabwe, and Zambia. This makes scheduling across borders straightforward.
Is the time the same everywhere in Mozambique?
Yes, Mozambique uses a single time zone across the entire country — there are no regional exceptions or multiple zones to worry about.

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