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
- Convert ISO 8601 timestamps from API responses to human-readable dates
- Format dates as ISO 8601 strings for use in REST API requests
- Validate ISO 8601 date format for configuration files