Debug timezone offsets
Compare UTC and local output for the same ISO value.
Free browser tool
The ISO date converter helps you inspect ISO 8601 timestamps from APIs, logs, databases, and scheduled events. Paste an ISO date and see the UTC form, local form, Unix seconds, and Unix milliseconds.
ISO timestamps are readable, but timezone offsets can still be confusing. This tool makes the converted values explicit so you can debug date handling faster.
Parse ISO dates into UTC, local time, and Unix values.
ISO 8601 dates are common in APIs because they are readable and include timezone information when written carefully. A value like 2026-05-11T16:00:00Z clearly indicates a UTC timestamp, while offsets such as -03:00 show local relationship to UTC.
This converter parses an ISO-like date and shows UTC, local time, Unix seconds, and Unix milliseconds. It is useful when debugging schedules, logs, and API payloads that cross timezones.
Compare UTC and local output for the same ISO value.
Convert ISO dates into timestamp values expected by APIs.
Read exactly when an ISO timestamp will occur locally.
The same instant can be represented as an ISO string, Unix seconds, Unix milliseconds, or local browser time.
2026-05-11T16:00:00ZUTC: 2026-05-11T16:00:00.000Z
Unix seconds: 1778515200A date without Z or an offset may be treated as local time.
Browser local time uses the user's timezone and can differ from UTC.
Date-only input can be interpreted differently than full timestamps.
Debug API dates and timezone offsets.
Convert ISO strings for tests.
Compare local and UTC representations.
Use Z or an explicit offset when sharing timestamps across systems.
ISO strings are self-describing and easier to inspect than raw numbers.
Store and transmit UTC, then format local time for display.
Unix timestamps count time from the Unix epoch, but seconds, milliseconds, and timezones often cause confusion.
Cron expressions compactly describe recurring schedules, but fields, timezones, and platform differences matter.
API responses are easier to debug when you validate syntax, format payloads, inspect errors, and compare changes deliberately.
ISO 8601 is a common date and time format such as 2026-05-11T16:00:00Z.
Z means the timestamp is expressed in UTC.
Local output uses your browser's timezone, while UTC output uses universal time.
The tool runs in your browser and does not require login, a database, or server-side processing.