Tools

Timezone Converter

Pick a date, a time and the source timezone, and we show that same moment in several cities at once, with daylight saving applied automatically and a flag when the result crosses midnight.

Instant🔒In your browserNo signup
Live

What a timezone converter is for

Coordinating times across countries is harder than it looks. A remote meeting with a team spread across Buenos Aires, Madrid and Mexico City involves three different clocks, and two of those cities do not even keep the same gap all year. If you work with clients on another continent, have family scattered around the world, are planning a trip with layovers, or do not want to miss a stream, a product launch or a sports final announced "at 20:00 CET", you need to translate that time into your own without slipping up.

This converter interprets the time you enter in the source timezone you choose and shows it in several cities at once, flagging whether the result lands on the next or the previous day. The classic mistake — forgetting about daylight saving — cannot happen here: the conversion uses the browser's own timezone database, which already knows which rule applies in each city on each date of the year.

How the conversion works

Every timezone is identified by an IANA name in the Region/City format (for example, America/Argentina/Buenos_Aires or Europe/Madrid). That name does not store a fixed offset: it stores the full rule history for that region, including daylight saving changes. The tool converts the time you enter into a universal instant (UTC) using the source zone's offset on that exact date, then projects that instant into every destination city. That is why the result is correct in January and in July alike, even though the gap between two cities changes during the year.

Reference table: timezones of 16 major cities

Offsets are expressed relative to UTC. For cities with daylight saving time, the "Summer UTC" column applies during their local summer (which in the southern hemisphere runs from the end of one year into the start of the next).

CityIANA zoneStandard UTCSummer UTCDaylight saving?
Buenos AiresAmerica/Argentina/Buenos_Aires−3−3No (unchanged since 2009)
MontevideoAmerica/Montevideo−3−3No (dropped it in 2015)
São PauloAmerica/Sao_Paulo−3−3No (abolished in 2019)
SantiagoAmerica/Santiago−4−3Yes (September to April)
BogotáAmerica/Bogota−5−5No
LimaAmerica/Lima−5−5No
Mexico CityAmerica/Mexico_City−6−6No (abolished in 2022)
New YorkAmerica/New_York−5−4Yes (March to November)
Los AngelesAmerica/Los_Angeles−8−7Yes (March to November)
LondonEurope/London0+1Yes (March to October)
MadridEurope/Madrid+1+2Yes (March to October)
DubaiAsia/Dubai+4+4No
New DelhiAsia/Kolkata+5:30+5:30No
ShanghaiAsia/Shanghai+8+8No
TokyoAsia/Tokyo+9+9No
SydneyAustralia/Sydney+10+11Yes (October to April)

Tips for scheduling across timezones

  • Always propose the time in a single reference zone (or directly in UTC) and let everyone convert it to their own.
  • Watch the transition weeks: the United States and Europe do not change their clocks on the same day, so in March and late October the usual gaps shift by one hour for a few days.
  • Between hemispheres, daylight saving works in reverse: when Madrid is in summer, Santiago is in winter, and vice versa.
  • If the result shows "+1 day", double-check the date as well as the time when you put it on the calendar: it is the most common mistake in meetings with Asia and Oceania.

FAQ

Why does Argentina never change its clocks?

It has not observed daylight saving time since March 2009: it stays on UTC−3 all year. That is why its gap with countries that do change varies with the season.

What is the difference between UTC and GMT?

GMT is the mean solar time at Greenwich, a historical concept; UTC is the modern technical standard based on atomic clocks. In practice they show the same time, but offsets are defined against UTC.

How is an IANA timezone written?

In the Region/City format with underscores: America/Argentina/Buenos_Aires, Europe/Madrid, Asia/Tokyo. It is the tz database standard used by operating systems.

Does the converter handle daylight saving time?

Yes, automatically: it uses the browser Intl API, which applies the current IANA rules for each city and each date. No hand-coded offsets.

Why does Mexico no longer change its clocks?

It abolished daylight saving time in October 2022 for almost the whole country; only the strip along the US border keeps it to stay in sync with neighboring cities.

What does the "+1 day" flag mean?

The converted time falls on the day after the date you entered (for example, 22:00 in Buenos Aires is 10:00 the next day in Tokyo). "−1 day" means the opposite.

Why is India offset by half an hour?

Because not all offsets are whole hours: India uses UTC+5:30, Nepal UTC+5:45 and parts of Australia +9:30. The converter shows minutes when needed.

What if I pick a time that does not exist because of a clock change?

On spring-forward night one hour is skipped; in that case the converter snaps to the nearest real instant instead of returning an invalid result.

Is my data sent to a server?

No. Everything is computed in your browser with the JavaScript Intl API; nothing you enter leaves your device.

Was this generator useful?