Unix时间戳是从1970年1月1日UTC 00:00:00开始到指定时间的秒数(10位)或毫秒数(13位)。它是一种在计算机系统中广泛使用的标准时间表示方式,不受时区影响。
免费在线时间戳转换工具,支持 Unix 时间戳(秒/毫秒)与可读日期时间的双向转换。自动识别时区,显示 UTC、本地时间和相对时间,所有计算在浏览器本地完成。
A Unix timestamp is the number of seconds (10 digits) or milliseconds (13 digits) since January 1, 1970 UTC. It is a standard time representation widely used in computer systems that is not affected by timezone.
| Key | Function |
|---|---|
| Enter | Convert timestamp |
| N | Get current timestamp |
| C | Copy result |
| Esc | Clear input |
A Unix timestamp is the number of seconds since January 1, 1970 (UTC). It's a standard way to represent time in computing.
10-digit timestamps are in seconds, 13-digit are in milliseconds. This tool auto-detects both formats.
All conversions happen locally in your browser. No data is uploaded to any server.