Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates.

About Unix Timestamps

A Unix timestamp represents the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC (the Unix Epoch). This standardized time format is widely used in programming and databases.

Tips:

  • Use "Current Time" to quickly get the current timestamp or date
  • Timestamps are in seconds (not milliseconds)
  • Dates are shown in your local timezone