Americas · Uruguay

Current time in Montevideo

Uruguay Standard Time.

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

Sunday, May 31, 2026

☾ NIGHT 07:4212:4217:42
Sunrise
07:42
Solar noon
12:42
Sunset
17:42

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 hums along on Uruguay’s Río de la Plata, where workdays here sync naturally with neighbours in Buenos Aires and São Paulo, and the offset matches much of the southern cone’s business hours. The sun rises early over the Rambla, and by mid-morning the city is already deep into its stride, with long coastlines of daylight giving teams plenty of overlap for collaboration across the Americas.

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

What is unique about Montevideo's timezone?
Montevideo sits at UTC-3, matching Argentina and most of southern Brazil, so it’s easy to line up calls with partners across the Río de la Plata region and much of South America’s east coast.
Does Montevideo observe daylight saving time?
No—Uruguay abolished daylight saving years ago, so the clocks never change and the offset stays at UTC-3 all year round.
How does Montevideo's daylight saving affect remote teams?
With no daylight saving transitions to remember, teammates and clients in Montevideo can rely on a fixed offset of UTC-3, avoiding the twice-yearly reshuffling of meeting times.
How does the southern winter affect work rhythms in Montevideo?
In winter, days are shorter and darker, so outdoor coffee breaks happen earlier and virtual meetings often wrap before sunset, easing coordination with the northern hemisphere.
What cultural habits are affected by the timezone?
Long summer evenings on the Rambla push social and work gatherings later into the day; many teams start meetings after sunrise instead of before sunrise, blending coastal life with global schedules easily.

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