Africa · Sudan

Current time in Omdurman

Central Africa Time.

CAT · UTC+02:00IANA: Africa/Khartoum15.64° N · 32.48° E
Current time☀ Daylight
06:38:46

Tuesday, June 2, 2026

05:1811:4818:18
Sunrise
05:18
Solar noon
11:48
Sunset
18:18

Offset right now

UTC+02:00

Central Africa Time · CAT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Omdurman time

Omdurman keeps one clock.

Omdurman is Sudan's largest city, sitting across the Nile from Khartoum proper and it hums at a relaxed but steady pace along Central Africa Time. Expect slower evenings thanks to consistent desert daylight hours, so planning team calls on the earlier side often works best.

Frequently asked questions

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

Is Sudan the same time year-round?
Yes, Sudan does not observe daylight saving, so Omdurman stays on Central Africa Time (CAT, UTC+2) all year.
How does Omdurman’s timezone help global teams?
Its consistent UTC+2 offset makes it easier for European and East African teams to find overlapping work hours without time shifts.
Does Omdurman’s desert climate affect its timezone coordination?
Not directly, but with stable hours of daylight, work schedules remain predictable, helping remote teams maintain consistent meeting times.
What time should I watch out for scheduling?
Remember that Omdurman is on CAT (UTC+2), so midday working hours there often align with late afternoon in East Africa and early afternoon in Europe.
Is there any historical reason Sudan doesn’t use daylight saving?
Sudan has kept standard time without daylight trading back to the tropical consistency of sunlight, a trait common in many African and equatorial countries.
Do neighboring countries share Omdurman’s timezone?
Yes, several countries in East and Central Africa, like Uganda and South Sudan, follow similar or adjacent time zones, creating easier cross-border coordination.

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