Americas · Peru

Current time in Lima

Peru Standard Time.

-05 · UTC-05:00IANA: America/Lima12.05° S · 77.05° W
Current time☾ Night
05:31:15

Thursday, June 11, 2026

☾ NIGHT 06:2412:0717:50
Sunrise
06:24
Solar noon
12:07
Sunset
17:50

Offset right now

UTC-05:00

Peru Standard Time · -05

Daylight saving

Not observed

This zone has no seasonal clock change.

About Lima time

Lima keeps one clock.

Lima, Peru's sun-drenched coast runs on America/Lima at UTC-5 all year-round with no clock changes, so meetings stay reliably in daylight on either side of the equator. Quick heads-up: coastal Peru’s typical late-morning ramp-up means scheduling calls from mid-week mornings lands neatly in that sweet coastal work groove.

Convert

Lima to the world's clocks.

Open the converter →

Frequently asked questions

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

Does Peru have daylight-saving time?
Nope! Peru uses America/Lima all year—no surprises, no confusing twice-yearly resets.
Why doesn’t Lima shift its clocks?
Peru sits near the equator, so daylight barely changes through the year, meaning no need for “saving” daylight.
What’s a cool fact about coordinating with Lima?
Since Lima never springs forward or falls back, once you set your meeting invite it stays—no seasonal switch-over headaches.

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