Asia · South-Eastern Asia · Sovereign state

Current time in Brunei

A single time zone at UTC+08:00.

Time in Bandar Seri Begawan☀ Daylight
11:26:15

Sunday, May 31, 2026

06:0612:1718:29
Zone
+08
UTC
UTC+08:00
IANA
Asia/Brunei

About Brunei's time

A single time zone.

Brunei operates on a single timezone, Asia/Brunei, which sits at UTC+08:00 year-round—no daylight saving time adjustments needed.

Major cities

Cities of Brunei.

Frequently asked questions

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

Does Brunei observe daylight saving time?
No, Brunei does not observe daylight saving time and stays on UTC+08:00 all year.
What timezone is Brunei in?
Brunei uses the Asia/Brunei time zone (UTC+08:00).
Is Brunei's timezone the same as Singapore?
Yes, both Brunei and Singapore observe UTC+08:00 year-round, so there is no time difference between them.
How many time zones does Brunei have?
Brunei has only one time zone: Asia/Brunei (UTC+08:00).
What is Brunei's time zone abbreviation?
The abbreviation used for Brunei's time zone is +08.

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