Africa · Eastern Africa · Sovereign state

Current time in Burundi

A single time zone at UTC+02:00.

Time in Gitega☾ Night
21:58:54

Friday, June 5, 2026

☾ NIGHT 06:0011:5817:56
Zone
CAT
UTC
UTC+02:00
IANA
Africa/Bujumbura

About Burundi's time

A single time zone.

Burundi operates on a single time zone, Central Africa Time (CAT), which is UTC+02:00. The country does not observe daylight saving time, keeping things straightforward for visitors and residents alike.

Major cities

Cities of Burundi.

History

How Burundi keeps time.

Burundi adopted Central Africa Time during the colonial era when the territory was administered as part of the Belgian colonial sphere in Central Africa. As with many African nations, the timezone was inherited from the colonial period and remained unchanged through independence in 1962. The country has not made any significant changes to its timezone since, maintaining a consistent UTC+02:00 offset throughout its post-independence history.

Did you know?

Things about Burundi's time.

Fact · 01

Burundi's single timezone is fairly standard for a small East African nation. Being close to the equator, the country doesn't need to adjust for extreme variations in daylight hours, and daylight saving time has never been considered necessary. The consistent time also simplifies coordination with neighboring countries like Rwanda, Tanzania, and the eastern Democratic Republic of Congo, which share similar or adjacent time zones.

Frequently asked questions

Common questions about Burundi'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 Burundi in?
Burundi is in the Central Africa Time zone, which is UTC+02:00.
Does Burundi observe daylight saving time?
No, Burundi does not observe daylight saving time.
What countries share the same time as Burundi?
Burundi shares Central Africa Time (UTC+02:00) with several neighboring countries including Rwanda, Uganda, and parts of the Democratic Republic of Congo.
Is there only one time zone in Burundi?
Yes, Burundi has only one time zone: Central Africa Time (CAT) at UTC+02:00.
How does Burundi's time zone affect travel from Europe?
Burundi is typically 1-2 hours ahead of Central European Time, which can cause minor jet lag for travelers. The time difference varies slightly depending on whether Europe is observing daylight saving time.

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