Asia · Bangladesh

Current time in Dhaka

Bangladesh Standard Time.

+06 · UTC+06:00IANA: Asia/Dhaka23.72° N · 90.40° E
Current time☾ Night
01:58:12

Saturday, June 6, 2026

☾ NIGHT 05:1011:5618:43
Sunrise
05:10
Solar noon
11:56
Sunset
18:43

Offset right now

UTC+06:00

Bangladesh Standard Time · +06

Daylight saving

Not observed

This zone has no seasonal clock change.

About Dhaka time

Dhaka keeps one clock.

Dhaka runs a steady, industrious groove, with rickshaws threading through bustling streets and offices humming through predictable six‑ahead hours. Coordinating across time zones means planning calls early before the midday heat breaks the momentum, but once everybody’s rolling, work flows in long, focused stretches.

Frequently asked questions

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

Does Dhaka observe daylight saving time?
No, Bangladesh stays on UTC+06 year-round, so there’s never a spring-forward or fall-back surprise.
Is Bangladesh’s timezone unique in Asia?
Dhaka’s +06 offset is shared by Bhutan and parts of Russia, but Bangladesh makes it its own with a fiercely local work pace.
How does daylight differ in Dhaka?
Located near the Tropic of Cancer, Dhaka gets long, hot days, and bright evenings around 6 p.m. sunsets keep teams active late.
Should remote teams adapt meetings when working with Dhaka?
Starting calls an hour earlier in Dhaka’s morning helps overlap with West Coast US, which avoids usual early/late extremes.
What’s the business rhythm like?
Dhaka businesses often start by 9:00, stay busy through lunch, then push hard before traffic jams slow evening commutes.
Is there anything unusual about this timezone?
The offset +06 makes Dhaka match Bhutan time, so cross-border coordination is seamless.
Is there a cultural influence on the timezone?
Bangladesh’s standard time is tied to its rapid tech-savvy, garment-led, BPO industries that keep calls going nonstop.
Are there any daylight saving debates?
Some argue for DST, but no major shifts yet, so Dhaka’s consistent clock remains a reliable global partner.

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