Americas · Brazil

Current time in João Pessoa

Brasilia Standard Time.

-03 · UTC-03:00IANA: America/Fortaleza7.12° S · 34.86° W
Current time☾ Night
01:41:07

Tuesday, June 2, 2026

☾ NIGHT 05:2511:1717:09
Sunrise
05:25
Solar noon
11:17
Sunset
17:09

Offset right now

UTC-03:00

Brasilia Standard Time · -03

Daylight saving

Not observed

This zone has no seasonal clock change.

About João Pessoa time

João Pessoa keeps one clock.

While the rest of Brazil's eastern seaboard shifts to daylight saving time, João Pessoa skips the adjustment entirely. Coastal meetings with teams in Europe or the Americas can now be arranged without the seasonal disruption of a clock change. The city maintains the same three-hour lag behind UTC every single day of the year.

Frequently asked questions

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

Does João Pessoa observe daylight saving time?
No.
How do you write a city description for João Pessoa?
Highlight steady, clock-stable conditions for remote collaboration across the Atlantic and emphasize the absence of seasonal time-jumping.
What country is João Pessoa in?
Brazil.
Is daylight saving currently active in João Pessoa?
No.
What UTC offset does João Pessoa keep year-round?
UTC-03.
What is the main advantage of this zone?
The consistency eliminates the twice-yearly reset many southern-hemisphere capitals require, simplifying long-term scheduling with North American or European partners.
How many people live in João Pessoa?
817,511.
What might remote workers notice about this city's timekeeping?
The lack of daylight saving creates a predictable rhythm for standups and client calls without the risk of shifting schedules twice a year.
Are there seasonal clock adjustments?
No.

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