Unix Timestamp Converter

Convert Unix time in seconds to a readable local date and time.

What is Unix time?

Unix time counts seconds from 00:00:00 UTC on January 1, 1970. Developers use it in logs, APIs and databases.

What Unix time means

Unix timestamps count seconds since 1 January 1970 UTC. They are common in logs, APIs and databases.

Example

A timestamp from an API can be pasted into the converter to see the local readable date and time.

Common mistake

Some systems use milliseconds instead of seconds. If the result looks thousands of years away, check the timestamp unit.