Unix Timestamp Converter

Convert Unix timestamps to human-readable dates and vice versa. Handle both seconds and milliseconds timestamps with timezone support.

Convert Timestamp
Enter Unix timestamp to convert to date
Supports both seconds and milliseconds
Date Result
Converted date in multiple formats
Enter timestamp to convert

About Unix Timestamps

Unix timestamp (also called Epoch time) is the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC.

Common Use Cases:

  • Database storage of dates and times
  • API responses and data exchange
  • Programming and system administration
  • Log files and system events

Formats:

  • Seconds: 10-digit number (e.g., 1640995200)
  • Milliseconds: 13-digit number (e.g., 1640995200000)

Related Tools