Americas · Central America · Sovereign state

Current time in Panama

A single time zone at UTC-05:00.

Time in Panama City☾ Night
22:26:39

Saturday, May 30, 2026

☾ NIGHT 05:5712:1518:33
Zone
EST
UTC
UTC-05:00
IANA
America/Panama

About Panama's time

A single time zone.

Panama keeps time simple with a single timezone — Eastern Standard Time (UTC-5) all year round, with no daylight saving adjustments to worry about.

Major cities

Cities of Panama.

Did you know?

Things about Panama's time.

Fact · 01

Panama interestingly shares the Eastern Standard Time zone even though geographically it's much further south than the US eastern seaboard — when it's noon in Panama City, the sun is already past solar noon and well on its way toward evening. No daylight saving time means Punta Arenas and Colón stay perfectly synchronized with New York's winter schedule year-round, which makes coordinating across those time zones beautifully straightforward.

Frequently asked questions

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

Does Panama observe daylight saving time?
No, Panama uses UTC−5 year-round, so you never need to adjust for DST.
What timezone is Panama in?
The entire country uses Eastern Standard Time (UTC−5), also known as Panama Time.
Is Panama's time the same as US Eastern Time?
Yes, Panama stays on UTC−5 all year, which matches US Eastern Standard Time during winter, except Panama doesn't spring forward in summer like parts of the US do.

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