Convert any date and time between major world time zones instantly
Convert a Time ↓The world is divided into time zones so that clocks roughly match the position of the sun: noon should be somewhere near the middle of the day wherever you are. Every time zone is defined as an offset from Coordinated Universal Time (UTC), for example UTC-5 for New York in winter or UTC+9 for Tokyo. Instead of tracking dozens of fixed offsets, this tool uses IANA time zone names like "America/New_York" and "Asia/Tokyo," which map to a specific place and automatically account for that region's rules.
Many countries shift their clocks forward or back by an hour for part of the year, known as daylight saving time (DST). That means a location's UTC offset isn't fixed year-round: New York is UTC-5 in winter but UTC-4 in summer. If you try to convert time zones by memorizing a single offset, you'll be off by an hour for roughly half the year. This tool avoids that entirely by using the browser's built-in Intl.DateTimeFormat API with the target time zone name, which has the DST rules for every region built in and calculates the correct local time automatically, no hand-rolled offset math involved.
Because DST start and end dates differ by country (and some countries don't observe it at all), a conversion made a few days before or after a transition can be especially easy to get wrong by hand. Always double-check the exact date and time you're converting, particularly in early spring and late autumn when clock changes cluster, and let this tool's IANA-based conversion handle the offset for you rather than guessing.