Seconds to a readable date
1767225600
2026-01-01T00:00:00Z
Convert between Unix time and human dates in any timezone.
Nothing to show yet. Enter something above to get started.
Was this tool useful?
Unix time counts the seconds since 1 January 1970 UTC. It is what databases, log files and APIs store, because a single integer has no timezone ambiguity and sorts correctly without any parsing.
The trade-off is that it means nothing to a human. This converter goes both ways and shows the result in your timezone, in UTC and as ISO 8601 at the same time — which is usually what you need when you are comparing a log line against a report.
1767225600
2026-01-01T00:00:00Z
Date.now() returns milliseconds, which is why the value has thirteen digits.
1767225600000
2026-01-01T00:00:00Z