Time zone · Asia

BST

Bangladesh Standard Time

Bangladesh Standard Time (BST) keeps things simple with a single zone — Dhaka — and a fixed UTC+06:00 offset year-round, so there's no daylight saving surprises to worry about.

UTC+06:00 standard1 IANA zone10 cities
Current time in BST☾ Night
02:04:57

Saturday, June 6, 2026

☾ NIGHT 05:1011:5618:43
Standard
+06 · +6
IANA zones
1

Current offset

UTC+06:00

Standard · +06

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About BST

A fixed, year-round offset.

Bangladesh Standard Time (BST) keeps things simple with a single zone — Dhaka — and a fixed UTC+06:00 offset year-round, so there's no daylight saving surprises to worry about.

IANA zones · the technical identifiers

The zone that resolve to BST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Asia/DhakaDhaka— None

Cities currently on BST

The same hour, city by city.

10 cities · all UTC+06:00

Where BST is used

One country.

Same offset · UTC+06:00

Other zones at UTC+06:00 right now.

These named zones share BST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

Common questions about BST, daylight saving, and how to handle it in software. Can't find what you need? Email [email protected].

What countries use Bangladesh Standard Time?
Bangladesh is the only country that uses Bangladesh Standard Time, represented entirely by the Asia/Dhaka zone.
Does Bangladesh observe daylight saving time?
No, Bangladesh does not observe daylight saving time at all, so the clock stays on UTC+06:00 throughout the entire year.
Has Bangladesh ever observed daylight saving time?
Bangladesh briefly experimented with daylight saving in 2009, but it was quickly discontinued — the country has since remained on a fixed UTC+06:00 offset.
How does Bangladesh's single timezone affect daily life?
With just one timezone covering the entire country, scheduling across Bangladesh is straightforward — everyone from Chittagong to Khulna shares the same clock time.
What is the UTC offset for Bangladesh Standard Time?
Bangladesh Standard Time is set at UTC+06:00, which it has maintained consistently since the end of 2009.
What is the abbreviation for Bangladesh Standard Time?
The standard abbreviation is +06, reflecting the fixed UTC+06:00 offset with no daylight saving adjustments.
Why did Bangladesh abandon daylight saving time?
The 2009 daylight saving experiment was rolled back largely because the country's proximity to the equator means daylight hours don't vary enough throughout the year to justify the clock change.

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