Result
Result reflects the current submitted inputs.
- Risk B
- Reviewed 2026-05-26
- 3 sources
Breakdown
- From
- America/New_York
- To
- Europe/London
- UTC offset difference
- 5 hours
- Runtime ICU/IANA timezone data is the source of timezone rules.
- No live timezone database is fetched by the calculation module.
- Input datetime is interpreted as local time in the source timezone, not in the user's browser timezone.
- The calculation is minute-based; seconds and milliseconds are outside this packet.
- Ambiguous daylight-saving fall-back times may resolve to one valid instant according to runtime behavior.
- Nonexistent spring-forward local times are rejected when the resolved source local time does not match the input.
- Timezone law can change; public pages must disclose the runtime-data dependency.
Accuracy notes
- Risk level
- B
- Reviewed
- 2026-05-26
- Sources
- 3
- Primary result
- Converted time
Formula logic is kept in a pure calculator module with fixtures, source notes, and page-visible assumptions.
What the result means
Converted time answers the page's main time zone question. Target time zone local date and time to the minute. Read the interval or converted time first, then verify the calendar convention, endpoint handling, and time-zone assumptions. Use source time, UTC time, and source UTC offset to explain why converted time moved when an input changed. Compare the result against the calendar or timesheet rule that applies to the actual task.
Use the result this way
- Start with Converted time, then use supporting outputs only to explain the primary answer.
- Verify source date and time, from time zone, and to time zone before copying the result.
- Choose the mode or method first because it can change which formula is applied.
- Compare the result against the calendar or timesheet rule that applies to the actual task.
User job
How to use this calculator
Use Time Zone Calculator when you need converted time, then use source time and utc time to check the context for calendar planning, work logs, schedules, eligibility checks, and duration comparisons.
Best for
- Turning dates or clock times into a clear interval
- Checking whether a deadline or duration is plausible
- Reviewing a default example before entering your own source date and time and from time zone.
Check before relying
- Confirm calendar convention, time zone, overnight handling, and whether endpoints should be included.
- Runtime ICU/IANA timezone data is the source of timezone rules.
- No live timezone database is fetched by the calculation module.
- Source context: Ecma International / TC39, reviewed 2026-05-26.
Next useful step
- Date CalculatorUse next when the calendar or clock task needs difference instead of converted time.
- Age CalculatorUse next when the calendar or clock task needs age instead of converted time.
- Hours CalculatorUse next when the calendar or clock task needs total hours instead of converted time.
Formula
Resolve source local datetime to a UTC instant using ECMAScript Intl/IANA timezone offsets, then format the same instant in the target timezone. Key assumptions: Runtime ICU/IANA timezone data is the source of timezone rules. No live timezone database is fetched by the calculation module. Input datetime is interpreted as local time in the source timezone, not in the user's browser timezone.
- Resolve source local datetime to a UTC instant using ECMAScript Intl/IANA timezone offsets, then format the same instant in the target timezone.
- Runtime ICU/IANA timezone data is the source of timezone rules.
- No live timezone database is fetched by the calculation module.
- Primary source context: Ecma International / TC39.
Inputs
Enter source date and time, from time zone, and to time zone for calendar planning, work logs, schedules, and duration checks. Before calculating, choose the mode or method first because it can change which formula is applied. Source date and time: Use local source time in YYYY-MM-DDTHH:MM format. From time zone: Choose an IANA time zone for the source local time. To time zone: Choose an IANA time zone for the converted local time.
Example
Using the default inputs, Time Zone Calculator returns converted time of 2026-01-15 14:00. Adjust source date and time, from time zone, and to time zone to match your own scenario.
FAQ
How is converted time calculated here?
Resolve source local datetime to a UTC instant using ECMAScript Intl/IANA timezone offsets, then format the same instant in the target timezone. The first assumption to check is: Runtime ICU/IANA timezone data is the source of timezone rules.
What does Converted time mean for time zone?
Read the interval or converted time first, then verify the calendar convention, endpoint handling, and time-zone assumptions. Secondary values such as source time, UTC time, and source UTC offset are there to explain the primary answer, not to replace it.
What should I enter for Source date and time?
Use local source time in YYYY-MM-DDTHH:MM format. Choose the mode or method first because it can change which formula is applied.
How does From time zone change converted time?
Choose an IANA time zone for the source local time. Changing it can alter converted time because the formula uses the submitted inputs together. Also compare inclusive versus exclusive dates, overnight spans, daylight saving time, time zones, and rounding to whole units.
Why does the time zone example show 2026-01-15 14:00 for converted time?
The default inputs produce 2026-01-15 14:00 for converted time. Treat that as a format and scale check, then replace every default value with your own inputs.
Which date or time rule can change the time zone result?
Endpoint handling, overnight spans, daylight saving time, time zone assumptions, and inclusive versus exclusive counting can all change the answer.
Sources
Last reviewed: 2026-05-26
- Reviewed 2026-05-26ECMAScript Internationalization API Specification: Intl.DateTimeFormatEcma International / TC39. Use of Intl.DateTimeFormat with a timeZone option and formatted date-time parts as the runtime basis for timezone conversion.
- Scope
- ECMAScript Intl date-time formatting behavior.
- Supports
- Use of Intl.DateTimeFormat with a timeZone option and formatted date-time parts as the runtime basis for timezone conversion.
- Reviewed 2026-05-26IANA Time Zone DatabaseInternet Assigned Numbers Authority. Use of IANA time zone identifiers and the disclosure that timezone rules can change.
- Scope
- Primary public source for time-zone identifiers and rule database distribution.
- Supports
- Use of IANA time zone identifiers and the disclosure that timezone rules can change.
- Reviewed 2026-05-26MDN: Intl.DateTimeFormat timeZone optionMozilla Developer Network. Implementation notes for accepting IANA time zone names and formatting one instant in different time zones.
- Scope
- Developer reference for the timeZone option and Intl.DateTimeFormat usage.
- Supports
- Implementation notes for accepting IANA time zone names and formatting one instant in different time zones.
Disclaimer
This calculator is an educational estimate based on the inputs and assumptions shown on the page.