Americas · Honduras

Current time in Tegucigalpa

Central Standard Time.

CST · UTC-06:00IANA: America/Tegucigalpa14.10° N · 87.22° W
Current time☾ Night
21:27:25

Saturday, May 30, 2026

☾ NIGHT 05:1911:4618:13
Sunrise
05:19
Solar noon
11:46
Sunset
18:13

Offset right now

UTC-06:00

Central Standard Time · CST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Tegucigalpa time

Tegucigalpa keeps one clock.

In Tegucigalpa, Honduras, the clock never springs forward — CST stays steady at UTC−6 all year. For teams syncing with remote collaborators in North American time zones, evenings here overlap neatly with U.S. East Coast mornings.

Frequently asked questions

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

Does Honduras observe daylight saving time?
Not anymore. Honduras abandoned daylight saving in 2006 after a brief experiment, so Tegucigalpa keeps a simple, predictable UTC−6 (CST) rhythm.
How does Tegucigalpa's location affect its timezone?
Tegucigalpa sits at 14°N, but unlike cities at similar latitudes that observe DST, its consistent UTC−6 means almost equal day and night year-round.
There are duplicate time zone names in Honduras?
No, `America/Tegucigalpa` is the only official zone, though it’s sometimes called `America/Centroamerica`.
Do any nearby countries share Tegucigalpa's timezone?
Yes. `America/Tegucigalpa` is identical to Central Standard Time in the US, UTC−6 year-round.
Was America/Tegucigalpa ever different?
Yes. Between 1987 and 2006 the zone switched to UTC−5 during daylight saving. Since 2006, it’s been fixed at UTC−6.

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