Time zone · Americas

UST

Uruguay Standard Time

Uruguay Standard Time is the common nickname for the simplified name for UST time, used in Uruguay. It keeps things simple by staying at a fixed offset of -03 year-round without any daylight saving adjustments, making scheduling with Argentina, Brazil and neighboring South American partners refreshingly straightforward.

UTC-03:00 standard1 IANA zone1 city
Current time in UST☾ Night
00:28:10

Sunday, May 31, 2026

☾ NIGHT 07:4212:4217:42
Standard
-03 · −3
IANA zones
1

Current offset

UTC-03:00

Standard · -03

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About UST

A fixed, year-round offset.

Uruguay Standard Time is the common nickname for the simplified name for UST time, used in Uruguay. It keeps things simple by staying at a fixed offset of -03 year-round without any daylight saving adjustments, making scheduling with Argentina, Brazil and neighboring South American partners refreshingly straightforward.

IANA zones · the technical identifiers

The zone that resolve to UST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
America/MontevideoMontevideo— None

Cities currently on UST

The same hour, city by city.

1 city · all UTC-03:00

Where UST is used

One country.

Same offset · UTC-03:00

Other zones at UTC-03:00 right now.

These named zones share UST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

Common questions about UST, daylight saving, and how to handle it in software. Can't find what you need? Email [email protected].

Why doesn’t Uruguay observe daylight saving time?
Since Uruguay last abandoned daylight saving in mid‑2015, the country has remained on a fixed -03 year‑round. This means local clocks and business rhythms stay familiar, making it easier to sync with Argentina and nearby Southern Cone countries.
Is Uruguay Standard Time the same as all of South America?
No. While parts of Argentina and Chile share a similar -03 offset, many other South American countries use -04, -04:30 or -05. Uruguay’s stable -03 makes it stand out as a dependable reference for companies operating from Buenos Aires to São Paulo.
What are the main cities on Uruguay Standard Time?
Montevideo is the primary clocks in this timezone, with most urban life and government activity concentrated along the country’s coastline. Outside the country, the -03 convenience often extends to offshore or regional enterprise schedules.
How does Uruguay’s fixed UTC-03 offset help remote workers?
The lack of daylight saving transitions means remote staff based in Uruguay experience predictable schedules, simpler payroll planning, and fewer meeting headaches for teams collaborating across Santiago, London, or New York.
Has Uruguay Standard Time ever been UTC-02:30?
Yes, Uruguay previously used UTC‑02:30 before shifting permanently to -03 in 2016. That change smoothed out the transition with travel, diplomacy and commerce across Latin America.
What do the -03 codes mean in Uruguay?
The -03 notation on schedules, software and server logs refers to the same fixed -03 offset minus three hours from UTC. This means Montevideo is three hours behind Coordinated Universal Time, with no daylight saving variations.
What neighboring countries are on the same time as Uruguay?
Uruguay shares its current -03 offset with parts of Argentina, the coast of Brazil and Chile. This alignment supports an active social and broadcasting markets, making Uruguay Standard Time a reliable anchor time zone.

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