Unix seconds当前秒级时间戳
-
Unix time and date conversionUnix 时间戳与日期转换
Convert seconds or milliseconds to readable dates, and turn local or UTC date-times back into Unix timestamps. Useful for logs, APIs, databases, and debugging.把秒或毫秒时间戳转换为可读日期,也可以把本地或 UTC 日期时间转回 Unix 时间戳,适合日志、API、数据库和调试。
Most Unix timestamps use 10 digits for seconds. JavaScript and many frontend logs use 13 digits for milliseconds.常见 Unix 时间戳是 10 位秒级,JavaScript 和很多前端日志常用 13 位毫秒级。
Timestamp values are absolute moments. This tool shows local time, UTC, and ISO output so you can compare logs across systems.时间戳表示绝对时刻。本工具同时展示本地时间、UTC 和 ISO,便于跨系统排查日志。
All conversion happens in your browser. No timestamp or date input is submitted to IdeaFactory Lab.所有转换都在浏览器本地完成,输入的时间不会提交给 IdeaFactory Lab。