Enter a timestamp to get the date.
Select a date and time to get the timestamp.
Unix timestamps (or Epoch time) represent time as a running total of seconds. While efficient for computers, they are unreadable to humans.
Important: Unix timestamps are always in UTC (Coordinated Universal Time).
When converting to a human-readable date, this tool displays the time in your local timezone (based on your browser settings) alongside the UTC time for clarity.
On January 19, 2038, 32-bit systems will run out of numbers to store the timestamp. Modern 64-bit systems (which you likely use) have fixed this by allowing much larger numbers.
Standard Unix is in seconds (10 digits). JavaScript and Java often use milliseconds (13 digits). Our tool supports both.