Time zone · Asia

BDT

Brunei Darussalam Time

Brunei Darussalam Time keeps a single, steady pace at UTC+08:00, never shifting for daylight saving—so teams in Brunei enjoy a reliable clock that always matches neighbours like Singapore and Western Australia, making scheduling simple and predictable.

UTC+08:00 standard1 IANA zone1 city
Current time in BDT☾ Night
04:04:32

Saturday, June 6, 2026

☾ NIGHT 06:0612:1818:30
Standard
+08 · +8
IANA zones
1

Current offset

UTC+08:00

Standard · +08

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About BDT

A fixed, year-round offset.

Brunei Darussalam Time keeps a single, steady pace at UTC+08:00, never shifting for daylight saving—so teams in Brunei enjoy a reliable clock that always matches neighbours like Singapore and Western Australia, making scheduling simple and predictable.

IANA zones · the technical identifiers

The zone that resolve to BDT.

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/BruneiBrunei— None

Cities currently on BDT

The same hour, city by city.

1 city · all UTC+08:00

Where BDT is used

One country.

Same offset · UTC+08:00

Other zones at UTC+08:00 right now.

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

Frequently asked questions

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

Does Brunei ever change its clocks for daylight saving?
No. Brunei Darussalam has never observed daylight saving, so the time stays on UTC+08:00 all year.
Which major regions share Brunei’s time?
Singapore, Malaysia (Western), Western Australia, the Philippines, and China all run on the same UTC+08:00 offset as Brunei.
When did Brunei adopt its current standard time?
Brunei has been on its present UTC+08:00 standard since 1 January 1933, when it shifted from a slightly earlier offset near UTC+07:45.
How many time zones does Brunei have?
Just one—Brunei Darussalam Time (Asia/Brunei)—so the whole country lives by the same clock.
Is Brunei ever an hour ahead of nearby countries during summer?
No. Because Brunei never uses daylight saving, its relationship with Singapore and the Philippines stays constant, even when other UTC+08:00 countries do shift their clocks.
What season is it in Brunei when it’s winter in Europe?
Brunei sits just north of the equator, so there’s no traditional winter—expect warm, humid weather and monsoon rains year-round while Europe chills.
Will my meeting time with Brunei ever spring forward or fall back?
Never. For remote teams, Brunei’s offset is rock-solid—your 3 p.m. call today will still be 3 p.m. during someone else’s DST change abroad.
Why does ‘+08’ appear beside Brunei’s clock?
That’s the UTC indicator. If you list Brunei’s time on a schedule, a simple ‘+08’ tells colleagues the zone is eight hours ahead of UTC.

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