Time zone · Americas

GALAPA

Galapagos Time

Galapagos Time (GALAPA) keeps things simple: the Galápagos Islands stay on a steady UTC-6 year-round—no springing forward or falling back. That predictability makes scheduling straightforward for researchers, travelers, and the local community alike. Even though the islands belong to Ecuador, they set their own quiet rhythm, mirroring the unhurried pace of life amid the archipelago’s legendary wildlife and volcanic landscapes.

UTC-06:00 standard1 IANA zone
Current time in GALAPA☾ Night
21:27:58

Saturday, May 30, 2026

☾ NIGHT 06:00noon18:00
Standard
-06 · −6
IANA zones
1

Current offset

UTC-06:00

Standard · -06

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About GALAPA

A fixed, year-round offset.

Galapagos Time (GALAPA) keeps things simple: the Galápagos Islands stay on a steady UTC-6 year-round—no springing forward or falling back. That predictability makes scheduling straightforward for researchers, travelers, and the local community alike. Even though the islands belong to Ecuador, they set their own quiet rhythm, mirroring the unhurried pace of life amid the archipelago’s legendary wildlife and volcanic landscapes.

IANA zones · the technical identifiers

The zone that resolve to GALAPA.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Pacific/GalapagosGalapagos— None

Where GALAPA is used

One country.

Same offset · UTC-06:00

Other zones at UTC-06:00 right now.

These named zones share GALAPA's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Does Galápagos Time ever observe daylight saving?
No. The Galápagos have used a permanent UTC-6 since the mid-20th century, so there’s no daylight saving clock change to worry about.
How did Galápagos end up with its own time zone?
When Ecuador standardized time in the early 1900s, the remote islands adopted UTC-6 to align with their solar noon rather than the mainland’s UTC-5, giving them a distinct zone code, GALAPA.
Is Galápagos Time the same as mainland Ecuador Time?
Not exactly. Mainland Ecuador uses UTC-5, while Galápagos stays at UTC-6, so there’s always an hour difference—even though both skip daylight saving.
What time does sunrise roughly match in Galápagos Time?
Because the islands sit near the equator, sunrise hovers around 6 a.m. local time year-round, with little seasonal variation.
Do tourists need to adjust watches when visiting the islands?
Not for daylight saving, but travelers from mainland Ecuador or other zones should double-check the hour offset—especially if connecting flights cross multiple time zones.
How does constant UTC-6 help scientific research there?
Stable time simplifies data collection for biologists and conservationists, making it easier to compare decades of observations without DST shifts muddling the records.
Are there plans to change Galápagos Time in the future?
There’s no public proposal to alter the zone; keeping UTC-6 supports tourism logistics and maintains the islands’ unique identity.
Does this affect international flight schedules?
Airlines list departure and arrival times in Galápagos Time, so passengers just need to remember the UTC-6 offset and any differences with their home 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
}
}
]
}