Timestamp converter

Convert between Unix epoch and ISO 8601.

From
To
2026-07-14T10:59:28.000Z

Quickly convert timestamps between various formats. Essential for working with databases and APIs that return time in different representations.

Why is my Unix time showing 'Invalid input'?

Ensure you are entering only numbers. Unix timestamps should not contain letters or special characters.

What is the difference between Unix (s) and (ms)?

Unix (s) is seconds since Jan 1, 1970, while Unix (ms) is milliseconds (commonly used in JavaScript).