Africa · Mozambique

Current time in Maputo

Central Africa Time.

CAT · UTC+02:00IANA: Africa/Maputo25.95° S · 32.58° E
Current time☾ Night
23:12:13

Friday, June 5, 2026

☾ NIGHT 06:3011:4817:05
Sunrise
06:30
Solar noon
11:48
Sunset
17:05

Offset right now

UTC+02:00

Central Africa Time · CAT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Maputo time

Maputo keeps one clock.

Maputo, the capital of Mozambique, operates on Central Africa Time (CAT) year-round, giving the city a consistent and predictable rhythm that fits neatly into a UTC+2 framework. With no clocks changing, the workday in Maputo lines up neatly with many European trading partners, and the coastal warmth softens the borders between afternoon meetings and evening dinners.

Frequently asked questions

Common questions about Maputo's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Why does the local time seem to 'click in' for European collaboration?
Because CAT is UTC+2, Maputo shares its working hours with much of central and southern Europe, enabling smooth hand-offs between offices in Lisbon, Johannesburg, and Maputo without waiting for overlapping morning hours.
Does the lack of daylight saving affect the work schedule?
Absolutely — without clock shifts, the workday length stays the same all year, simplifying scheduling for local teams and those linking to stable time-blocks in Africa or Europe.
How does the sun set the pace of daily life?
With tropical latitudes close to the Tropic of Capricorn, Maputo’s daylight varies slightly over the year, but the consistent offset means lunch at noon and evening meetings in the late afternoon remain stable regardless of season.
Is there a noticeable difference between summer and winter schedules abroad?
On the Maputo side, not at all — but colleagues in daylight-saving countries (France, for example) will appear to jump an hour ahead or behind twice a year, a reminder to double-check external meeting times.
What is one logistical tip for scheduling meetings from abroad?
Always use the city’s time zone label (Africa/Maputo) rather than guessing the hour difference, because global partners’ clocks shift with daylight saving, while Maputo keeps a fixed offset.
How early do business hours typically start in Maputo?
Morning meetings often begin by 8 or 9—aligned with sunrise—and wrap up by 5 or 6, creating a practical eight-hour work window that aligns with other UTC+2 economies.
Does Maputo’s coastal location affect how time feels day to day?
The humid subtropical coast makes afternoon slightly warmer or breezier, but the predictable CAT schedule means ‘late afternoon finish’ always wraps up before the evening cools, helping maintain energy at the end of the day.

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