Americas · Uruguay

Current time in Montevideo

Uruguay Standard Time.

-03 · UTC-03:00IANA: America/Montevideo34.85° S · 56.17° W
Current time☾ Night
18:14:18

Friday, June 5, 2026

☾ NIGHT 07:4512:4317:40
Sunrise
07:45
Solar noon
12:43
Sunset
17:40

Offset right now

UTC-03:00

Uruguay Standard Time · -03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Montevideo time

Montevideo keeps one clock.

Montevideo, Uruguay keeps business on a steady -03 UTC beat, lunch always lands around 12:30 and the sun, setting close to the Río de la Plata cliffs, paints long late‑night reflections over the waterfront.

Frequently asked questions

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

Why doesn't Montevideo observe daylight saving?
Uruguay permanently abolished DST in 2015 to simplify scheduling and reduce energy waste, so the clocks never spring forward or fall back.
How does the lack of daylight saving impact the rhythm in Montevideo?
With no clock changes, lunch at 12–1 PM and late afternoon meetings before sunset are reliably consistent, making time coordination across months and seasons predictable.
How does the Río de la Plata affect daily life in Montevideo?
The wide estuary means the sunset can linger and glow across the horizon, often stretching into late evening walks along the rambla waterfront.
What's the typical dinner and nightlife schedule in Montevideo?
Dinner often starts after 8–9 PM; the relaxed pace leads many teams to wrap early evening calls to join friends or enjoy the cool sea breezes.
How does Montevideo synchronize globally?
Because offset is fixed at UTC-3, teams can reliably plan synchronous work windows—like aligning with late-morning US East Coast or midday Europe—without seasonal shifts.
How does daylight stay balanced through the year?
In summer, sunlight stretches past 8 PM by UTC-3, encouraging long work-from-home daylight hours; winter shortens to early dusk but with no DST adjustment.
What cultural time habits affect meetings?
Early lunches, late dinners and a coastal chill keep the workday flexible, bridging to global partners.
How do neighboring time zones interact?
Using UTC-3 matches Buenos Aires and parts of Brazil at times, easing cross-border projects and remote calls.

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