Convert a time between time zones
Enter a time and a source zone, pick a target zone, and get the converted time with daylight saving handled — for scheduling jobs, meetings, and reading incident timelines.
Open the tool, then paste the sample input below. Everything runs locally in your browser.
The problem
Converting times across zones by hand is error-prone, especially around daylight saving transitions. A meeting or a scheduled job set to the wrong zone is a classic mistake. A converter that knows DST rules gives you the right local time on both sides.
Sample input
2026-06-14 09:00 America/New_York
Expected output
2026-06-14 14:00 Europe/London
In June both zones are on summer time, so New York (EDT, UTC-4) to London (BST, UTC+1) is a 5-hour shift. The gap changes outside DST.
How to do it
- Enter the source date and time.
- Select the source time zone.
- Select the target time zone.
- Read the converted time.
- Confirm the daylight saving offset for that date.
Common mistakes
- Assuming the offset is fixed when daylight saving shifts it.
- Confusing a zone abbreviation (EST vs EDT) with the IANA zone name.
- Converting a date near midnight and missing the day change.
- Using a city that shares a name across regions.
- Forgetting that UTC does not observe daylight saving.
Related tools
Related guides
FAQ
How do I convert a time between time zones?
Enter the source date, time, and zone, then choose a target zone. The converter applies the correct offset for that date, including daylight saving, and shows the target time.
Does it handle daylight saving time?
Yes. It uses IANA time-zone rules, so the offset reflects whether each zone is on standard or summer time for the given date.
Why is the offset different from what I expected?
Offsets change across the year. Near a daylight saving transition the gap between two zones can be an hour different from another part of the year.
What is the difference between EST and America/New_York?
EST is a fixed-offset abbreviation; America/New_York is an IANA zone that switches between EST and EDT automatically. Use the IANA name to get correct daylight saving handling.
Is my data uploaded?
No. The conversion runs locally in your browser. Nothing is sent to a server.
Time-zone conversion runs locally in your browser. Nothing is uploaded.
Convert time zones and timestamps, build schedules, and reach for any other utility.