Time zone · Americas

COYHAI

Coyhaique Time

Coyhaique Time (COYHAI) represents Chile's remote southern gateway to Patagonia, anchored by the quiet timezone of Coyhaique — and unlike most of the country, it has settled permanently on UTC‑03:00, keeping clocks steady year‑round with no daylight‑saving shifts.

UTC-03:00 standard1 IANA zone
Current time in COYHAI☾ Night
00:29:27

Sunday, May 31, 2026

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

Current offset

UTC-03:00

Standard · -03

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About COYHAI

A fixed, year-round offset.

Coyhaique Time (COYHAI) represents Chile's remote southern gateway to Patagonia, anchored by the quiet timezone of Coyhaique — and unlike most of the country, it has settled permanently on UTC‑03:00, keeping clocks steady year‑round with no daylight‑saving shifts.

IANA zones · the technical identifiers

The zone that resolve to COYHAI.

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
America/CoyhaiqueCoyhaique— None

Where COYHAI is used

One country.

Same offset · UTC-03:00

Other zones at UTC-03:00 right now.

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

Frequently asked questions

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

Why doesn't Coyhaique observe daylight saving time?
In April 2015, Chile abolished daylight saving nationwide, leaving Coyhaique on a fixed UTC‑03:00. That means no more spring‑forward, fall‑back — just one reliable offset all year.
What makes COYHAI unique among Chilean timezones?
It is the only region dedicated to Coyhaique Time, covering a single zone with no daylight saving.

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