What is ISO 8601 Converter?
ISO 8601 is the safest date format for APIs because it can include a precise time zone offset. This converter validates date strings and shows common alternatives.
How to use
- Paste an ISO 8601 or RFC 2822 date string.
- Check the parsed UTC and local outputs.
- Copy Unix seconds, milliseconds or normalized ISO output.
Example
Use this sample to confirm what ISO 8601 Converter does before pasting your own data.
2026-06-29T12:00:00Z
UTC, local, Unix seconds, Unix milliseconds and RFC-style output.
When to use it
Use ISO 8601 Converter for quick local checks, debugging, documentation prep, and one-off conversions where opening a full IDE or command-line workflow would be slower. For production-critical data, always review the output before committing or shipping it.
Frequently asked questions
What does Z mean in an ISO date?
Z means UTC, also known as zero offset.
Why is my local time different from UTC?
Local time applies your browser time zone offset to the same instant.