Developer utility

ISO 8601 Date Converter

Paste an ISO 8601 date with Z or an explicit offset and convert it to UTC, local time, Unix timestamps, and other timezones.

Date/Time Converter

Timezone Conversions

UTC
Fri, Sep 4, 2026, 16:00:00
UTC (UTC+00:00)
Eastern (New York)
Fri, Sep 4, 2026, 12:00:00
EDT (UTC-04:00)
London
Fri, Sep 4, 2026, 17:00:00
GMT+1 (UTC+01:00)
Tokyo
Sat, Sep 5, 2026, 01:00:00
GMT+9 (UTC+09:00)

Convert an ISO 8601 instant

Use Z for UTC or include an explicit offset such as2026-01-15T09:30:00-05:00. An offset makes the input an unambiguous instant that can be displayed reliably in UTC, local time, or another timezone.

Offset and timezone are different

An offset such as −05:00 describes one relationship to UTC. An IANA identifier such as America/New_York carries historical and future daylight-saving rules. Store the IANA zone as well when a future event must remain tied to a location’s wall-clock time.

Avoid ambiguous date strings

Formats like 04/05/2026 mean different things in different locales. For data and APIs, prefer ISO 8601 with an explicit offset; this converter intentionally rejects browser-specific free-form parsing.