Americas · Brazil

Current time in Brasília

Brasilia Standard Time.

-03 · UTC-03:00IANA: America/Sao_Paulo15.79° S · 47.88° W
Current time☀ Daylight
17:01:14

Friday, June 5, 2026

06:3212:0917:46
Sunrise
06:32
Solar noon
12:09
Sunset
17:46

Offset right now

UTC-03:00

Brasilia Standard Time · -03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Brasília time

Brasília keeps one clock.

In Brazil's planned capital Brasília, the workday follows the steady rhythm of Brasília Time (UTC-3), with the sun setting early enough that evenings feel pleasantly abrupt—perfect for a quick trip lake-side after a full day of coordinating across time zones.

Frequently asked questions

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

What is special about Brasília's time zone?
Brasília is the reference city for the entire country's standard time zone (BRT/Brazil Standard Time), set at UTC-03:00.
How does daylight saving work in Brasília?
Daylight saving time (horário de verão) is not currently observed in Brasília, though it has been used on and off historically, but it is not active now.
What is the time difference between Brasília and New York?
When New York is on standard time (UTC-5), Brasília is 2 hours ahead. During U.S. daylight saving time, the gap widens to 3 hours, which can affect meeting scheduling.
How does Brasília's location affect its daylight?
Being relatively close to the equator, Brasília gets about 12 hours of daylight year-round, making the workday feel consistently paced from sunrise to sunset.
Should I schedule calls between Brasília and London?
Brasília is typically 3 hours behind London (GMT), making late morning in Brasília a good overlap window for calls with European colleagues.
Why was Brasília's time zone chosen?
Brasília was purpose-built as the capital in 1960 and adopted UTC-3 to align with the country's most populous regions.
Working lunch culture?
Work culture in Brasília typically features a long midday break—from noon to 2 p.m.—though globalized industries are shifting toward a more continuous schedule.
Best time to contact someone in UTC+1 from Brasília?
The best overlap is late morning to early afternoon in Brasília (around 11 a.m. to 2 p.m. BRT), when most European offices are still open.

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