Convert epoch to date
Enter a Unix timestamp in seconds or milliseconds to see ISO, UTC, and local representations. Or paste an ISO-8601 string to get epoch values back.
Why developers need an epoch converter
Logs, JWT exp claims, databases, and APIs mix second and millisecond precision. A quick converter prevents off-by-1000 bugs when debugging production data.