Time zone · Americas

COYHAI

Coyhaique Time

Coyhaique Time follows America/Coyhaique in Chile and keeps a steady UTC‑03:00 all year, so clocks never spring forward or fall back.

UTC-03:00 standard1 IANA zone
Current time in COYHAI☀ Daylight
17:03:09

Friday, June 5, 2026

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 follows America/Coyhaique in Chile and keeps a steady UTC‑03:00 all year, so clocks never spring forward or fall back.

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

Is Coyhaique Time always UTC‑03:00?
Yes. The representative zone América/Coyhaique currently uses a fixed UTC‑03:00 offset with no daylight‑saving transitions scheduled.
Has this region ever used daylight saving?
Historically Chile has changed its clocks in other regions, but for this page we only track current and future observances in this code, which is set to no DST.
Which cities use this time?
The main reference city is Coyhaique in Chile’s Aysén Region, covering the long, scenic stretch near Patagonia’s northern end.
Does Coyhaique Time match nearby zones like Santiago or Punta Arenas?
Not always. Even when their offsets look similar, small historical shifts, legal changes, or different DST rules can cause temporary gaps.
Is Coyhaique Time safe for scheduling across time zones?
Because it’s fixed, you won’t get surprise jumps, but always confirm with local partners and check official Chilean sources if something feels off.
What’s the best way to refer to this offset in emails?
Write “UTC‑03:00” and mention the city or “Coyhaique Time (America/Coyhaique)” so remote teams can anchor themselves without confusion.
Why are there few references to this time in software?
Custom zones like this one are used mainly for old or niche calendars; most apps stick with standard zones like Santiago or Punta Arenas for general Chilean 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
}
}
]
}