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.
Convert Unix time in seconds to a readable local date and time.
Unix time counts seconds from 00:00:00 UTC on January 1, 1970. Developers use it in logs, APIs and databases.
Use the related tools and guides when the first answer raises the next question.
Unix timestamps count seconds since 1 January 1970 UTC. They are common in logs, APIs and databases.
A timestamp from an API can be pasted into the converter to see the local readable date and time.
Some systems use milliseconds instead of seconds. If the result looks thousands of years away, check the timestamp unit.