Time zone · Americas

PST

Paraguay Standard Time

Paraguay Standard Time stays a steady UTC-03:00 all year round in Asuncion, so teams here don’t need to think about spring-forward or fall-back surprises. That consistency makes cross-border collaboration particularly smooth for anyone working across Latin America and the Southern Cone.

UTC-03:00 standard1 IANA zone1 city
Current time in PST☾ Night
00:29:19

Sunday, May 31, 2026

☾ NIGHT 07:2712:4718:08
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 PST

A fixed, year-round offset.

Paraguay Standard Time stays a steady UTC-03:00 all year round in Asuncion, so teams here don’t need to think about spring-forward or fall-back surprises. That consistency makes cross-border collaboration particularly smooth for anyone working across Latin America and the Southern Cone.

IANA zones · the technical identifiers

The zone that resolve to PST.

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/AsuncionAsuncion— None

Cities currently on PST

The same hour, city by city.

1 city · all UTC-03:00

Where PST is used

One country.

Same offset · UTC-03:00

Other zones at UTC-03:00 right now.

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

Frequently asked questions

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

Which country uses Paraguay Standard Time?
Paraguay is the sole country in this region, with Asuncion as its capital and representative zone.
Does Paraguay observe daylight saving time?
No. Paraguay permanently uses UTC-03:00 and does not change its clocks.
When did Paraguay stop using daylight saving adjustments?
The last clock change in Paraguay occurred on 15 October 2024, after which the country permanently fixed its clocks at UTC-03:00.
Are there multiple time zones in Paraguay?
Paraguay has a single time zone: America/Asuncion, which covers the whole country.
How does Paraguay Standard Time compare to nearby countries?
Paraguay Standard Time is the same as Argentina Time and parts of Brazil during standard time, making coordination with those neighbors more straightforward.
Is Paraguay Standard Time the same as Pacific Standard Time?
No. Despite the similar abbreviation, Pacific Standard Time is UTC-08:00 and used in parts of North America; Paraguay Standard Time is UTC-03:00.
What makes this region unique for scheduling?
Because there are no daylight saving transitions, you can lock in recurring meetings without worrying about seasonal time shifts.

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