Americas · Brazil

Current time in Londrina

Brasilia Standard Time.

-03 · UTC-03:00IANA: America/Sao_Paulo23.31° S · 51.16° W
Current time☾ Night
01:39:40

Tuesday, June 2, 2026

☾ NIGHT 06:5812:2217:46
Sunrise
06:58
Solar noon
12:22
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 Londrina time

Londrina keeps one clock.

Londrina, a bustling mid-sized business hub in southern Brazil, runs on the same steady meridian as São Paulo, making it easy to align core hours with Latin America’s largest markets while enjoying a slightly more relaxed professional tempo. Because clocks here don’t shift with daylight saving, you can rely on a year-round UTC−03 rhythm, which keeps meeting invites and sprint cycles pleasantly predictable.

Frequently asked questions

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

How does Londrina’s lack of daylight saving affect remote collaboration?
With no clock changes, you never have to double-check if a teammate’s city is ‘ahead’ or ‘behind’—UTC−03 is always UTC−03, simplifying shared calendars with São Paulo, Buenos Aires, or New York.
What’s the natural working day influenced by sunrise?
At 23° S latitude, sunrises hover near 6:30 local time and sunsets just after 19:30 most of the year—early risers often kick off by 8:00, wrapping up by 17:00 before the long afternoon swell.
Which major cities share exactly the same offset?
Rio de Janeiro, São Paulo, São Paulo–Guarulhos international flights all tick at UTC−03, enabling real-time stand-ups without re-calculating zones.
Is it easy to schedule calls with the U.S. East Coast?
Teams in New York or Miami are typically two hours behind; slotting calls at 10:00 their time (12:00 your) keeps both sides in working hours, with no hour-long spring/fall flips.
What’s a key time-zone pitfall to watch for?
Neighbors like Argentina sometimes adopt DST differently—schedule board meetings with Buenos Aires at least one hour ahead of your local slot if it’s late October or March.
How does far-south latitude shape evening routines?
In December, Londrina can see twilight past 20:00, encouraging dinner outdoors; July brings dusk near 18:00, giving remote teams natural wrap-up cues.
Any daylight-saving myths to debunk?
Brazil abolished DST in 2019; if an old guide mentions ‘summer time,’ ignore it—your UTC−03 is constant.
What’s a fun local time quirk?
Londrina’s longitude (51° W) almost perfectly matches the UTC−03 central meridian, so solar noon and clock noon nearly align—great for sun-chasing lunch breaks.

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