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☾ Night
23:27:53

Saturday, May 30, 2026

☾ NIGHT 07:3712:4017:43
Sunrise
07:37
Solar noon
12:40
Sunset
17:43

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

36%
Apr 4, 2026Sep 6, 2026

About Santiago time

Santiago keeps two clocks.

Santiago is Chile's bustling southern capital. Set in the Andean foothills, its commercial and cultural life pulses steadily through the standard time of UTC -04:00, offering a reliable rhythm for planning across time zones.

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

Is Santiago always UTC -04:00?
From October, clocks spring forward an hour to UTC -03:00 to capture more evening light during the southern summer, returning to UTC -04:00 in April.
What time is business lunch?
Business lunches are typically from 1:00–3:00 PM (UTC -04:00), and late dinners around 9:00 PM are common—make room for both.
How does the daylight in this time zone affect life in Santiago?
In summer (DST), daylight lingers until about 9:00 PM; in winter (standard time), nights fall closer to 6:00 PM.
Can I schedule a call with New York?
During the southern winter (April–September) Santiago and New York are on the same time (UTC -04:00). In summer (October–March) Santiago moves an hour ahead of New York.
How does daylight saving affect working hours?
Working hours stay fixed by the clock, but the extra hour of summer light encourages an active after-work culture—expect vibrant late-evening energy.
What time zones border Santiago's?
To the west is the Atlantic Standard Time zone (UTC -04:00) shared with parts of Brazil, and to the east, Buenos Aires uses ART (UTC -03:00), so time differences with the east coast of South America can be small or tricky.
How does the time change affect travel to Argentina?
The Andes mountain range forms the border with Argentina; sometimes you gain or lose an hour simply by crossing the border, depending on whether DST is active in each country.
Is there a best time to visit Santiago?
September to November (spring) and March to May (autumn) offer mild weather, lively cultural scenes, and easy planning on standard time, before DST shifts.

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