What is ISO 8601?
ISO 8601 is a standard format for writing dates and times, commonly used in APIs, logs, databases, and data exchange.
Date & Time
Convert ISO 8601 dates and timestamps directly in your browser. Parse ISO strings, convert to local time, UTC, Unix time, and readable date formats.
Convert ISO 8601 dates and timestamps directly in your browser. Parse ISO strings, convert to local time, UTC, Unix time, and readable date formats.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this free ISO 8601 converter to parse ISO date strings and convert them into readable dates, UTC time, local time, or Unix timestamps. It is useful for APIs, logs, databases, and debugging.
ISO 8601 is a standard format for writing dates and times, commonly used in APIs, logs, databases, and data exchange.
The Z means UTC time. For example, 2026-06-29T12:30:00Z is a UTC timestamp.
Yes. ISO timestamps can include offsets such as +02:00 or -05:00 to show the time zone difference from UTC.
Yes. The converter can parse an ISO value and show the matching Unix timestamp in seconds or milliseconds.