Americas · Colombia

Current time in Medellin

Colombia Standard Time.

-05 · UTC-05:00IANA: America/Bogota6.24° N · 75.58° W
Current time☾ Night
22:27:26

Saturday, May 30, 2026

☾ NIGHT 05:4611:5918:13
Sunrise
05:46
Solar noon
11:59
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 Medellin time

Medellin keeps one clock.

In Medellín, Colombia, the clock stays steady all year at UTC−5, so there are no daylight-saving surprises when syncing with Bogotá and the rest of the country. Business rhythms follow reliable equatorial daylight, giving remote teams a full, predictable overlap with East Coast US hours.

Frequently asked questions

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

Does Colombia observe daylight saving time?
No, Colombia uses UTC−5 year-round and does not shift for daylight saving.
How far is Medellín from the equator?
At about 6° north, Medellín’s daylight hours are nearly constant, ranging only between roughly 11.5 and 12.5 hours.
What work hours overlap with US East Coast?
A 9 am–5 pm schedule in Medellín runs 10 am–6 pm Eastern Time, offering a smooth, single-hour offset for collaboration.
Is Medellín’s longitude exactly on a standard meridian?
At about 75.6° W, Medellín sits within 0.6° of the UTC−5 central meridian (75° W), aligning clock time closely with solar noon.
Does altitude affect daily life?
Medellín’s 1,500 m altitude moderates temperatures, easing commutes and work routines with mild, spring-like weather.
How reliable is internet connectivity?
Medellín has robust fiber and growing co-working spaces, making 9-to-5 remote work practical.
Any important regional time quirks?
National holidays and observances are celebrated on Colombia Time (COT) without exceptions or regional offsets.
Daylight variation through the year?
With minimal day-length variation, teams never adjust schedules seasonally—just consistent coordination

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