Time zone · Americas

CLT

Chile Standard Time

Chile Standard Time follows the pulse of Santiago, stretching from the Andes to the Pacific coast. This single-country region shifts between UTC−03:00 and UTC−04:00 as daylight saving time rolls through southern-hemisphere seasons, so local clocks spring forward and fall back in step with Chile’s long summer evenings and crisp mountain mornings.

UTC-04:00 standardDST: UTC-03:00 (CLST)1 IANA zone1 city
Current time in CLT☾ Night
23:27:50

Saturday, May 30, 2026

☾ NIGHT 07:3712:4017:43
Standard
-04 · −4
Daylight
CLST · −3
IANA zones
1

Current offset

UTC-04:00

Standard · -04

Daylight saving

Not active

Returns 6 Sept 2026

IANA zones

1

1 observe DST, 0 don't

DST offset

UTC-03:00

CLST · +1h

About CLT

Standard time, with a summer shift.

Chile Standard Time follows the pulse of Santiago, stretching from the Andes to the Pacific coast. This single-country region shifts between UTC−03:00 and UTC−04:00 as daylight saving time rolls through southern-hemisphere seasons, so local clocks spring forward and fall back in step with Chile’s long summer evenings and crisp mountain mornings.

DST schedule · CLT · CLST

September 6

2026 Sunday · clocks spring forward

Clocks spring forward by one hour · in 3 months.

One year, two clocks

CLST · UTC-03:00-04 · UTC-04:00CLST · UTC-03:004 Apr · −1h6 Sept · +1h Jan 2026 Dec

IANA zones · the technical identifiers

The zone that resolve to CLT.

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/SantiagoSantiago▲ DST

Cities currently on CLT

The same hour, city by city.

1 city · all UTC-04:00

Where CLT is used

One country.

Same offset · UTC-04:00

Other zones at UTC-04:00 right now.

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

Frequently asked questions

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

Which time zone code covers Chile?
Everything in Chile runs on Chile Standard Time (CLT), which covers all of the country’s clocks under a single representative zone: America/Santiago.
How does daylight saving work in Chile?
Chile toggles between standard time at UTC−04:00 and daylight time at UTC−03:00. When DST is active, clocks across Chile move one hour ahead to stretch evening daylight during the southern summer months.
Is mainland Chile ever on the same offset year-round?
No. The entire mainland region joins the DST change. Today Chile sits at UTC−04:00, but next spring most of the country will be on UTC−03:00.
Which upcoming shift should I watch for?
The next DST transition falls on 6 September 2026 at 01:00 local time, when clocks across Chile roll back from UTC−03:00 to UTC−04:00.
Do any Chilean territories keep a different offset?
Within the CLT region (America/Santiago) mainland Chile shares the same offset and DST schedule; all clocks here stay in sync under one representative zone.
What’s unique about living with Chile’s time shifts?
Because daylight saving tracks the southern-hemisphere seasons, Chile’s clock changes feel reversed compared to northern regions—summer evenings glow later, while winter days start bright and early at UTC−04:00.
Are all member zones in DST right now?
No. The region is currently on standard time at UTC−04:00; DST will return next September when clocks spring forward.
Does CLT affect cross-border coordination?
Yes. As the entire country flips together, partners in neighboring time zones need to watch for the September transition to stay aligned with Chile’s shifting calendars and schedules.

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