T
🗂️🧩
⏱️Developer

Unix时间戳转换器

将Unix纪元时间戳转换为格式化日期,反之亦然。支持秒和毫秒、12+时区、ISO 8601输出、相对时间和实时时钟。

Current Unix Timestamp
1782647341

Timestamp → Human Date

Formatted (UTC)
2026-06-28 11:49:01
ISO 8601 / UTC
2026-06-28T11:49:01.000Z
Relative
0s ago

Human Date → Timestamp

Common Timestamps

EventUnix (s)
Unix Epoch (1970-01-01)0
Y2K (2000-01-01)946684800
Now1782647341
2030-01-01 00:00:00 UTC1893456000
2038 Overflow (int32 max)2147483647

Click any row to load it

Was this result accurate?

How it works

This unix时间戳转换器 runs entirely in your browser — no data is sent to any server. Simply fill in the fields above and the result updates instantly. You can copy the output with the copy button provided.

Frequently Asked Questions

什么是Unix时间戳?

Unix时间戳(纪元时间)是自1970年1月1日00:00:00 UTC以来经过的秒数。它在编程、数据库和API中被广泛使用,用于将时间点表示为单个整数。

秒和毫秒有什么区别?我如何判断我有的是哪一种?

10位数字(如1700000000)表示秒。13位数字(如1700000000000)表示毫秒。

什么是2038问题?

32位有符号整数最大只能存储2,147,483,647,对应的日期是2038年1月19日03:14:07 UTC。使用32位时间戳的系统将在该日期发生溢出。

Related Tools