Skip to main content
7BBusyBoss

Unix Timestamp Converter — Epoch ↔ Date (Seconds & ms)

Free Unix timestamp converter. Turn epoch seconds or milliseconds into a readable date (local, UTC, ISO), and any date back into a timestamp. Live current epoch.

Unix Timestamp Converter

Convert Unix timestamps to readable dates and back. Seconds and milliseconds are detected automatically.

Current Unix time (live)

1781753360

1781753360515 ms · 2026-06-18 03:29:20 (UTC)

Timestamp → Date

Paste a Unix timestamp in seconds or milliseconds.

Enter a timestamp above to see the date, or hit “Now”.

Date → Timestamp

Pick a date & time in your local zone (UTC).

Unix timestamp (seconds)

1781753340

Unix timestamp (milliseconds)

1781753340000

About this tool

Epoch ↔ human time

A Unix timestamp is the number of seconds since 1 Jan 1970 UTC. Paste one to see the date in your timezone, UTC and ISO-8601 — or pick a date to get the timestamp. It auto-detects seconds vs milliseconds.

How to use the Unix Timestamp Converter

Takes about a minute. No signup, no download, your data stays in your browser.

  1. 1
    Open the tool. Scroll up to the Unix Timestamp Converter above — it loads instantly in your browser, no install needed.
  2. 2
    Enter your values. The fields come pre-filled with realistic defaults so you can see how it works — replace them with your own numbers.
  3. 3
    Read the result. The output updates instantly. Copy or share it — nothing is uploaded to a server, everything stays on your device.

Frequently asked questions

Common questions about the Unix Timestamp Converter.

Is the timestamp in seconds or milliseconds?

Both are supported. A 10-digit number is interpreted as seconds and a 13-digit number as milliseconds; the tool detects the length so you do not have to divide or multiply by 1000 yourself.

What is the Unix epoch exactly?

It is the count of time since 00:00:00 UTC on 1 January 1970, not counting leap seconds. So timestamp 0 is that moment, and the number grows by one each second.

Does it show the time in my timezone or UTC?

It shows both side by side — the date in your local timezone and the equivalent in UTC — so you can read whichever you need without manual offset math.

Can I convert a human date back into a timestamp?

Yes, it works in both directions: paste a timestamp to get a date, or enter a date and time to get the matching epoch value.

What is the Year 2038 problem?

Systems that store Unix time in a signed 32-bit integer overflow on 19 January 2038, when the second count exceeds 2,147,483,647. Modern 64-bit timestamps are unaffected, and this converter handles dates well beyond 2038.

Community rating

Discussion (0)

No comments yet. Start the discussion.