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.
Practical example and expected result
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. In practice, this is most useful when you need a quick, repeatable check on a date or timestamp value before adding it to a ticket, pull request, test fixture, or support note.
A realistic input for this workflow is 2026-06-14 09:00 America/New_York. The expected result should resemble 2026-06-14 14:00 Europe/London, with the same important values preserved.
Troubleshooting checklist
- Confirm you copied the complete date or timestamp value and not only a partial line or truncated preview.
- Run the local tool once with a safe sample, then repeat with the real data only if your team policy allows it.
- Check quoting, escaping, whitespace, encoding, timestamps, and environment-specific values before trusting the result.
- Before sharing output, remove secrets, tokens, cookies, customer data, and production hostnames that are not needed for the review.
Next useful steps
- Open this example in Timezone & Date Math → for a related validation or follow-up step.
- Convert Unix timestamps for a related validation or follow-up step.
- Build a cron schedule for a related validation or follow-up step.
- Use Magic Box when you are not sure which tool should handle the next artifact.