Timestamp Converter

Convert Unix timestamps to readable dates and vice versa.

Current Unix Timestamp

Live — updates every second.

Seconds
Milliseconds

Timestamp to Date Converter

Enter a Unix timestamp (in seconds or milliseconds) to convert it to a readable date (UTC).

Date → Timestamp

Pick a date and time to get its Unix timestamp.

How to Use the Converter

  1. Enter the Timestamp: Type or paste the Unix timestamp into the input field. The tool automatically detects if the value is in seconds (10 digits) or milliseconds (13 digits).
  2. Convert: Click the "Convert to Date" button.
  3. See the Result: The corresponding date and time, in the UTC (Coordinated Universal Time) timezone, will appear in the result field.

Frequently Asked Questions (FAQ)

What is a Unix Timestamp?

A Unix Timestamp (or "Epoch time") is the number of seconds that have passed since the "Unix Epoch", which is 00:00:00 UTC on January 1, 1970.

Seconds or Milliseconds?

Traditionally, the Unix timestamp is in seconds. Modern systems (like JavaScript) work with milliseconds. The tool automatically detects both.

Share this tool