Converters & Formatters

Unix Timestamp Converter

Unix timestamps count seconds since January 1, 1970 UTC — the standard way computers store dates. Paste a timestamp to see it as a human-readable date, or pick a date to get its timestamp, in both seconds and milliseconds.

Current Unix timestamp (seconds)

Timestamp → Date


Date → Timestamp

How to use

  1. The current Unix timestamp is shown live at the top.
  2. Paste a timestamp (seconds or milliseconds — it is detected automatically) to convert it to a date.
  3. Use the date picker to convert a date back into a Unix timestamp.

Frequently asked questions

What is a Unix timestamp?

The number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970 (the Unix epoch), not counting leap seconds. It is the most common way to store points in time in software.

Is my timestamp in seconds or milliseconds?

JavaScript and Java often use milliseconds (13 digits today), while most Unix tools use seconds (10 digits). This converter detects the length automatically and handles both.

Does the converted date use my local timezone?

Yes. The same timestamp is displayed in your browser's local timezone and in UTC, so you can use whichever your context requires.