Americas · South America · Sovereign state

Current time in Peru

A single time zone at UTC-05:00.

Time in Lima☀ Daylight
14:57:19

Friday, June 5, 2026

06:2312:0617:50
Zone
-05
UTC
UTC-05:00
IANA
America/Lima

About Peru's time

A single time zone.

Peru operates on a single timezone — Peru Time (PET, UTC-5) — and it hasn't observed daylight saving time since 1994, giving it clock consistency year-round.

Major cities

Cities of Peru.

History

How Peru keeps time.

Peru first standardized its time relative to the Greenwich Meridian in 1908, adopting UTC-5, based on the longitude of Lima (77°W). The country briefly experimented with daylight saving time on a few occasions in the 20th century, but in 1994 the government abolished DST permanently to simplify timekeeping in line with its equatorial location, where daylight hours vary little throughout the year.

There have been occasional proposals to re-introduce DST or shift the country to UTC-4 during certain periods, driven by energy-saving arguments and coordination with neighboring countries, but these were never enacted. Over time, Peru’s stable UTC-5 offset has made scheduling and communications with the Americas straightforward, particularly with countries like the United States and Canada, which share parts of the same offset during standard time.

Did you know?

Things about Peru's time.

Fact · 01

Despite its large north-to-south extent, Peru uses a single timezone, which means daylight can feel quite different in the far north versus the south, but clocks remain aligned nationwide. The tropical western Amazon basin and Andean highlands experience only minor variation in sunrise and sunset times, so UTC-5 aligns reasonably well with solar time in most of the population centers along the coast and highlands.

Fact · 02

Peru’s position just south of the equator means there is virtually no need for daylight saving tweakings. The simplicity of a single, stable time zone has benefits for a country with extensive domestic travel and logistics demands, as all scheduling remains consistent without extra adjustments within the country.

Frequently asked questions

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

What is the time zone in Peru?
Peru uses Peru Time (PET or UTC-5) everywhere in the country, with no daylight saving time adjustments.
Does Peru observe daylight saving time?
No. Peru abolished daylight saving time in 1994 and has not observed it since.
How does Peru’s time compare to U.S. Eastern Time?
Peru is the same as U.S. Eastern Standard Time (UTC-5) when the U.S. is not observing daylight saving time. When the U.S. shifts to Eastern Daylight Time (UTC-4), Peru is one hour behind.
Is the time the same everywhere in Peru?
Yes. Regardless of region — coast, Andes, or Amazon — all clocks follow Peru Time (UTC-5).
How does Peru’s time relate to its neighbors?
Peru shares UTC-5 with countries like Colombia and parts of Ecuador (mainland), making coordination in the northern Andes and Pacific region straightforward.

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