Unix Timestamp Converter
Convert Unix epoch timestamps to human-readable dates and times — or pick a date to get the epoch value.
Open toolHome › Tools › Developer Tools › Timezone Converter
Convert any time between two time zones instantly — no signup, runs in your browser.
Intl.DateTimeFormat. No data leaves your device.
Converted time
Keep going
Convert Unix epoch timestamps to human-readable dates and times — or pick a date to get the epoch value.
Open toolBuild cron expressions visually, decode any cron string, and preview the next 5 fire times in UTC or local time.
Open toolFormat and validate JSON instantly. Syntax errors show the exact line and column. Free, in-browser.
Open toolPick any color and get HEX, RGB, HSL, and CSS values. Preview on light and dark backgrounds.
Open toolTimezone Converter is a free, browser-based tool that converts any date and time from one IANA timezone to another — instantly, with no server request. Enter a date, a time, and two timezones, then click Convert to see the equivalent local time in the target zone along with the UTC offsets for both sides.
Every timezone on Earth is expressed as an offset from Coordinated Universal Time (UTC). UTC+3 is three hours ahead of UTC; UTC−5 is five hours behind. This tool uses the browser's built-in Intl.DateTimeFormat API and the IANA timezone database — the same source that powers your operating system's clock — to look up the correct offset for each zone, including Daylight Saving Time adjustments, and compute the converted time. The result shows the full timezone name (e.g. Israel Standard Time), the UTC offset for that moment (e.g. UTC+3), the day-of-week, and a copyable ISO 8601 timestamp with offset.
DST shifts a timezone's UTC offset forward by one hour during summer months, then back in autumn. Not all regions observe DST — Arizona, Japan, and most of Africa do not — and transitions happen on different dates in different countries. The IANA timezone database includes full historical and current DST rules for every zone. This tool applies those rules correctly for the date you enter: the converted time reflects the actual offset in effect on that specific day, not just the zone's standard offset. For times in the ambiguous fall-back hour when clocks repeat, the tool shows the DST-adjusted (earlier) interpretation.
This tool is optimized for a single conversion: "What time is 3 PM Eastern in Israel on Thursday?" It does not show multiple timezones simultaneously or update in real time. For scheduling meetings across five timezones or browsing current times in many cities at once, a world clock is the right fit. For any specific single-moment conversion question, this tool is faster: two selects, a date, a time, one click.
The Intl.DateTimeFormat API with full IANA timezone support is available in Chrome 24+, Firefox 52+, Safari 10+, and Edge 18+ — effectively all browsers in use today. The tool detects support at load time and shows a fallback message on unsupported browsers. On iOS and Android, the tool automatically uses the native timezone selector instead of the custom searchable combobox to avoid the virtual keyboard covering the dropdown list.
Yes. The tool uses the browser's built-in IANA timezone database, which includes full DST rules for every zone. The converted time reflects the actual offset in effect on the date you entered — summer time or standard time, whichever applies. If you enter a time during the ambiguous fall-back hour when clocks go back, the tool shows the DST-adjusted (earlier) interpretation. A specific DST-gap warning will be added in a future update.
All timezones use the IANA timezone database identifiers, such as America/New_York, Europe/London, and Asia/Jerusalem. These are the same identifiers used in programming languages (Python datetime, JavaScript Intl, PHP DateTimeZone) and operating systems. The copy value is formatted as ISO 8601 with the UTC offset included, for example 2026-06-25T18:30:00+03:00.
No. All conversion runs in your browser using the Intl.DateTimeFormat API built into every modern browser. Your date, time, and timezone inputs are never sent to a server. The tool works offline after the page has loaded for the first time.
A UTC offset is the difference between Coordinated Universal Time (UTC) and the local time in a given timezone. UTC+3 means the local time is 3 hours ahead of UTC; UTC−5 means the local time is 5 hours behind. Offsets can change during Daylight Saving Time transitions: a timezone that is UTC+2 in winter may become UTC+3 in summer. The offset shown in this tool reflects the offset in effect on the specific date and time you entered.
Yes. The tool saves your last 5 conversion pairs in your browser's local storage. After the first conversion, a "Recent conversions" section appears below the tool. Click any entry to restore those settings instantly. Recent history is stored only in your browser — it is never uploaded or shared.