Americas · Argentina

Current time in Buenos Aires

Argentina Standard Time.

-03 · UTC-03:00IANA: America/Argentina/Buenos_Aires34.58° S · 58.67° W
Current time☀ Daylight
17:01:12

Friday, June 5, 2026

07:5412:5317:51
Sunrise
07:54
Solar noon
12:53
Sunset
17:51

Offset right now

UTC-03:00

Argentina Standard Time · -03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Buenos Aires time

Buenos Aires keeps one clock.

Buenos Aires hums with a warm, late-rising energy—meetings often drift later into the evening as social life and work blend together under long summer evenings in Argentina. Since this southern capital sits three hours behind UTC and skips daylight saving, scheduling with eastward time zones is steady but calls for late-afternoon overlaps when daylight fades sooner north of the equator.

Frequently asked questions

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

Does Buenos Aires observe daylight saving time?
No, Argentina currently keeps a fixed offset, so the time difference with other zones stays the same year-round.
What are the best windows to overlap with North American east coast teams?
Late Buenos Aires mornings line up nicely with U.S. and Canadian east coast afternoons, before the day runs out in the Americas.
How do European teams coordinate easily?
Mid-to-late Buenos Aires mornings match Central European afternoons, leaving Europe with time to wrap up work before the day shifts.
Why are the latest hours common for projects?
With a-late workday culture, Agile hours serve better in person at the high point of evening rather than the early hour.
How does the southern winter help remote calls?
June shortest days line up with heavier European schedules, making morning winter timing work quickly for morning loadups.
Is midday a good time for Buenos Aires workshops?
Yes, midday is a common hour on any calendar but overlaps needed better on call by other regions.
How does Argentina's single national time zone help remote work?
Internally, every coworker—whether in Mendoza, Rosario, or the capital—shares the same clock, so you never have to recalculate offsets within Argentina.

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