Time zone · Africa

CAT

Central Africa Time

Central Africa Time (CAT) is a steady, year-round clock for 11 member zones across countries like Malawi, Zimbabwe, and DR Congo. With no daylight saving changes, scheduling across the region stays consistent all year long.

UTC+02:00 standard11 IANA zones10 cities
Current time in CAT☾ Night
05:29:17

Sunday, May 31, 2026

☾ NIGHT 06:0111:4217:23
Standard
CAT · +2
IANA zones
11

Current offset

UTC+02:00

Standard · CAT

Daylight saving

Not observed

Year-round standard time

IANA zones

11

None observe daylight saving

DST offset

No summer variant

About CAT

A fixed, year-round offset.

Central Africa Time (CAT) is a steady, year-round clock for 11 member zones across countries like Malawi, Zimbabwe, and DR Congo. With no daylight saving changes, scheduling across the region stays consistent all year long.

IANA zones · the technical identifiers

The 11 zones that resolve to CAT.

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
Africa/BlantyreBlantyre— None
Africa/BujumburaBujumbura— None
Africa/GaboroneGaborone— None
Africa/HarareHarare— None
Africa/JubaJuba— None
Africa/KhartoumKhartoum— None
Africa/KigaliKigali— None
Africa/LubumbashiLubumbashi— None
Africa/LusakaLusaka— None
Africa/MaputoMaputo— None
Africa/WindhoekWindhoek— None

Cities currently on CAT

The same hour, city by city.

10 cities · all UTC+02:00

Where CAT is used

11 countries.

Same offset · UTC+02:00

Other zones at UTC+02:00 right now.

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

Frequently asked questions

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

Which countries use Central Africa Time?
Countries on CAT include Malawi, Burundi, Botswana, Zimbabwe, South Sudan, Sudan, Rwanda, and the Democratic Republic of Congo.
Does CAT observe daylight saving time?
No, Central Africa Time stays the same all year—no clocks move forward or backward anywhere in the region.
What is the leading representative zone for CAT?
Blantyre, Malawi, is the representative zone for Central Africa Time.
Is Central Africa Time the same across all member countries?
Yes, all 11 member zones share the same offset, so everyone in the region is always on the same time.
When does the offset change for CAT?
It never changes—there are no seasonal clock shifts or historical transitions; the offset has been fixed for years.
How wide is the CAT region geographically?
The members stretch from Sudan in the north to Zimbabwe in the south, covering much of southern and eastern Africa.
How is CAT written in the zone database?
Most member cities file under Africa/* names like Africa/Blantyre and Africa/Harare.
How does having no DST affect collaboration in CAT?
It makes cross-border planning simpler—meetings stay at the same local time every day without worrying about seasonal clock changes.

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