Timestamp Converter

Convert between timestamps and dates

Timestamp to Date

Enter Unix timestamp in seconds (e.g., 1699123456)

About Timestamps

A Unix timestamp (also called epoch time) is the number of seconds that have elapsed since January 1, 1970 (Unix epoch).

Common Use Cases:

  • Database timestamps
  • API responses
  • Log file timestamps
  • Cache expiration
  • Event scheduling

Note:

Our converter automatically detects if the timestamp is in seconds or milliseconds. Timestamps less than 10 digits are treated as seconds.