Normalize an ISO 8601 timestamp and inspect its UTC instant.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
An ISO 8601 timestamp with an explicit offset is parsed into an ECMAScript Date time value, normalized to milliseconds since the Unix epoch, and serialized as an ISO UTC string. Calendar and clock fields are read from that normalized instant, so UTC output stays stable across browsers.
ISO date time: 2026-08-24T12:30:00Z Time zone: UTC
ISO: 2026-08-24T12:30:00.000Z Epoch milliseconds: 1787574600000 Date: 2026-08-24 Time: 12:30:00 Note: Uses the browser Date model; named time-zone rules are not applied.
API payloads, log viewers, and timestamp test fixtures normalize ISO instants.