Unix Timestamp Converter

Convert Unix timestamps to human-readable dates and times, or convert any date and time to a Unix timestamp.

Frequently asked questions

What is a Unix timestamp?
A Unix timestamp is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970 (the Unix epoch). It is a standard way to represent a point in time in software.
What is the maximum Unix timestamp?
On 32-bit systems, the maximum Unix timestamp is 2,147,483,647 (January 19, 2038). This is known as the "Year 2038 problem". On 64-bit systems, timestamps can represent dates far into the future.