MyToolsKart

Epoch / Unix Timestamp Converter

Convert a Unix timestamp to a readable date and back again — in seconds or milliseconds — and see the current epoch time ticking live.

Current Unix time1784798774
Milliseconds1784798774866

Timestamp → date

Local timeThu Jul 23 2026 09:26:14 GMT+0000 (Coordinated Universal Time)
UTCThu, 23 Jul 2026 09:26:14 GMT
ISO 86012026-07-23T09:26:14.000Z

Date → timestamp

Unix seconds1784798760
Milliseconds1784798760000

What is a Unix timestamp?

A Unix timestamp (or “epoch time”) is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970. It’s a simple, timezone-free way for computers to store a moment in time, which is why you’ll find it all over databases, log files, APIs and cookies. Because it’s just a number, it’s unambiguous — but it’s not human-readable, which is where this converter comes in.

Both directions, plus a live clock

This tool converts a timestamp into a readable date (in your local time, UTC and ISO 8601), and converts a date and time back into a timestamp. It also shows the current epoch time ticking live in seconds and milliseconds — handy when you need a “now” value for testing or debugging.

When developers use it

Frequently asked questions

Seconds or milliseconds? Unix time is usually in seconds, but JavaScript and many APIs use milliseconds (1000× larger). Use the unit switch if your number looks 1000× off.

What is ISO 8601? A standard text format for dates and times (like 2026-07-23T10:30:00Z) that’s widely used in APIs and is unambiguous across time zones.

Is my data stored? No — everything runs in your browser.