Africa · Tanzania

Current time in Dar es Salaam

East Africa Time.

EAT · UTC+03:00IANA: Africa/Dar_es_Salaam6.82° S · 39.27° E
Current time☀ Daylight
07:40:58

Tuesday, June 2, 2026

06:2812:2018:13
Sunrise
06:28
Solar noon
12:20
Sunset
18:13

Offset right now

UTC+03:00

East Africa Time · EAT

Daylight saving

Not observed

This zone has no seasonal clock change.

About Dar es Salaam time

Dar es Salaam keeps one clock.

Dar es Salaam keeps things simple with a steady +03:00 offset and no daylight saving surprises, so the coastal dawn always starts calendars the same way. Flying fish and ferry horns mark the workday start, and best of all, scheduling with teams in East Africa or the Gulf stays reliably predictable.

Frequently asked questions

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

How does Dar es Salaam’s location south of the equator affect my European calls?
Since there’s almost no daylight saving swing, you can set one fixed overlap window with Europe year-round and not worry about seasonal time jumps for Tanzanian partners.
Does the hot coastal climate show up in schedules?
Business follows the East Africa Time schedule, and lunchtime queues at seafront restaurants often run long, so afternoon meetings from UTC+3 tend to start slightly later than the clock suggests.
Is there any daylight saving I should plug into calendars automatically?
No. Dar es Salaam uses permanent UTC+03:00, which keeps shared remote calendars clean and rare timezone bugs from popping up when collaborating globally.
What’s the easiest way to line up with Nairobi or Dubai?
Being exactly the same hour as Nairobi and one hour ahead of Dubai makes the math simple: share a UTC+3 block and you’re instantly aligned with much of Eastern Africa and the Gulf region.
How early can I reasonably schedule meetings with Dar es Salaam?
Because dawn arrives early along the equator, teams in Dar es Salaam are among the earliest East African logins, so you can comfortably start working sessions from their 07:00 to keep an early overlap with Europe.
Should I worry about past historical offsets when building automated timelines?
Tanzania has shifted offsets a few times in the historical record, so if you ever visualize data before 1940, double‑check dates carefully; for modern planning, treat it as constant UTC+03:00.
Why does the Kivukoni fish market matter for planners?
The fish deliveries start just after sunrise, and local traders often prefer finishing key deals before 10:00 EAT, so earlier slots tend to be more informed, and later slots risk executives heading home along the jam-packed Selandar Bridge.
How do long equatorial days affect remote sprint cycles?
Surprisingly steady ~12-hour days mean almost no sunrise‑sunset swing across the year, so the best remote workshops sit between 09:00–14:00 EAT, keeping energy consistent whether it’s Q1 or Q3.

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