Convert Unix Timestamp to Date
在浏览器中使用「Convert Unix Timestamp to Date」完成代码、数据与二维码相关任务;输入内容和结果默认在设备上处理。
使用步骤
如何使用
- Enter a Unix timestamp as an integer or decimal value.
- Choose seconds, milliseconds, or Auto detect, then select Convert timestamp.
- Copy the UTC and local date results when you are ready to use them.
Seconds or milliseconds
Use the unit selector to make the timestamp unit explicit, or let the tool detect it from the value. Automatic detection treats values with an absolute value below 100,000,000,000 as seconds.
UTC and local time
Every valid result includes an ISO UTC value and a readable local date formatted with your browser time zone.
Safe browser conversion
Input is validated for a finite numeric value and the supported JavaScript date range. Conversion happens locally and nothing is uploaded or stored.
常见问题
你可能还想知道
What is a Unix timestamp?
A Unix timestamp is the number of seconds or milliseconds since 1970-01-01 00:00:00 UTC.
How does Auto detect choose the unit?
Values below 100,000,000,000 in absolute value are interpreted as seconds; larger values are interpreted as milliseconds. Use an explicit unit when your value is near the boundary.
Why is my local time different from UTC?
Local time is formatted in the time zone configured in your browser, while UTC is the shared reference time.