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☀ Daylight
17:02:24

Friday, June 5, 2026

06:2711:5117:14
Sunrise
06:27
Solar noon
11:51
Sunset
17:14

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 keeps Brazil's social warmth alive with conversations spilling into late evenings, since plenty of evening daylight invites relaxed schedules and flexible meetups outside typical 9-to-5 windows. Coordinates to the west of the capital mean that workdays naturally drift later—lunch runs late, and post-work churrascarias or rooftop caipirinha sessions are as much a part of business networking as any boardroom.

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

Does Rio de Janeiro observe daylight saving time?
Although parts of Brazil used to shift clocks, Rio de Janeiro no longer practices daylight saving, keeping -03 all year so you never have to adjust your calendars.
How wide is Brazil's time zones range?
Brazil stretches across four time zones, but most of its population—including Rio—falls into the -03 zone, simplifying coordination across major coastal cities.
Is Rio behind or ahead of Brasília's official time?
Both Rio de Janeiro and Brasília officially share the -03 offset, so despite its coastal vibe, there's no hour lag when scheduling calls to the capital.
How much daylight variation is there across the year?
With southerly subtropical latitude, Rio's daylight swings from about 10.5 hours in winter to nearly 13.5 in summer, influencing when people prefer outdoorsy team activities.
Does Carnival affect business schedules?
Carnival week shuts down offices nationwide; expect August/February meetings to be rescheduled around this -03 zone and shift critical team tasks accordingly.
When is the best overlap with US Eastern Time?
With Rio in -03 and New York at -04 (standard) or -05 (daylight), you get roughly 3–5 hours of shared business overlap—perfect for morning-to-noon meetings.
Does the western longitude skew solar noon?
Solar noon in Rio happens closer to 11:30 a.m. clock time, so locals often end lunch meetings just as global teammates in Europe wrap up their mornings.
Is late-night work common?
Because full darkness falls after 6 p.m. most of the year, Rio teams often finish emails or calls well into the evening, making late-afternoon syncs surprisingly productive.

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