---
title: "ISO Date Converter - Parse and Normalize Dates | CanDoYa"
description: "Convert and validate ISO 8601 dates in your browser. Normalize offsets to UTC, inspect date parts, and copy local, UTC, or Unix values instantly."
url: https://candoya.com/tools/iso-date-converter/
locale: en
type: browser-tool
---

# ISO Date Converter

Category: Converters

## What does an ISO date converter do?

An ISO date converter validates an ISO 8601 date or timestamp, then shows the same instant in normalized UTC, readable UTC, local time, and Unix formats. It also identifies the date, time, and zone parts, helping you check API payloads and logs without sending data to a server.

Paste a calendar date such as `2026-08-28`, a UTC value ending in `Z`, or a timestamp with an offset such as `+02:00`. The conversion runs locally with your browser's built-in date and internationalization APIs, so **nothing you enter is uploaded**.

## How to use it

1. **Paste an ISO date** - Enter an extended ISO 8601 calendar date or date-time. You can also load the worked offset example or use the current UTC time.
2. **Resolve an omitted zone** - If the date-time has no Z or numeric offset, choose whether its wall-clock value should be treated as your local time or as UTC.
3. **Inspect and copy** - Review the normalized UTC value, readable dates, Unix values, and parsed input parts, then copy one result or the full set.

## Who it's for

- **API developers** checking whether request and response timestamps describe the expected instant.
- **Support and operations teams** translating UTC log entries into the time shown on their own device.
- **Data analysts** normalizing offset timestamps before comparing exports from different systems.
- **QA engineers** testing leap days, midnight boundaries, fractional seconds, and non-zero offsets.

## Expert note

A numeric offset belongs to the input instant, not the output format. For example, 2026-08-28T14:30:00+02:00 normalizes to 2026-08-28T12:30:00.000Z because the original wall clock is two hours ahead of UTC. A date-time with no Z or offset is ambiguous, so this tool makes that assumption explicit.

## Frequently asked questions

### Is this ISO date converter free and private?

Yes. It is free, requires no account, and has no usage limit. Parsing and formatting happen in your browser, so the ISO values you enter are not uploaded or stored by this tool.

### What ISO 8601 formats can I convert?

The converter accepts extended calendar dates like 2026-08-28 and date-times such as 2026-08-28T14:30:00Z or 2026-08-28T14:30:00+02:00. Seconds and fractional seconds are optional. It rejects ambiguous regional dates such as 08/28/2026.

### What does Z mean in an ISO date?

A trailing Z means the timestamp is in UTC, also called Zulu time. It represents a zero offset from UTC. A value ending in +02:00 represents a wall clock two hours ahead of UTC, while -05:00 is five hours behind.

### What happens when an ISO date has no time zone?

A date-time without Z or a numeric offset does not identify one universal instant. Use the selector to interpret it as your device's local time or UTC. Date-only input is treated as midnight UTC so its calendar date stays stable across devices.

### Does converting an offset change the instant?

No. Normalizing an offset timestamp changes its displayed clock time while preserving the instant. For example, 14:30 at +02:00 and 12:30Z are the same moment. The Unix milliseconds value is identical for both forms.

### Are fractional seconds supported?

Yes. You can enter one to nine fractional digits. JavaScript dates store millisecond precision, so the converter keeps the first three digits and drops finer microsecond or nanosecond precision when it creates the normalized value.

### Can I convert Unix timestamps here?

This page shows Unix seconds and milliseconds for a valid ISO input. To start from a bare epoch number and auto-detect whether it uses seconds or milliseconds, use the related Unix Timestamp Converter instead.

## Related tools

- [Unix Timestamp Converter](https://candoya.com/tools/unix-timestamp-converter/)
- [Time Zone Converter](https://candoya.com/tools/timezone-converter/)
- [Date Calculator](https://candoya.com/tools/date-calculator/)
- [Time Duration Calculator](https://candoya.com/tools/time-duration-calculator/)
- [Meeting Time Planner](https://candoya.com/tools/meeting-time-planner/)

---

*Markdown edition of <https://candoya.com/tools/iso-date-converter/>, published for AI agents and other automated readers. Index of key pages: <https://candoya.com/llms.txt>.*
