Convert a time between time zones. Pick a date and time in one zone and read the same moment in the others, with daylight saving handled for you.
Converting a time between zones is the step where scheduling goes wrong, usually because someone did the arithmetic with the wrong offset or forgot that one side had changed clocks. This tool takes a date and time in one zone and shows the same instant in as many others as you want.
Pick the source zone, enter the wall-clock time as it appears on a clock there, then read it off for every zone you have added.
A converted time frequently lands on a different calendar day. 09:00 in Tokyo on 1 March is 19:00 on 28 February in New York — a different date, a different month, and in that example a day that only exists in some years. Each row shows its own date for exactly this reason. Getting the hour right and the day wrong is the most common scheduling failure across zones.
Convert for the date the event happens, not for today. Offsets change: Europe and North America both observe daylight saving but switch on different weekends, which creates short windows each spring and autumn when the usual gap between two cities is an hour off. A meeting series set up in January can shift for one side in March while the other stays put.
This tool resolves the offset for the specific date and time you enter, on both sides, so it is correct across those transitions. It also handles zones with fractional offsets, and picks a sensible reading for the hour that repeats or goes missing when clocks change.
Yes, for both the source and target zones, resolved for the exact date you enter. That is why you should convert for the date the event actually happens rather than for today.
Because a large enough offset pushes the same instant onto another calendar date. Each row shows its own local date so this is visible rather than assumed.
It is the moment you entered, expressed in Coordinated Universal Time — the zone-independent form. Useful for putting into a log, an API call, or a message to someone whose zone you do not know.
Always the IANA name. EST is only correct for part of the year — the same city is EDT in summer — and abbreviations like CST are ambiguous between several countries. IANA names identify the location and let the software work out the offset.
When clocks go forward, an hour does not exist locally; when they go back, an hour happens twice. This tool resolves such an input to a single valid instant rather than failing, but if you are scheduling inside a transition hour, pick a different time.