Americas · Brazil

Current time in Rio de Janeiro

Brasilia Standard Time.

-03 · UTC-03:00IANA: America/Sao_Paulo22.91° S · 43.17° W
Current time☾ Night
00:27:30

Sunday, May 31, 2026

☾ NIGHT 06:2511:5017:15
Sunrise
06:25
Solar noon
11:50
Sunset
17:15

Offset right now

UTC-03:00

Brasilia Standard Time · -03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Rio de Janeiro time

Rio de Janeiro keeps one clock.

Rio de Janeiro’s time zone in Brazil keeps pace with São Paulo’s business rhythm—workdays often start early, and the long, sun-drenched daylight into the evening supports a vibrant mix of beach culture and urban hustle. Unlike cities farther north, Rio’s stable -03 offset means meetings rarely shift with seasons, making coordination across time zones predictable.

Frequently asked questions

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

Why doesn’t Rio de Janeiro follow daylight saving time?
Brazil abolished daylight saving time in 2019, so Rio permanently uses the -03 offset, creating a consistent schedule year-round.
How does Rio’s time zone compare to other major Brazilian cities?
Rio, São Paulo, and Brasília all share the same -03 time zone, making internal alignment seamless, but this can be unusual for global teams expecting regional differences.
Is daylight saving ever practiced in Rio de Janeiro anymore?
No—since 2019, Brazil has not observed daylight saving, so clocks never change and the -03 offset stays fixed throughout all seasons.
What’s unique about the daylight pattern in Rio de Janeiro?
At just south of the Tropic of Capricorn, Rio enjoys long summer sunsets and relatively balanced daylight hours year-round within the -03 time zone.
How does the -03 offset affect global coordination from Rio de Janeiro?
Rio’s stable -03 offset simplifies scheduling with partners in North America and Europe, as there’s no seasonal clock shift to track.
Why is Rio de Janeiro’s time zone sometimes called America/Sao_Paulo?
In tech systems, time zones are named after major cities—so America/Sao_Paulo is the official identifier even though Rio uses the exact same offset and rules.
Do remote teams based in Rio have an advantage for coordinating across continents?
Yes—they avoid daylight saving complexities, so Rio-based teams often find global scheduling easier and more predictable than regions that still observe clock changes.
What’s a practical tip for scheduling meetings with contacts in Rio de Janeiro?
Always use the -03 offset without daylight saving adjustments—Rio’s time is stable and easy to predict, which helps avoid mix-ups with international partners.

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