Time zone · Americas

BST

Brasilia Standard Time

Brasilia Standard Time (BST) covers eight major Brazilian cities, all fixed at UTC-03:00 year-round—no daylight saving adjustments needed. Whether you're coordinating across São Paulo, Recife, or Araguaina, scheduling stays simple and predictable.

UTC-03:00 standard8 IANA zones2 cities
Current time in BST☾ Night
00:29:50

Sunday, May 31, 2026

☾ NIGHT 06:2511:5017:15
Standard
-03 · −3
IANA zones
8

Current offset

UTC-03:00

Standard · -03

Daylight saving

Not observed

Year-round standard time

IANA zones

8

None observe daylight saving

DST offset

No summer variant

About BST

A fixed, year-round offset.

Brasilia Standard Time (BST) covers eight major Brazilian cities, all fixed at UTC-03:00 year-round—no daylight saving adjustments needed. Whether you're coordinating across São Paulo, Recife, or Araguaina, scheduling stays simple and predictable.

IANA zones · the technical identifiers

The 8 zones 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
America/AraguainaAraguaina— None
America/BahiaBahia— None
America/BelemBelem— None
America/FortalezaFortaleza— None
America/MaceioMaceio— None
America/RecifeRecife— None
America/SantaremSantarem— None
America/Sao_PauloSao_Paulo— None

Cities currently on BST

The same hour, city by city.

2 cities · all UTC-03:00

Where BST is used

One country.

Same offset · UTC-03:00

Other zones at UTC-03: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].

Why doesn't Brasilia Standard Time observe daylight saving time?
Brazil abolished daylight saving time in 2019, so all BST zones now stay on UTC-03:00 permanently, eliminating seasonal clock changes.
How many cities share the same time in this region?
Eight major Brazilian cities—including São Paulo, Recife, and Fortaleza—all follow Brasiana Standard Time, making nationwide coordination seamless.
Is Brasilia Standard Time the same across all of Brazil?
No—Brazil spans multiple time zones, but BST specifically covers these eight zones in the eastern and northeastern parts of the country.
What’s the benefit of a fixed UTC offset like BST?
A consistent offset simplifies travel, business planning, and digital scheduling across regions without worrying about seasonal time shifts.
When was the last time BST changed its offset?
The current UTC-03:00 offset has been stable since May 30, 2021, with no planned changes.
Can I use BST for international meetings with Brazil?
Yes—since BST doesn’t shift, you can reliably schedule calls or events with Brazilian partners without checking for DST updates.
Which country uses Brasilia Standard Time?
All BST zones are located in Brazil, primarily serving its most populous and economically active regions.

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