UnixEpoch

Unix ms to Date Converter

Convert 13-digit Unix milliseconds to human-readable date/time for JavaScript logs and frontend telemetry.

Local Date/Time-
UTC Date/Time-
ISO 8601-
Unix Seconds-

Example Data

FAQ

What is Unix ms timestamp?

It is Unix time in milliseconds since January 1, 1970 UTC, commonly produced by JavaScript Date.now().

How do I convert Unix ms to date?

Paste the 13-digit value and the converter returns local, UTC, ISO, and seconds outputs.

Can I convert it back to Unix seconds?

Yes. The converter shows seconds output so you can use APIs expecting 10-digit Unix time.

Related tools: Epoch to Date Converter, Epoch Converter, Batch Epoch Converter