Americas · South America · Sovereign state

Current time in Ecuador

A single time zone at UTC-05:00.

Time in Quito☾ Night
22:26:08

Saturday, May 30, 2026

☾ NIGHT 06:0812:1118:14
Zone
-05
UTC
UTC-05:00
IANA
America/Guayaquil

About Ecuador's time

A single time zone.

Ecuador has two time zones — mainland Ecuador uses UTC-05:00 year-round, while the Galápagos Islands sit one hour behind at UTC-06:00. Neither zone observes daylight saving time, keeping things straightforward across the country.

By time zone

Time zones of Ecuador.

1 time zones

Remote territories & research stations

Major cities

Cities of Ecuador.

History

How Ecuador keeps time.

When Ecuador first standardized its timekeeping in the early 20th century, it adopted UTC-05:00 for the mainland, aligning roughly with its solar position at approximately 79°W longitude. The Galápagos Islands, located further west in the Pacific at around 90°W, maintained UTC-06:00, reflecting their more westerly position — a choice that also aligned them with Central Standard Time and simplified communication with other Pacific island territories.

In 1992, under President Sixto Durán Ballén, Ecuador briefly experimented with daylight saving time in an attempt to conserve energy during an electricity crisis caused by drought affecting the country's hydroelectric dams. The so-called "Hora Durán" pushed clocks forward by one hour from December 1992 to February 1993. However, the measure was deeply unpopular — Ecuadorians resisted the disruption to daily routines, and the energy savings proved modest. The experiment was quietly abandoned after just a few months, and Ecuador has not returned to DST since.

Did you know?

Things about Ecuador's time.

Fact · 01

The most notable feature of Ecuador's time system is the Galápagos Islands sitting an hour behind the mainland. While the time difference seems minor, it's unusual within the broader South American context — neighboring Colombia and Peru both use UTC-05:00 across their entire territories, making Ecuador one of the few mainland South American countries with an internal time split.

Fact · 02

Ecuador straddles the equator — its very name derives from the Spanish word for "equator" — and this equatorial position means day length stays remarkably consistent year-round at roughly 12 hours of daylight. This geographic consistency is likely one reason Ecuador has had little motivation to experiment with daylight saving after its brief 1992 attempt. The Galápagos, meanwhile, provides a quirky case: visitors flying from mainland Ecuador like Quito or Guayaquil to the islands technically travel "back in time" by one hour once their watches are adjusted, despite crossing only a few hundred miles westward.

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

Does Ecuador observe daylight saving time?
No. Ecuador briefly experimented with DST in late 1992 and early 1993 during a drought-induced energy crisis, but the policy was abandoned due to public resistance and minimal energy savings. Both the mainland and the Galápagos now stay on their respective standard times year-round.
Why are the Galápagos Islands one hour behind mainland Ecuador?
The Galápagos lie roughly 600 miles (about 950 km) west of the mainland, closer to the 90°W meridian that corresponds to UTC-06:00. Mainland Ecuador, centered closer to a longitude that more naturally fits UTC-05:00, was standardized to that offset, creating a one-hour gap between the two.
What time zone is mainland Ecuador in?
Mainland Ecuador uses UTC-05:00 (America/Guayaquil) year-round. Unlike nearby Colombia, which briefly reintroduced DST experiments in the past, Ecuador's mainland offset does not change throughout the year.
How do I call someone in the Galápagos from mainland Ecuador?
Remember that the Galápagos is one hour behind the mainland. If it's 9:00 AM in Guayaquil, it's 8:00 AM in the Galápagos. Schedule calls accordingly — Galápagos residents start and end their days an hour earlier (relative to the clock) compared to their mainland compatriots.
What time does the sun rise in Ecuador?
Because Ecuador sits on the equator, sunrise and sunset are remarkably consistent year-round — roughly 6:00 AM to 6:00 PM local time in both the mainland and the Galápagos, with only minor seasonal variation of 15–20 minutes. This is one reason Ecuador sees little need for daylight saving time.
What time zone is the Galápagos in?
The Galápagos Islands use UTC-06:00 (Pacific/Galapagos) year-round, one hour behind the Ecuadorian mainland. This offset doesn't change for daylight saving time.

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