Americas · Colombia

Current time in Cartagena

Colombia Standard Time.

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

Monday, June 1, 2026

☾ NIGHT 05:3911:5918:20
Sunrise
05:39
Solar noon
11:59
Sunset
18:20

Offset right now

UTC-05:00

Colombia Standard Time · -05

Daylight saving

Not observed

This zone has no seasonal clock change.

About Cartagena time

Cartagena keeps one clock.

Cartagena, Colombia keeps the same five-hours-behind-UTC year-round, so your remote team never has to adjust clocks twice a year — meetings stay on the same schedule whether it’s January’s peak season or a quieter June week. Outside your hotel window, Caribbean midday hits fast and hard: lunch meetings at 1 p.m. local time still line up neatly with 2 p.m. in New York, making that U.S. overlap window for calls feel effortless.

Frequently asked questions

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

Does Cartagena observe daylight saving time?
No — Colombia stays on the single America/Bogota offset all 12 months, so your calendar invites never shift unexpectedly.
How does Cartagena’s business day match U.S. East Coast hours?
Colombia’s standard 9-to-6 workday lines up almost perfectly with Eastern Time, giving remote teams a natural four-to-six-hour morning-to-afternoon overlap for real-time collaboration.
What time is traditional lunch in Cartagena?
Most offices and co-working spaces break for lunch around 1 p.m. local time — right when it’s about 2 p.m. in Miami and New York — making a shared client call over a seafood lunch surprisingly easy to arrange.
Is there a lateness culture I should know about?
“Hora colombiana” can mean meetings sometimes start 15–20 minutes late, though international tech teams in Cartagena are generally prompt; a quick Slack nudge keeps everyone anchored to agreed hours.
When do Cartagena co-working spaces open?
Most modern hubs open between 7 and 8 a.m., giving early-bird developers a full hour of deep focus before the city’s bustle really kicks in.
Why does Colombia never change its clocks?
Daylight saving was abolished after 1992, so the UTC−5 offset is locked in year-round — one less moving remote-team scheduling nightmare.
How do daylight hours affect online meetings?
Near the equator, Cartagena gets nearly 12 hours of daylight daily, so your 3 p.m. stand-up still happens in bright light — no wintertime screen-in-the-dark fatigue.
Can I sync a call with Europe more easily during Latin American summer?
Because there’s no spring-forward shift, Cartagena’s 9 a.m. is still 2 p.m. in London all year, keeping Europe–Colombia meetings on steady footing even in July.
Are public holidays tricky in Cartagena?
Cartagena’s 11 local holidays can fall on any weekday, so double-check the calendar — but the constant five-hour-back offset means at least the UTC math stays simple.

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