Convert times between world cities with full DST (Daylight Saving Time) support. Add multiple target cities and instantly see what time it is everywhere.
The world is divided into 24 primary time zones, each roughly 15ยฐ of longitude wide. The reference point is Coordinated Universal Time (UTC, formerly GMT), which is the time at the Prime Meridian (0ยฐ longitude) in Greenwich, London.
Each timezone is defined as UTC+X or UTCโX, where X is the number of hours (and sometimes half-hours) from UTC. For example, India Standard Time (IST) is UTC+5:30, Nepal is UTC+5:45, and US Eastern Standard Time is UTCโ5.
Many countries observe DST โ advancing clocks by one hour in spring and reverting in autumn. This is done to make better use of daylight in evenings. This tool uses your browser's built-in Intl.DateTimeFormat API which automatically accounts for DST transitions for all IANA timezone identifiers.
The IANA (Internet Assigned Numbers Authority) timezone database is the globally accepted standard for timezone definitions. Timezones are identified by region/city (e.g., "America/New_York", "Asia/Kolkata"). The database is updated regularly to reflect political changes in DST rules worldwide.