Americas · Bolivia

Current time in La Paz

Bolivia Time.

-04 · UTC-04:00IANA: America/La_Paz16.50° S · 68.15° W
Current time☾ Night
00:39:25

Tuesday, June 2, 2026

☾ NIGHT 06:5412:3018:06
Sunrise
06:54
Solar noon
12:30
Sunset
18:06

Offset right now

UTC-04:00

Bolivia Time · -04

Daylight saving

Not observed

This zone has no seasonal clock change.

About La Paz time

La Paz keeps one clock.

Nestled high in the Andes of Bolivia, La Paz lives and breathes at its own steady altitude, never observing daylight saving time and keeping UTC-4 year-round. To global collaborators, this means one less thing to worry about twice a year.

Frequently asked questions

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

What UTC offset does La Paz follow?
La Paz stays on UTC-4 throughout the entire year since Bolivia does not observe daylight saving time.
Does La Paz ever switch clocks?
No, Bolivia has never adopted daylight saving, so the time in La Paz is consistent all year.
How does La Paz's timezone compare to its neighbors?
At UTC-4, La Paz shares its offset with countries nearby like Paraguay and parts of Brazil, which can ease coordination.
What's the best time for a global call with La Paz?
Being UTC-4, early afternoon office hours in La Paz often overlap well with mornings in Western Europe and late mornings on the US East Coast.
How does daylight saving in other regions affect La Paz?
When places like the US or Europe shift clocks, the usual time difference with La Paz changes temporarily—so double-check meeting invites during those shifts.
Is La Paz in a single timezone for Bolivia?
Yes, all of Bolivia uses America/La_Paz (UTC-4), so there's no confusion about internal time differences.
How does Bolivia's location affect its climate despite the latitude?
La Paz's extreme altitude moderates what might otherwise be a tropical climate, giving cool days and surprising nights despite being near the equator.
Do business hours in La Paz differ from other capitals?
Many offices in La Paz adopt split schedules—taking a long midday break—to escape the Andes' chill and heat, which can shift when colleagues are available for collaboration.

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