Current Unix Timestamp
1789157681
🔄
Timestamp to Date
📅
Date to Timestamp
How to use Unix Timestamp Converter
1
Enter a timestamp or select a date.
2
Auto-detects seconds/milliseconds.
3
View relative time (e.g., '2 hours ago').
Why use this Unix Timestamp Converter?
- Real-time Clock
- Bidirectional Conversion
- Timezone Aware
Frequently Asked Questions
什么是 Unix 时间戳?
Unix 时间戳(或称 Epoch 时间)是从 **1970年1月1日 (00:00:00 UTC)** 起流逝的秒数。它被广泛用于计算机系统中,用于统一跟踪时间而无需考虑时区。
我应该使用 10 位还是 13 位数字?
标准 Unix 时间戳是 **10 位**(秒)。JavaScript 和一些现代系统使用 **13 位**(毫秒)以获得更高的精度。我们的工具会自动检测并转换这两种格式。
它如何处理时区?
Unix 时间戳本身始终是 **UTC** 时间。在转换为可读日期时,此工具会根据您 **本地设备的系统时区** 设置来显示时间。
这个工具有 2038 年问题吗?
没有。2038 年问题影响 32 位系统。KNothing 运行在现代 64 位 JavaScript 引擎上,在 2038 年之后也能正常工作。