Is the input time in the From timezone?
Yes. The clock time you enter is treated as local time in the From zone.
Convert a local date-time from one major timezone to another—useful for calls, flights, and global teams.
Enter a date-time, choose the source zone, then pick the destination zone.
How to use Timezone Converter, plus the formulas and logic behind the results.
The Timezone Converter translates a wall-clock time from one IANA timezone to another. It helps schedule meetings and travel across regions with different offsets and daylight-saving rules.
instant = parse(datetime in from_tz)result = instant projected into to_tzoffset shown as ±HH:MM for each zone at that instantConversion tips
The input is parsed with the source DateTimeZone, producing an absolute instant. setTimezone() then formats that instant in the destination zone, including the correct offset for that date (DST-aware).
The list focuses on commonly used zones. DST transitions follow IANA timezone data available to PHP on this server.
Common questions about this calculator and how to use the results.
Yes. The clock time you enter is treated as local time in the From zone.
Yes, when the selected IANA zone observes DST on that date.
The converter includes widely used zones. Pick the zone that matches your region’s offset rules.
Coordinated Universal Time—the baseline reference without DST.
Yes. The result will match the input local time with that zone’s offset.
Accuracy depends on the server’s timezone database for past DST rule changes.
Minutes are enough; seconds default to zero.
Convert from one city to each of the others using the same source time.