Timestamp Converter
Convert between Unix timestamps and dates. Free, no signup.
How It Works
Enter a Unix timestamp to convert it to a human-readable date, or enter a date to get the Unix timestamp. The current Unix timestamp is shown at the top and updates in real time.
What Is a Unix Timestamp?
A Unix timestamp (also called epoch time) is the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. It is the standard way computers represent time internally and is used in APIs, databases, log files, and programming languages.