Timezone Converter
Enter a date and time in one timezone and see the equivalent in another. Uses the browser's Intl API for zone offsets. Helpful for meetings and travel.
Convert time
Set date/time and both zones, then click Convert.
How it works
We interpret your input as the time in the "From" zone, then convert to the "To" zone using Intl.DateTimeFormat and the browser's timezone database. DST is handled by the engine.
When to use it
Use it when scheduling across regions or when you need to know what time it is elsewhere.
Frequently asked questions
- Are DST rules accurate? We rely on the browser's timezone data. It is usually up to date for major zones.
- Can I use UTC? Yes. Select UTC as source or target.