ISO 8601 Converter
Convert between ISO 8601 date/time strings and Unix timestamps instantly. Paste an ISO 8601 string (like 2024-03-30T12:00:00Z) to see it in every format, or enter a timestamp to get the ISO 8601 representation. The standard format for APIs, databases, and international date exchange.
Frequently Asked Questions
›What is ISO 8601?
ISO 8601 is the international standard for date and time representation. The most common format is YYYY-MM-DDTHH:mm:ssZ (e.g., 2024-03-30T12:00:00Z). The T separates date from time, and Z indicates UTC. It's the default format for JSON APIs and most databases.
›How do I parse an ISO 8601 string?
Paste the ISO 8601 string into the input field. The converter will parse it and show the equivalent Unix timestamp, local time, relative time, and timezone-converted values.
›What about timezone offsets in ISO 8601?
ISO 8601 supports timezone offsets like +05:30 or -08:00, as well as Z for UTC. The converter handles all of these correctly and shows the time in your chosen timezone.