Americas · Brazil

Current time in Nova Iguaçu

Brasilia Standard Time.

-03 · UTC-03:00IANA: America/Sao_Paulo22.76° S · 43.45° W
Current time☾ Night
01:40:40

Tuesday, June 2, 2026

☾ NIGHT 06:2611:5117:16
Sunrise
06:26
Solar noon
11:51
Sunset
17:16

Offset right now

UTC-03:00

Brasilia Standard Time · -03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Nova Iguaçu time

Nova Iguaçu keeps one clock.

As a bustling satellite city in greater Rio de Janeiro under the Southern Hemisphere's three-hour-behind rhythm, Nova Iguaçu pulses with morning light that stretches late into summer afternoons, giving your overseas teammates an early-but-never-rushed overlap with North America.

Frequently asked questions

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

Does Nova Iguaçu observe daylight saving time?
No. Brazil stopped observing daylight saving in 2019, so the city stays on a steady UTC−3 year-round, which is great for teams tired of shifting offsets.
What months feel the most 'timezone-friendly' for global calls?
Because local noon falls around 15:00 in London and 10:00 in New York, the local 9-to-5 window gives a surprisingly friendly eight-hour overlap with Western Europe and a solid window with the US East Coast.
Do local work sprints ever drift with seasons?
Summer days here stretch past 19:00 and winter sunsets still hit around 17:30 PM; the timetable feels stable across the year, so stand-up times stay predictably aligned with global calendars.
How does its Brazilian longitude shape business hours?
Being just west of Brasília's legal time strip means the sun sets closer to 17:30, nudging cafés and coworking desks toward earlier starts—perfect if Europe-based teams like morning-first workflows.
What surprises remote workers from the Northern Hemisphere?
Mornings start with sunrise creeping after 05:30, offering a two-hour wrap-up window for US West Coast engineers tweaking docs before their coffee hits.

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