Unix 时间戳转换器

Live 免费 · 无需注册 · 数据不上传
Current Unix Timestamp
— ms
Timestamp → Date ts
Invalid timestamp
Date → Timestamp date
Date & Time (Local)
Date & Time (UTC)
Unix Timestamp (seconds)
Milliseconds
Common Reference Timestamps
Copied!

更多开发工具

Cron 生成器
构建定时任务
正则表达式
实时测试
URL 编码
百分比编码
计算器
标准/科学
单位换算
换算单位
JSON→YAML
转 YAML 配置
Base64
编码/解码
JSON 格式化
格式化、验证与压缩

为什么这是最好的 Unix 时间戳转换器

Epoch 转人类可读日期

Convert any Unix timestamp (seconds or milliseconds) to a readable date and time in your local timezone or UTC.

日期转 Epoch

Convert a human-readable date and time back to its Unix timestamp in both seconds and milliseconds.

实时时钟

See the current Unix timestamp updating in real-time — useful for debugging time-sensitive code.

毫秒支持

Handles both second-precision (10-digit) and millisecond-precision (13-digit) Unix timestamps automatically.

常见问题

What is a Unix timestamp?

A Unix timestamp is the number of seconds (or milliseconds) elapsed since January 1, 1970 00:00:00 UTC, also known as the Unix epoch. It is the standard way to represent time in programming.

What is the difference between seconds and milliseconds timestamps?

Second timestamps are 10 digits (e.g. 1700000000) and millisecond timestamps are 13 digits (e.g. 1700000000000). This tool automatically detects which format you are using.

When does Unix time overflow (Year 2038 problem)?

On 32-bit systems, the Unix timestamp overflows on January 19, 2038. Modern 64-bit systems extend this to the year 292 billion, so it is not a practical concern today.

深度指南
开发者必备工具指南
正则、Cron、时间戳、URL 等
阅读指南