1. Prepare
Choose the conversion direction and use a representative source value, including edge cases such as empty or special characters.
Convert Unix seconds or milliseconds to ISO UTC, or ISO timestamps with Z or an offset to Unix seconds.
Integers with an absolute value up to 9,999,999,999 are Unix seconds; from 1,000,000,000,000, they are Unix milliseconds.
Status
Ready
Input size
10 bytes
Output size
24 bytes
Detected mode
UNIX to date
Format
ISO 8601
Practical usage guide
Convert Unix seconds or milliseconds to ISO UTC, or ISO timestamps with Z or an offset to Unix seconds.
Choose the conversion direction and use a representative source value, including edge cases such as empty or special characters.
Compare the converted value with the source and verify that encoding, delimiters, data types and structure were preserved as expected.
Copy or download only the verified result and remove confidential data before sharing it.