Time Zone Converter
Pick two zones and a time to convert between them, with a live UTC clock at the top and the same moment shown across seven zones at once. It names the abbreviation actually in force on that date — EDT rather than EST in August — which is the hour most converters get wrong.
This browser has no time zone database available, so any conversion would be guesswork. Try a current version of Chrome, Firefox, Safari or Edge.
The same moment elsewhere
| Zone | Time | Offset |
|---|
Working hours overlap
Runs in your browser. Nothing uploaded.
How to use it
- Pick the two zones. The tool starts from your own zone and remembers the pair in the address bar, so you can bookmark or share a specific conversion.
- Set the date and time. It opens on now; change it to whenever your meeting is.
- Read the warning if one appears. If a daylight saving change falls within a week either side, the tool says which zone, which direction and when.
Common conversions
Standard-time offsets. During northern summer the US, Canadian, European and UK figures shift by an hour; India, most of Asia and most of Africa do not change at all.
| From | To | Standard difference | 9:00 becomes |
|---|---|---|---|
| Eastern (ET) | Central (CT) | 1 hour behind | 8:00 |
| Eastern (ET) | Pacific (PT) | 3 hours behind | 6:00 |
| Pacific (PT) | Eastern (ET) | 3 hours ahead | 12:00 |
| Central (CT) | Eastern (ET) | 1 hour ahead | 10:00 |
| Eastern (EST) | India (IST) | 10h 30m ahead | 19:30 |
| Pacific (PST) | India (IST) | 13h 30m ahead | 22:30 |
| GMT | Eastern (EST) | 5 hours behind | 4:00 |
| GMT | India (IST) | 5h 30m ahead | 14:30 |
| CET | Eastern (EST) | 6 hours behind | 3:00 |
| Eastern (EST) | Japan (JST) | 14 hours ahead | 23:00 |
| London (GMT) | Sydney (AEDT) | 11 hours ahead | 20:00 |
The last row is the one that moves most. London and Sydney are 9, 10 or 11 hours apart depending on the month, because they are in opposite hemispheres and switch at opposite times of year.
How time zones and offsets work
Every zone is defined as an offset from UTC. New York in winter is UTC−5. India is UTC+5:30 all year.
Two things make this harder than adding hours.
Not every offset is a whole number of hours. India is on a half-hour offset, as are Iran, Afghanistan, parts of Australia and Newfoundland. Nepal is on UTC+5:45, a quarter-hour offset. Any tool that stores offsets as integers gets these wrong, and a surprising number do.
Offsets are not fixed. A zone is a set of rules over time, not a number. New York is UTC−5 for part of the year and UTC−4 for the rest. Countries also change their rules — several have abandoned daylight saving in recent years, and a few have changed zone entirely. This tool reads the browser’s own time zone database rather than a hardcoded table, so it follows the current rules instead of whatever was true when the page was written.
Daylight saving is why your meeting moved
This is the single biggest source of scheduling errors, and it is not really about the clocks changing. It is about them changing on different dates.
| Region | Clocks forward | Clocks back |
|---|---|---|
| United States and Canada | Second Sunday in March | First Sunday in November |
| European Union and UK | Last Sunday in March | Last Sunday in October |
| Australia (states that observe it) | First Sunday in October | First Sunday in April |
| New Zealand | Last Sunday in September | First Sunday in April |
| India, China, Japan, most of Africa | No change at all | |
| Arizona, Hawaii, Queensland | No change, unlike their neighbours | |
Look at the first two rows. For roughly three weeks in March, the US has already sprung forward and Europe has not — so New York to London is four hours instead of five. In late October and early November it happens again in reverse. A recurring call that works all year is simply wrong for those few weeks.
That is what the warning on this page is for. If your date sits within seven days of a change in either zone, it tells you which one, which direction and the exact date. No other converter we looked at does this.
The hour that does not exist
When clocks go forward, an hour is skipped. In New York on 8 March 2026, the time jumps from 01:59 straight to 03:00 — so 02:30 never happens. Ask for it and this tool says so rather than quietly returning something else.
When clocks go back, an hour happens twice, and a wall-clock time in that window is genuinely ambiguous. This is why servers and databases should store timestamps in UTC and convert only for display.
EST, EDT and ET
These are not interchangeable, and treating them as such causes more one-hour errors than anything else.
| Abbreviation | Means | Offset | When |
|---|---|---|---|
| EST | Eastern Standard Time | UTC−5 | November to March |
| EDT | Eastern Daylight Time | UTC−4 | March to November |
| ET | Eastern Time | Whichever applies | All year |
People write “9am EST” in July, when the east coast is on EDT. Usually everyone guesses correctly. Occasionally somebody takes it literally and joins an hour early.
The same applies to PST/PDT, CST/CDT and GMT/BST. If you mean “whatever that place is on right now”, write ET, PT or CT — or better, write the city.
UTC right now, and why everything is stored in it
The clock at the top of the tool is the live UTC time. It ticks; you don’t have to reload.
Almost every timestamp you meet as a developer is UTC. Server logs, API responses, database rows, cron schedules, git commits, incident timelines. That’s deliberate. UTC has no daylight saving and never will, so an hour recorded in UTC means one instant and only one instant. Store local time instead and twice a year you get an hour that happens twice and an hour that never happens at all.
Which is why the awkward part isn’t storing UTC. It’s reading it back.
UTC to US time zones
Two answers per zone, because the US changes its clocks. The daylight column applies from the second Sunday in March to the first Sunday in November.
| Zone | Standard (winter) | Daylight (summer) | 14:00 UTC becomes |
|---|---|---|---|
| Eastern | EST, UTC−5 | EDT, UTC−4 | 09:00 winter · 10:00 summer |
| Central | CST, UTC−6 | CDT, UTC−5 | 08:00 winter · 09:00 summer |
| Mountain | MST, UTC−7 | MDT, UTC−6 | 07:00 winter · 08:00 summer |
| Arizona | MST, UTC−7 | MST, UTC−7 | 07:00 all year |
| Pacific | PST, UTC−8 | PDT, UTC−7 | 06:00 winter · 07:00 summer |
| Alaska | AKST, UTC−9 | AKDT, UTC−8 | 05:00 winter · 06:00 summer |
| Hawaii | HST, UTC−10 | HST, UTC−10 | 04:00 all year |
Arizona and Hawaii don’t switch. Neither does most of the world — the US, Canada, Europe, the UK, Australia, New Zealand and a scattering of others do; India, China, Japan, most of Africa and most of South America don’t.
Is EST UTC−5 or UTC−4?
EST is UTC−5. Always. It’s a fixed offset.
But that is almost certainly not the question you’re asking. What you probably want to know is what the US east coast is on today, and the answer is: EST from November to March, EDT from March to November. Right now, in August, the east coast is on EDT, UTC−4.
This is worth being blunt about because a lot of converters get it wrong. Search for a UTC-to-EST tool and several will tell you 14:00 UTC is 09:00 EST — the winter answer — in the middle of August, when the correct answer is 10:00 EDT. They’ve hardcoded UTC−5 and labelled it EST. For roughly eight months of the year that’s an hour out.
The tool above doesn’t do that. It reads your browser’s own IANA time zone database, works out which offset is actually in force on the date you picked, names the abbreviation that applies, and tells you what the other half of the year looks like.
Converting a UTC timestamp by hand
Sometimes you just want the arithmetic. Subtract the offset for the target zone; add it going the other way.
- UTC → Eastern in summer: subtract 4 hours.
18:00 UTC − 4 = 14:00 EDT. - UTC → Eastern in winter: subtract 5.
18:00 UTC − 5 = 13:00 EST. - Eastern → UTC: add the same number back.
- Crossing midnight: the date moves too.
02:00 UTCis21:00 the previous dayin Los Angeles.
Two things trip people up. Half-hour offsets are real — India is UTC+5:30, Nepal UTC+5:45 — so you can’t assume whole hours. And the date change is easy to drop: a 22:00 UTC deploy is already tomorrow in Tokyo. The panel under the result shows the day shift explicitly for that reason.
Scheduling across zones
The overlap strip shows which hours fall inside 9am–5pm in both places at once. A few practical points it makes obvious:
- US east coast and western Europe have a comfortable overlap — early afternoon in London is morning in New York.
- US west coast and India have essentially none. One side takes an early morning or a late evening.
- Europe and east Asia overlap only at the very start and end of the day.
- Sydney and anywhere in the Americas is a different calendar day, not just a different hour.
For anything recurring, agree it in UTC or name the city rather than an abbreviation. “14:00 UTC” and “9am New York time” are both unambiguous. “2pm EST every Tuesday” is not, and will drift twice a year.
Worked example
A team in New York wants a 9:00 call with colleagues in Bengaluru on 15 August 2026.
- New York is on EDT in August, UTC−4. India is UTC+5:30 all year.
- The gap is 9 hours 30 minutes, so 9:00 in New York is 18:30 the same day in India.
- Come November, New York returns to EST and the gap becomes 10 hours 30 minutes. The same 9:00 call is then 19:30 in India — half an hour later into their evening, without anyone changing anything.
If that call is a standing commitment, the Indian side loses half an hour of their evening every winter. Worth knowing before you set it rather than after.
UTC and GMT
For practical purposes they are the same instant, but they are not the same kind of thing.
UTC is a time standard, defined by atomic clocks and kept within a second of the Earth’s rotation by occasional leap seconds. It has no daylight saving and never will.
GMT is a time zone that people actually live in. The UK is on GMT in winter and British Summer Time in summer. So “GMT” written in July usually means BST, which is UTC+1.
Use UTC for anything technical — logs, APIs, database timestamps, meeting invitations across many countries. Use city names for anything human.
Related
The cron expression generator shares this tool’s time zone engine, and answers the same question in a different costume: a scheduled job set in the wrong zone fails in exactly the way a meeting does. For plain date arithmetic use the date duration calculator, and for deadlines that skip weekends and holidays, the business days calculator.
Frequently asked questions
What time is 9am EST in IST?
India is 10 hours 30 minutes ahead of US Eastern Standard Time, so 9am EST is 7:30pm the same day in India. But from March to November the US is on Eastern Daylight Time and the gap becomes 9 hours 30 minutes, making 9am into 6:30pm. India never changes its clocks, so that difference moves twice a year entirely because of the American end.
What is the difference between EST and EDT?
EST is Eastern Standard Time, UTC-5, used in winter. EDT is Eastern Daylight Time, UTC-4, used from March to November. People write EST all year round, and that is the single most common cause of one-hour scheduling errors. If you mean "whatever New York is on right now", write Eastern Time or ET.
Why did my recurring meeting shift by an hour?
Because one end changed its clocks and the other did not, or they changed on different dates. The US switches in mid-March and early November. The EU and UK switch at the end of March and end of October. Australia and New Zealand go the opposite way because they are in the southern hemisphere. India, most of Asia and most of Africa do not switch at all. For a few weeks each year the usual difference between two cities is simply wrong.
How many hours ahead is India of New York?
Either 9 hours 30 minutes or 10 hours 30 minutes, depending on whether New York is on daylight time. India runs on UTC+5:30, one of a handful of half-hour zones along with Iran, Afghanistan and parts of Australia. Nepal is stranger still at UTC+5:45.
When do the clocks change?
It depends entirely on the country. In the US, the second Sunday in March and the first Sunday in November. In the EU and UK, the last Sunday in March and the last Sunday in October. Australia and New Zealand switch in October and April. Many countries have abandoned the practice or never adopted it. This tool reads the browser's own time zone database, so it follows the current rules rather than a hardcoded table that goes stale.
What is the UTC time right now?
The clock at the top of the tool is live UTC and updates every second, with today's date beside it and your own local time for comparison. UTC never observes daylight saving, so it does not shift twice a year the way a local clock does. It is read from your browser's own time zone database rather than fetched from a server, so it works offline and nothing about your location is sent anywhere.
Is EST UTC-5 or UTC-4?
EST is UTC-5, and that never changes — it is a fixed offset. But the question people usually mean is what the US east coast is on today, and that is EST from November to March and EDT (UTC-4) from March to November. This matters because several converters hardcode UTC-5, label it EST, and return the winter answer all year. For about eight months that is an hour wrong.
What time is 14:00 UTC in EST?
It depends on the date, which is why the tool asks for one. In winter, when the east coast is on EST (UTC-5), 14:00 UTC is 09:00. In summer, on EDT (UTC-4), the same 14:00 UTC is 10:00. Set the date above and the tool names which one applies and shows the other for comparison.
Does UTC change for daylight saving?
No, and it never will. That is the whole point of it. UTC is a time standard rather than a place, so it has no summer time to switch into. What changes is the offset between UTC and any zone that does observe daylight saving — New York is UTC-5 in winter and UTC-4 in summer, while UTC itself sits still. Store timestamps in UTC and this problem disappears.
How do I read a UTC timestamp from a log file?
Subtract the target zone's current offset. UTC to Eastern in summer is minus four hours, in winter minus five. Watch the date: 02:00 UTC is 21:00 the previous day in Los Angeles, and 22:00 UTC is already tomorrow in Tokyo. Paste the time above and the panel under the result shows the same instant in seven zones with any day shift marked.
What is UTC and how is it different from GMT?
For everyday purposes they are the same moment. UTC is the modern standard, defined by atomic clocks and kept within a second of the Earth's rotation. GMT is a time zone that the UK actually lives in during winter, switching to BST in summer. So UTC never changes, but GMT as a zone effectively does.
Guides that use this tool
Last updated: August 25, 2026