Americas · Argentina

Current time in Córdoba

Argentina Standard Time.

-03 · UTC-03:00IANA: America/Argentina/Cordoba31.41° S · 64.19° W
Current time☾ Night
01:40:09

Tuesday, June 2, 2026

☾ NIGHT 08:0713:1418:21
Sunrise
08:07
Solar noon
13:14
Sunset
18:21

Offset right now

UTC-03:00

Argentina Standard Time · -03

Daylight saving

Not observed

This zone has no seasonal clock change.

About Córdoba time

Córdoba keeps one clock.

In Argentina's Córdoba, the sun is up by 8 AM most days, making mornings a popular time for scheduled calls with partners in Europe — though by late afternoon your 6 PM wrap-up barely overlaps with anyone on a U.S. East Coast schedule.

Frequently asked questions

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

What is the time zone in Córdoba?
Córdoba follows Argentina Standard Time, set at a fixed UTC-3, which keeps its clocks stable year-round without any daylight saving changes.
When is the best time to schedule a video call with Córdoba?
Aim for the window between 10:00 and 12:00 local time, which gives you a comfortable overlap with both European and East Coast U.S. working hours.
Does Córdoba observe daylight saving time?
No, since 2009, Argentina has stopped changing clocks, so the UTC-3 offset is consistent all year, simplifying your scheduling math.
How does Córdoba's time zone compare to São Paulo or Buenos Aires?
Córdoba shares the same UTC-3 offset as both São Paulo (during standard time) and Buenos Aires — all three cities are always on the same clock.
Is there a time difference between Córdoba and New York?
Only a two-hour difference (Córdoba is two hours ahead of New York during EST and one hour ahead during U.S. Daylight Time), so mid-morning calls work well for both sides.
What is UTC offset used in Córdoba?
The full picture: UTC-3, sometimes written as GMT-3, placing Córdoba in line with Atlantic Standard Time cities.
Are there any other Argentine provinces on the same clock as Córdoba?
Yes, most of central and eastern Argentina, including most of Buenos Aires province and Tucumán, align at UTC-3.

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