Americas · Brazil

Current time in Recife

Brasilia Standard Time.

-03 · UTC-03:00IANA: America/Recife8.05° S · 34.88° W
Current time☾ Night
01:37:20

Tuesday, June 2, 2026

☾ NIGHT 05:2611:1717:07
Sunrise
05:26
Solar noon
11:17
Sunset
17:07

Offset right now

UTC-03:00

Brasilia Standard Time · -03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Recife time

Recife keeps one clock.

In Recife, Brazil's coastal rhythm flows with warm ocean breezes and steady tropical energy, so plan calls before midday to beat the afternoon heat and catch colleagues before evening beach runs. Coordinating with US coasts is smoother here than deeper in the Amazonian time zone, yet still a couple of hours ahead of New York.

Frequently asked questions

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

Is Recife in the same time zone as Rio de Janeiro?
Yes, Recife, Rio, and São Paulo all share the same offset.
Which Brazilian states share this same clock setting?
Federal District, minas gerais, bahia, sergipe, alagoas, pernambuco, paraiba, rio grande do norte, ceara, piaui, maranhao, and many more states all keep this same schedule.
Why is the abbreviation “-03” often used here?
The '−03' tag stands for three hours behind UTC and is used throughout Brazil’s populous east coast and inland regions.
How does daylight-saving in other time zones affect calls with Recife?
North American colleagues may shift clocks during their spring and fall, so confirm timing twice before rescheduling recurring meetings.
What’s the earliest typical workday overlap with London or Lisbon?
Recife’s morning hours line up nicely with most of Europe’s working day for easier trans-Atlantic schedules.
Does Recife stay on the same clock year-round?
Yes, daylight saving was dropped nationwide in 2019, so the city never changes its daily rhythm.

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