Africa · Eastern Africa · Sovereign state

Current time in Kenya

A single time zone at UTC+03:00.

Time in Nairobi☾ Night
22:57:17

Friday, June 5, 2026

☾ NIGHT 06:2912:3118:32
Zone
EAT
UTC
UTC+03:00
IANA
Africa/Nairobi

About Kenya's time

A single time zone.

Kenya runs on a single timezone, East Africa Time (UTC+03:00), year-round, with no daylight saving time shifts. This simplifies scheduling across the country, from Nairobi to Mombasa and beyond.

Major cities

Cities of Kenya.

History

How Kenya keeps time.

Kenya adopted East Africa Time (UTC+03:00) as its standard time during the colonial era, aligning with British East Africa's coordinated timekeeping. Before standardization, local solar time varied across the region, but the expansion of railways and trade in the late 19th and early 20th centuries made a unified time essential for commercial and administrative efficiency.

When Kenya gained independence in 1963, it retained EAT without introducing daylight saving time adjustments, even as other African nations experimented with seasonal clock changes. The country has maintained this consistent policy since independence, avoiding multiple time zones or DST, which has made its timekeeping stable and predictable for both citizens and international partners.

Did you know?

Things about Kenya's time.

Fact · 01

Despite spanning a little over one degree of latitude from east to west, Kenya's entire territory falls within a single time zone, but there is a noticeable shift in solar experience between the far east and west of the country. Locations like Nairobi sit closer to the central meridian for UTC+03:00, while Mombasa on the coast and areas near Lake Victoria are slightly offset from their 'clock time,' leading to earlier sunrises and sunsets compared to official working hours.

Fact · 02

Kenya’s equator-crossing geography means daylight hours are nearly constant year-round, with only small variations in sunrise and sunset times. As a result, Kenyans experience minimal fluctuation in natural light cycles, and daily life doesn’t adjust seasonally as it does in higher-latitude countries. Major events, including national broadcasts and business hours, remain uniformly scheduled coast-to-coast.

Frequently asked questions

Common questions about Kenya'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 Kenya in?
Kenya is in East Africa Time (EAT), which is UTC+03:00.
Does Kenya observe daylight saving time?
No, Kenya does not observe daylight saving time.
Is the same time used throughout Kenya?
Yes, the whole country uses East Africa Time, with no regional time differences.
Are sunrise and sunset times similar across Kenya?
Because Kenya is near the equator, daylight hours are very consistent, though sunrise is slightly earlier on the coast but overall differences are minimal.
How does Kenya's time compare to neighboring countries?
Most of East Africa, including Uganda and Tanzania, also use UTC+03:00, while Ethiopia is in EAT as well, making regional scheduling straightforward.
Has Kenya ever used different time zones?
No, Kenya has maintained East Africa Time since colonial times, with no introduction of other zones or daylight saving changes after independence.
Is Kenya's time consistent for international business?
Yes, with a fixed UTC+03:00 and no DST, scheduling with Kenya is usually simple and predictable for global partners.
What is the official time zone abbreviation for Kenya?
East Africa Time (EAT)

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