Date & Time

Unix timestamp converter

Convert a Unix timestamp to a readable date (UTC and local) and back.

  • Instant
  • Free
  • Private (processed locally)
  • No sign-up
Current Unix timestamp
Timestamp → date
Date → timestamp

Epoch ↔ date at a glance

Paste a Unix timestamp to read the date in UTC, local time and relative form; or pick a date to get seconds and milliseconds. A counter shows the current timestamp live.

  1. Enter a timestamp

    Or click “Now”.

  2. Read the date

    UTC, local and relative.

  3. Reverse way

    Date → seconds + ms.

Good to know

  • Epoch = 1 January 1970, 00:00 UTC
  • 10 digits = seconds, 13 = milliseconds
  • UTC is absolute; local time depends on the time zone
  • Current-timestamp clock updates every second

Useful references

Timestamp (s)UTC date
01970-01-01 00:00:00
10000000002001-09-09 01:46:40
17000000002023-11-14 22:13:20

100% local calculation with your browser clock. No data transmitted.

Frequently asked questions

What is a Unix timestamp?

It is the number of seconds elapsed since 1 January 1970 at 00:00 UTC (the “epoch”). It serves as a universal reference across computer systems.

Seconds or milliseconds?

The tool auto-detects: ~10-digit values are read as seconds, ~13-digit ones as milliseconds. The date → timestamp conversion returns both.

Why do UTC and local time differ?

A timestamp is absolute (UTC). Local time applies your device’s time zone and daylight saving; both point to the same instant.

Is my data uploaded?

No. Everything is computed locally with your browser clock; no data is transmitted.