Americas · Peru

Current time in Trujillo

Peru Standard Time.

-05 · UTC-05:00IANA: America/Lima8.12° S · 79.03° W
Current time☾ Night
23:38:44

Monday, June 1, 2026

☾ NIGHT 06:2312:1418:04
Sunrise
06:23
Solar noon
12:14
Sunset
18:04

Offset right now

UTC-05:00

Peru Standard Time · -05

Daylight saving

Not observed

This zone has no seasonal clock change.

About Trujillo time

Trujillo keeps one clock.

Trujillo, Peru's "City of Eternal Spring," hums with a laid-back coastal rhythm where business hours follow the steady beat of the Pacific sun. Teams here sync easily with North American partners thanks to the shared -05 offset, making it a natural bridge for cross-continental collaboration.

Frequently asked questions

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

Why is Trujillo called the 'City of Eternal Spring'?
Its mild, spring-like weather year-round—thanks to its coastal desert location—earned it this poetic nickname, perfect for outdoor meetings and café culture.
Does Peru observe daylight saving time?
No, Peru stays on UTC−5 all year, so Trujillo’s clock never changes—making scheduling predictable for remote teams.
How does Trujillo’s timezone compare to major U.S. cities?
Trujillo shares the same time as New York during standard time (UTC−5), but doesn’t spring forward, so it aligns with Eastern Time only part of the year.
What’s the best time to schedule calls between Trujillo and Europe?
Aim for late morning in Trujillo (10–12 local time), which lands in the European afternoon (16–18 CET), avoiding early-morning or late-night overlaps.
Is Trujillo a hub for remote work in South America?
Increasingly yes—its reliable internet, affordable living, and alignment with U.S. business hours make it a rising favorite among digital nomads and distributed teams.
What cultural rhythm shapes the workday in Trujillo?
Like much of Peru, the workday often includes a long midday break (siesta-style), with productivity peaking in the morning and resuming in the late afternoon.
How does Trujillo’s coastal location affect its daily schedule?
Cool ocean breezes keep afternoons pleasant, encouraging outdoor lunches and flexible work rhythms that blend productivity with quality of life.

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