Americas · Colombia

Current time in Barranquilla

Colombia Standard Time.

-05 · UTC-05:00IANA: America/Bogota10.97° N · 74.78° W
Current time☾ Night
23:40:29

Monday, June 1, 2026

☾ NIGHT 05:3511:5718:18
Sunrise
05:35
Solar noon
11:57
Sunset
18:18

Offset right now

UTC-05:00

Colombia Standard Time · -05

Daylight saving

Not observed

This zone has no seasonal clock change.

About Barranquilla time

Barranquilla keeps one clock.

Working late into the evening in Barranquilla means you’re often logging off just as the sun finally dips below the Caribbean coast—its steady five-hour-behind-UTC rhythm stays constant year-round, making it a reliable clock whether you’re syncing with Bogotá or bridging time zones across the Americas.

Frequently asked questions

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

Does Barranquilla observe daylight saving time?
No, Colombia does not observe daylight saving time, so Barranquilla keeps the same UTC-5 offset all year.
How does Barranquilla's time compare to Bogotá?
Barranquilla and Bogotá share the same time zone, so both cities are always synchronized without any adjustment.
What makes Barranquilla's time zone stable?
The city’s location near 11°N latitude means daylight hours remain fairly consistent throughout the year, reducing the need for seasonal clock changes.
Is Barranquilla's time the same as other Colombian cities?
Yes, all major Colombian cities—including Medellín and Cali—follow the same UTC-5 time.
How does Barranquilla's time compare to New York?
During standard time, Barranquilla is the same as Eastern Standard Time (New York), but when the US moves clocks forward for daylight saving, Barranquilla falls an hour behind.
Should I adjust scheduling during Colombia’s dry and rainy seasons?
No, the time zone itself doesn’t shift, though heavy rains in the rainy season may affect commute times and online connectivity.
What’s the best time to schedule calls with US East Coast teams?
Overlap is easiest from 9 AM to noon local time in Barranquilla, aligning with typical US East Coast workday start.

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