Time zone converter
What a time in one place is in another
The gap between two places is not a fixed number — it changes for a few weeks each year when one side has moved its clocks and the other has not. This computes the offset for the actual date, and says so when a time does not exist or happens twice.
The same instant — in a few places at once
| Place | Local time | Date | Offset |
|---|
An offset is not a property of a place
“New York is UTC-5” is true for about four months of the year and false for the rest, when it is UTC-4. The same goes for most places that observe daylight saving, and roughly a third of the world does not observe it at all. So the question “what is the offset of this zone” has no answer without a date attached, and a converter that stores one number per zone is wrong for part of every year. This page asks the browser for the offset at the specific instant you gave it.
The fortnight when everything goes wrong
The United States moves its clocks in the second week of March; Europe moves in the last week of the same month. For those two or three weeks New York and London are four hours apart rather than the usual five, and every recurring meeting between them lands an hour out. The same thing happens in reverse in the autumn, when the US moves in early November and Europe moved in late October. Southern-hemisphere zones shift in the opposite season again, so an Australian meeting slot drifts twice a year against both.
Two hours a year that are genuinely strange
When clocks go forward an hour is deleted. On 8 March 2026 in New York the clock reads 01:59 and then 03:00, and there is no 02:30 at all — so a meeting invitation for 02:30 that morning refers to nothing. When clocks go back an hour repeats: on 1 November 2026 01:30 happens twice, an hour apart, once on summer time and once on standard. Most converters answer both cases without comment. This one names them, because in the first case the time you were given is wrong and in the second it is incomplete.
Where the data comes from, and why not from us
The rules change several times a year, at the discretion of governments and often with only weeks of notice. A copy of the database bundled into this page would be accurate on the day it shipped and would then go quietly wrong, with no symptom a reader could see. Every browser already carries the IANA database and updates it with the browser, so this page reads that instead. Nothing is downloaded, nothing is sent, and the answers are exactly as current as the browser giving them.