Timezone Converter & Meeting Planner

Convert a date and time from one timezone to multiple target zones, with correct daylight-saving handling and a synchronized 24-hour meeting planner grid. Runs entirely in your browser.

Converted time & Meeting Grid

Features


Timezone Reference

Select canonical IANA timezone names (e.g. Area/Location). The autocomplete fields suggest valid values as you type:

RegionIANA TimezoneStandard/DST Offset
LondonEurope/LondonUTC+0 (GMT) / UTC+1 (BST)
New YorkAmerica/New_YorkUTC-5 (EST) / UTC-4 (EDT)
Los AngelesAmerica/Los_AngelesUTC-8 (PST) / UTC-7 (PDT)
Paris / BerlinEurope/ParisUTC+1 (CET) / UTC+2 (CEST)
TokyoAsia/TokyoUTC+9 (JST, no DST)
MumbaiAsia/KolkataUTC+5:30 (IST, no DST)
SydneyAustralia/SydneyUTC+10 (AEST) / UTC+11 (AEDT)
Universal TimeUTCUTC+0 (no DST)

Note: Half-hour and 45-minute zones (e.g. India's UTC+5:30 or Nepal's UTC+5:45) are fully supported.


FAQ

How does it handle Daylight Saving Time (DST)?

The tool bundles the complete IANA database, meaning historical, current, and future DST transitions are resolved accurately based on the date specified.

What happens on spring-forward gap times?

If a selected wall-clock time does not exist in the source zone due to a DST forward transition, the tool warns you that the time is non-existent instead of silently guessing a wrong value.

Is my data private?

Absolutely. All date, time, and timezone conversions run locally in your browser. No queries are transmitted to external servers.

Developer & Automation Access

Run it from the terminal

Same engine as this page, headless — via the gizza CLI:

gizza tool timezone-convert "2024-03-10 14:30" 'from=America/New_York' 'to=Asia/Tokyo'

New to the CLI? Get gizza →

Open it by URL

Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:

https://gizza.ai/tools/timezone-convert/?datetime=2024-03-10%2014%3A30&from=America%2FNew_York&to=Asia%2FTokyo

Machine-readable descriptor: tool.json — title + parameters JSON Schema for agents.