Americas · South America · Sovereign state

Current time in Ecuador

A single time zone at UTC-05:00.

Time in Quito☀ Daylight
14:57:18

Friday, June 5, 2026

06:0912:1218:15
Zone
-05
UTC
UTC-05:00
IANA
America/Guayaquil

About Ecuador's time

A single time zone.

Ecuador uses two time zones: most of the mainland runs on UTC-5, while the remote Galápagos Islands sit an hour behind at UTC-6. Neither zone observes daylight saving time.

By time zone

Time zones of Ecuador.

1 time zones

Remote territories & research stations

Major cities

Cities of Ecuador.

History

How Ecuador keeps time.

Ecuador adopted its current time zone structure through a series of 20th-century standardization efforts. The mainland settled on UTC-5, aligning with its geographic position near 75°W longitude. The Galápagos Islands, located roughly 600 miles (about 970 km) west of the mainland in the Pacific at around 90°W longitude, were assigned UTC-6 to better match their solar time.

This differs from neighboring countries like Peru and Colombia, which also use UTC-5, while maintaining consistency within the mainland and respecting the geographic separation from the archipelago.

Did you know?

Things about Ecuador's time.

Fact · 01

The Galápagos Islands' UTC-6 offset puts them in sync with parts of U.S. Central Time and neighboring Costa Rica, creating an interesting situation where the islands share time with Central America rather than the Ecuadorian mainland.

Fact · 02

Travelers between Quito or Guayaquil and the Galápagos need to set their watches back an hour—an easy detail to miss when booking domestic flights. Despite being part of the same country, there's a practical one-hour gap between the mainland and the islands.

Fact · 03

Ecuador's decision not to observe daylight saving time keeps things simple year-round. The country's equatorial location means daylight hours barely change anyway, making DST essentially pointless: sunrises hover around 6:00 AM and sunsets around 6:00 PM throughout the year.

Frequently asked questions

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

What time zone is mainland Ecuador in?
Mainland Ecuador uses UTC-5 and does not observe daylight saving time, so the offset stays consistent throughout the year.
What time zone are the Galápagos Islands in?
The Galápagos Islands use UTC-6, one hour behind the Ecuadorian mainland.
Does Ecuador observe daylight saving time?
No, neither mainland Ecuador nor the Galápagos Islands observe daylight saving time.
How many time zones does Ecuador have?
Ecuador has two time zones: UTC-5 for the mainland and UTC-6 for the Galápagos Islands.
How do the Galápagos' time zones compare to the mainland?
The islands are one hour behind the mainland. When it's noon in Quito, it's 11:00 AM in the Galápagos.
Why does Ecuador not use daylight saving time?
Being on the equator, Ecuador experiences very little variation in daylight hours year-round, so there's no practical reason to adjust clocks.
What time difference should I expect when flying to the Galápagos?
When traveling from mainland Ecuador to the Galápagos, you'll need to set your clock back one hour to UTC-6.

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