Americas · Peru

Current time in Lima

Peru Standard Time.

-05 · UTC-05:00IANA: America/Lima12.05° S · 77.05° W
Current time☾ Night
22:26:03

Saturday, May 30, 2026

☾ NIGHT 06:2112:0517:49
Sunrise
06:21
Solar noon
12:05
Sunset
17:49

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.

In Lima, Peru, business hours are predictably steady year-round thanks to the absence of daylight saving shifts, making it a quiet anchor for teams wanting to avoid scheduling surprises. Start the day early if you’re coordinating with North America, because Lima’s pace is fully awake while many U.S. desks are just powering up.

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?
No. Peru stays on UTC−5 all year, so Lima doesn’t ‘spring forward’ or ‘fall back’ on clocks.
How does Lima’s offset compare to U.S. time zones?
During U.S. standard time, Lima matches Eastern Time; during U.S. daylight saving, it lines up with Central Time for part of the year.
What kind of work rhythm suits Lima?
With sunrises around 5:30–6:00 AM and sunsets near 6:00 PM all year, Lima favors a crisp, consistent 9-to-6 flow, ideal for steady core hours with East Coast or Andean partners.
Do neighboring countries share Lima’s time?
Yes. Colombia, Ecuador, and Panama also sit in UTC−5, creating a huge coordination-friendly band across northern South America.
Why is Lima a stable choice for remote teams?
Because there are no seasonal clock changes, meeting times with Lima stay fixed, which simplifies long-term scheduling with Europe, North America, and Asia.
How does Lima’s near-equator location affect daily life?
At about 12 degrees south, Lima gets nearly equal day and night year-round—no long summer evenings, just reliable, moderate daylight patterns.
Is Lima good for late-night calls to Asia?
Yes. Because Lima stays on UTC−5, late-peruvian-afternoon meetings can land in early-evening slots across East Asia, compared to many U.S. cities.
Does Lima’s lack of daylight saving impact global deadlines?
The hardest part is remembering that when U.S. clocks change, Lima’s effective overlap with Eastern or Central Time shifts slightly, so calendar invites should double-check time zones around March and November.

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