offlinewebtools.com

Timezone Converter

Convert time between any two timezones with date picker

Processes in your browser — never sent to our servers

From

() => conversion ? conversion.fromOffset : ""

To

() => conversion ? conversion.toOffset : ""

Converted Time

() => conversion ? formatInTimeZone(conversion.instant, toTimezoneId, { hour: "2-digit", minute: "2-digit", second: "2-digit" }) : null
() => conversion ? formatInTimeZone(conversion.instant, toTimezoneId, { weekday: "long", year: "numeric", month: "long", day: "numeric", hour: "2-digit", minute: "2-digit", second: "2-digit" }) : null
() => describeDayDifference(dayDiff)

Tip: We use IANA timezone data so daylight saving adjustments are automatic for the selected date. Use the swap button to reverse the conversion direction and watch the day difference badge to spot boundary crossings.