Americas · South America · Sovereign state

Current time in Colombia

A single time zone at UTC-05:00.

Time in Bogotá☀ Daylight
14:59:31

Friday, June 5, 2026

05:4311:5418:06
Zone
-05
UTC
UTC-05:00
IANA
America/Bogota

About Colombia's time

A single time zone.

Colombia uses a single time zone — one of the simplest setups in South America. The whole country runs on UTC-5 year-round, with no daylight saving time changes.

Major cities

Cities of Colombia.

History

How Colombia keeps time.

Colombia's relationship with timekeeping evolved through a series of practical adjustments before settling into its current stable system.

For much of the 19th century, Colombia — like most Latin American countries — operated on a patchwork of local mean times. Cities and regions set their clocks according to their solar position, meaning Bogotá, Medellín, and Cartagena could all show slightly different times.

The country began formalizing its timekeeping in the early 20th century as railroads and telegraph networks made synchronized time essential for commerce and governance. Colombia adopted Bogotá Mean Time, set at approximately UTC-4:43 based on the capital's longitude, as the national standard.

In 1923, the country switched to a more practical system based on standard meridians. Colombia adopted UTC-5:00 as its official time, aligning with the 75th meridian west that passes near the country's center. This change modernized the country's timekeeping and made international commerce and communications easier to manage.

Colombia experimented with daylight saving time during several periods, most notably during energy crises. In the 1990s, the country adopted summer time briefly to combat an energy shortage caused by drought affecting hydroelectric power. However, these changes were temporary and never became permanent fixtures of Colombian life.

Today, Colombia maintains a single, consistent time zone across its entire territory — from the Caribbean coast to the Amazon rainforest — providing simplicity in a country with three distinct geographic regions and multiple major cities.

Did you know?

Things about Colombia's time.

Fact · 01

Colombia's position at UTC-5 places it in sync with Eastern Standard Time during winter months in North Americans — a useful overlap for business with the United States and Canada.

Fact · 02

One of Colombia's most interesting time-related characteristics is its consistent sunrise and sunset patterns throughout the year. Due to its location near the equator, Colombia experiences minimal variation in daylight hours. While cities in North America or Europe might see dramatic shifts between summer and winter daylight, Colombia's days remain roughly 12 hours year-round. The sun rises around 5:45 AM and sets around 5:45 PM in most of the country, giving residents a predictable rhythm regardless of season.

Fact · 03

There's a geographical nuance worth noting: Bogotá sits at a latitude of about 4.7°N, but its longitude (approximately 74°W) actually places it slightly west of the ideal meridian for UTC-5 (75°W). This means solar noon in Bogotá occurs closer to 12:10 PM clock time rather than exactly noon — a small but measurable difference that locals rarely notice.

Fact · 04

Colombia shares its time zone with several neighbors and trading partners: Panama, Peru, and Ecuador all operate at UTC-5. This regional consistency simplifies cross-border business and telecommunications in western South America.

Frequently asked questions

Common questions about Colombia's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

What time is it in Colombia?
Colombia uses UTC-5 year-round with no daylight saving time changes. The single time zone is called Colombia Time (COT) and is based on the 75th meridian west.
Is Colombia on the same time as New York?
Only during the winter months when the US observes Eastern Standard Time. When the US switches to Eastern Daylight Time in spring and summer, New York moves ahead one hour relative to Colombia.
Does Colombia observe daylight saving time?
No. Colombia does not observe daylight saving time and does not currently plan to implement it.
Is all of Colombia in the same time zone?
Yes, Colombia operates on a single time zone across its entire territory. Despite spanning from the Caribbean coast to the Amazon rainforest, the whole country keeps UTC-5 year-round.
What's the best time to call Colombia from the US?
From the East Coast, Colombia is typically one hour behind during daylight saving time and the same time during standard time. Morning calls from the US, around 9-11 AM EST, hit a good window for Colombian business hours.
Does Colombia share its time zone with other countries?
Yes, Colombia shares UTC-5 with Panama, Peru, Ecuador, Jamaica, and several Caribbean nations. This makes regional coordination straightforward for business and travel within western South America.
What time zone is Bogotá in?
Bogotá, along with all other Colombian cities, is on UTC-5 (Colombia Time). The official IANA identifier is America/Bogota.
Does the time change if I travel across Colombia?
No. Whether you're on the Caribbean coast near Cartagena or in the Amazon region, Colombia maintains one consistent time zone.

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