Americas · Central America · Sovereign state

Current time in El Salvador

A single time zone at UTC-06:00.

Time in San Salvador☀ Daylight
14:02:21

Friday, June 5, 2026

05:2811:5518:22
Zone
CST
UTC
UTC-06:00
IANA
America/El_Salvador

About El Salvador's time

A single time zone.

El Salvador uses a single time zone — Central Standard Time (UTC-06:00) year-round. The country does not observe daylight saving time, so clocks stay consistent throughout the year.

Major cities

Cities of El Salvador.

History

How El Salvador keeps time.

El Salvador adopted Central Standard Time (UTC-06:00) as its official time zone in the early 20th century, aligning with neighboring Central American countries for trade and communication purposes. The country briefly experimented with daylight saving time in the mid-20th century but abandoned it due to minimal energy savings and public inconvenience. Since then, El Salvador has maintained a stable, single time zone without daylight saving adjustments.

Did you know?

Things about El Salvador's time.

Fact · 01

El Salvador's consistent use of UTC-06:00 simplifies scheduling for businesses and travelers, as there are no seasonal time changes. The country's time zone aligns closely with solar noon, making daily life rhythms naturally synchronized with daylight hours. Unlike some neighboring countries, El Salvador's decision to forgo daylight saving time reflects a practical approach to timekeeping.

Frequently asked questions

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

Does El Salvador observe daylight saving time?
No, El Salvador does not observe daylight saving time. The country uses Central Standard Time (UTC-06:00) year-round.
What is the time difference between El Salvador and New York?
El Salvador is 1 hour behind New York during standard time and 2 hours behind during daylight saving time in New York.
Is El Salvador in the same time zone as Mexico City?
Yes, El Salvador and Mexico City are both in the Central Standard Time zone (UTC-06:00).
How many time zones does El Salvador have?
El Salvador has only one time zone, which is Central Standard Time (UTC-06:00).
What is the time zone abbreviation for El Salvador?
The time zone abbreviation for El Salvador is CST, which stands for Central Standard Time.
Does El Salvador change its clocks for daylight saving time?
No, El Salvador does not change its clocks for daylight saving time. The country maintains a consistent time throughout the year.
What is the time difference between El Salvador and Los Angeles?
El Salvador is 2 hours ahead of Los Angeles during standard time and 1 hour ahead during daylight saving time in Los Angeles.
Is El Salvador in the same time zone as Guatemala?
Yes, El Salvador and Guatemala are both in the Central Standard Time zone (UTC-06:00).

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