UnixEpoch

Unix 毫秒转日期转换器

将 13 位 Unix 毫秒值转换为便于阅读的日期时间,适用于 JavaScript 日志和前端遥测。

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

示例数据

常见问题

What is Unix ms timestamp?

It is Unix time in milliseconds since 1月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.

Is 1704067200000 milliseconds or seconds?

It is milliseconds. A 13-digit value like this is a Unix millisecond timestamp and is common in JavaScript and analytics payloads.

How do I convert Date.now() to a readable date?

Paste the Date.now() result into the input box. The tool will render local time, UTC time, ISO 8601, and the equivalent Unix seconds value.

相关工具: Epoch 转日期转换器, Epoch 转换er, 批量 Epoch 转换器, 开发者资源

What Is a 13-Digit Timestamp?

A 13-digit timestamp is usually Unix time in milliseconds. You will often see it in JavaScript, browser events, frontend logs, analytics platforms, and client-side telemetry pipelines.