Americas · Chile

Current time in Santiago

Chile Standard Time. Currently on standard time.

-04 · UTC-04:00IANA: America/Santiago33.45° S · 70.67° W
Current time☀ Daylight
16:01:14

Friday, June 5, 2026

07:4012:4117:42
Sunrise
07:40
Solar noon
12:41
Sunset
17:42

Offset right now

UTC-04:00

Chile Standard Time · -04

Daylight saving

Not active

Returns Sep 6, 2026 · in 3 months

Through the current period

40%
Apr 4, 2026Sep 6, 2026

About Santiago time

Santiago keeps two clocks.

Santiago runs on a rhythm that blends European-style business hours with a relaxed SouthAmerican pace, meaning long lunches and late evening dinners are the norm, making early-morning standups the easiest slot to catch the whole team. The two-hour daylight saving shift keeps clocks feeling out of sync with parts of Europe and North America for chunks of the year, so a heads-up on DST dates pays off for remote collaboration.

Daylight saving

The year, by the clock.

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

Now

-04

Standard · since Apr 4, 2026

Next change

Sep 6, 2026

Clocks spring forward · in 3 months

Frequently asked questions

Common questions about Santiago's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

40-minute time difference from New York?
When clocks change in Santiago, the gap swings between four and five hours from Eastern Time keep both sides guessing until everyone adjusts.
September sunsets after 8 p.m.
Long late-afternoon light trickles past typical quitting time, reshaping when people log off—and when after-work asado grills fire up.
Midnight countdown in summer?
December midnight fireworks light up the Andes backdrop at the strike of twelve, with festivities often spilling past two in the morning.
Google Calendar mishaps?
Twice a year invites chaos; setting events during the transition week without triple-checking the Chile setting drops you an hour early—or late.
March and October surprises?
Daylight saving flip-flops in autumn and spring steal or gift an hour overnight, so Slack pings vanish or appear out of thin air.

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