Africa · Eastern Africa · Sovereign state

Current time in Rwanda

A single time zone at UTC+02:00.

Time in Kigali☾ Night
05:26:01

Sunday, May 31, 2026

☾ NIGHT 05:5611:5717:58
Zone
CAT
UTC
UTC+02:00
IANA
Africa/Kigali

About Rwanda's time

A single time zone.

Rwanda operates on a single time zone, Central Africa Time (CAT, UTC+02:00), and does not observe daylight saving time, making its schedule straightforward year-round.

Major cities

Cities of Rwanda.

Did you know?

Things about Rwanda's time.

Fact · 01

Rwanda's time zone alignment means solar noon occurs close to 12:00 PM year-round, helping synchronize daily life with natural daylight — a practical benefit for a country where agriculture and outdoor work are central to the economy.

Fact · 02

Being just south of the Equator, Rwanda experiences minimal variation in daylight hours throughout the year, so there's never been a strong case for daylight saving time. The country's compact size and consistent equatorial light simplify scheduling for businesses, schools, and transport.

Frequently asked questions

Common questions about Rwanda'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 Rwanda in?
Rwanda uses Central Africa Time (CAT), which is UTC+02:00.
Does Rwanda observe daylight saving time?
No, Rwanda does not observe daylight saving time. The time stays UTC+02:00 all year.
What is the time difference between Rwanda and London?
In Rwanda, it's 2 hours ahead of London during British Standard Time, and 1 hour ahead when the UK switches to British Summer Time.
Is Rwanda's time convenient for international communication?
Yes, its consistent UTC+02:00 offset makes it easy for scheduling with major business hubs like Europe and East Africa.
Does Rwanda have multiple time zones?
No, the entire country uses one zone: Central Africa Time (UTC+02:00).

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