Americas · South America · Sovereign state

Current time in Chile

Spans 3 time zones from UTC-04:00 to UTC-03:00, a 1-hour difference. Currently on standard time.

Time in Santiago☾ Night
23:26:17

Saturday, May 30, 2026

☾ NIGHT 07:3712:4017:43
Zone
-04
UTC
UTC-04:00
IANA
America/Santiago

About Chile's time

3 time zones.

Chile spans four time zones from UTC-6 to UTC-3, with mainland Chile observing seasonal clock shifts while remote territories like Easter Island sit in UTC-6 year-round. Most of the population lives in Santiago, where clocks spring forward and fall back, but the far south keeps a different rhythm entirely in Coyhaique and Punta Arenas.

Next clock change

September 6

2026 Sunday · clocks spring forward

Clocks spring forward by one hour · in 3 months.

Affects 1 of 3 zones.

Daylight saving schedule

Summer time-04 · UTC-04:00Summer time4 Apr · −1h6 Sept · +1h Jan 2026 Dec

By time zone

Time zones of Chile.

3 time zones

Major cities

Cities of Chile.

History

How Chile keeps time.

Before 2015, Chile's timekeeping was a complicated affair that left the country permanently stuck in UTC-4 during the winter and UTC-3 during Daylight Saving Time (DST) in the summer. The energy crisis hit hard in 2008, prompting the government to stretch DST for a record 7 months from October to March. After 2015, the country decided to stick with UTC-4 all year, effectively ending the shift. But this new 'permanent DST' caused its own problems, especially for the Magallanes region in the far south, where residents found themselves living in near-perman

In 2017, the government created a separate, non-DST zone for the Magallanes region (UTC-3 year-round) to address these concerns. Then in 2019, the mainland briefly returned to standard time (UTC-4) before policy shifted again. The most recent reform came in 2022 when President Boric's government passed legislation establishing distinct, permanent fixed time zones for different regions, finally settling the debate by giving each major territory a stable, unique offset that reflects its geography and needs.

Did you know?

Things about Chile's time.

Fact · 01

Chile's four distinct zones stretch across latitudes of nearly 4,000 km north to south. Easter Island (Rapa Nui) sits in UTC-6, which is so far west of the mainland that it essentially operates in its own world. The mainland used to be on permanent Daylight Saving Time (UTC-3) for years, and the far south (Magallanes) is UTC-3 year-round. This creates a fascinating situation where the country spans two non-contiguous offsets—UTC-3 for the south, UTC-4 for central Chile, and UTC-6 for the remote Pacific territories like Easter Island, with Coyhaique in Aysén using UTC-4.

Fact · 02

Coyhaique in the Aysén region also keeps UTC-4 but unlike Santiago, it does not observe DST, which can confuse travelers moving between regions. And Punta Arenas in Magallanes is on UTC-3 permanently, matching Argentina's timezone. If you're coordinating across Chilean offices, you've got to watch out for those regional differences!

Frequently asked questions

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

How many time zones does Chile have?
Chile has 4 different time zones: Easter Island (UTC-6), Aysén/Coyhaique (UTC-4, no DST), Santiago/mainland Chile (UTC-4 with DST in summer), and Magallanes/Punta Arenas (UTC-3 year-round).
Does Chile observe Daylight Saving Time?
Partially. The mainland (Santiago zone) observes DST, shifting between UTC-3 (summer) and UTC-4 (winter), while Coyhaique, Punta Arenas, and Easter Island stay on fixed offsets year-round.
What is the time difference between Santiago and Easter Island?
Easter Island is typically 2 hours behind Santiago. During Chilean mainland DST ("summer"), Easter Island (UTC-6) is 2 hours behind Santiago (UTC-4). In winter, it is also 2 hours behind Santiago (UTC-4).
When does mainland Chile change its clocks?
Mainland Chile typically shifts clocks in September (spring forward) and April/August (fall back), though exact dates vary by year as they are set by government decree. Always check the current calendar when planning travel.
Is Punta Arenas the same time as Buenos Aires?
Usually, yes. Punta Arenas stays on UTC-3 year-round, which generally matches Argentina's timezone. But Argentina doesn't observe DST, so there might be brief differences if mainland Chile shifts.
Why does Chile have so many time zones for its size?
Chile's territories span from the Andes deep into the Pacific. Easter Island alone sits nearly 3,500 km west of the mainland. The country's unique geography—stretching over 4,000 km north to south and including remote Pacific territories—makes multiple time zones practical rather than just a convenience.

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