Americas · Colombia

Current time in Cali

Colombia Standard Time.

-05 · UTC-05:00IANA: America/Bogota3.43° N · 76.52° W
Current time☾ Night
23:36:39

Monday, June 1, 2026

☾ NIGHT 05:5412:0318:13
Sunrise
05:54
Solar noon
12:03
Sunset
18:13

Offset right now

UTC-05:00

Colombia Standard Time · -05

Daylight saving

Not observed

This zone has no seasonal clock change.

About Cali time

Cali keeps one clock.

Cali, Colombia keeps steady hours in the same morning-aligned span as the U.S. East Coast, making it seamless to overlap workdays from both hemispheres. Think early-riser latte-fueled energy paired with afternoon dance breaks, all wrapped in consistent daylight year-round.

Frequently asked questions

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

When is the best overlap with New York?
Cali matches New York’s standard time, so you get a 9-to-5 overlap without having to sweat DST changes.
Does daylight saving affect meetings with Europe?
Colombia never shifts its clocks, so if your European colleagues change, just anchor meeting slots to their winter/summer patterns instead.
How does equatorial sun impact daily rhythm?
With near-constant sunrise and sunset, Cali’s energy doesn’t waver—expect consistent moods and steady work hours regardless of the calendar.
Why is Cali’s time steady compared to Bogotá’s?
Though in different regions, both Bogotá and Cali follow America/Bogota, locking all of Colombia to the same predictable offset.
Any seasonal surprises for remote teams?
Unlike many zones, no surprise DST shifts—so meetings set this quarter stay valid all year round.
Is 5 hours behind UTC handy?
-300 minutes aligns with U.S. East, turning Cali into a natural hub-driven meeting spot for Americas-Europe calls.
How does Cali avoid clock creep over decades?
No daylight saving means the city avoids micro-yearly shifts, sticking to a firm, expected schedule since at least the mid-1990s.
Should I adjust my schedule for local ‘sis’?
Stick to our posted offset; Colombia’s central time authority guarantees stability without manual fiddling.

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