https://devtools.solutions/tools/datetime/iso-convert.html

Convert to ISO 8601

Convert a date string or Unix timestamp to ISO 8601 format (e.g. 2024-05-20T17:43:42.000Z).

Convert to ISO8601


    

Example input/output

Input: May 20, 2024 5:43 PM UTC

Output: 2024-05-20T17:43:00.000Z

How it works

This tool passes the input to JavaScript's Date constructor and calls toISOString() to produce a standard ISO 8601 formatted timestamp. Processing runs in your browser.

Common use cases

Related tools