将天数转换为小时数
将天数转换为小时数
将 Unix 时间戳转换为人类可读的日期。
此工具可将 Unix 时间戳(以秒为单位)转换为人类可读的日期格式(例如 YYYY-MM-DD HH:MM:SS)。它支持本地和 UTC 输出,因此可用于快速解释来自日志、API 或使用 Unix 时间的系统的时间戳。
This example shows how Unix timestamps are converted into human-readable dates. Each timestamp represents the number of seconds that have elapsed since January 1, 1970 (UTC).
In this example, the UTC suffix is removed from the output. This might be useful for embedding timestamps into other formats or for cleaner display.
This example demonstrates how timestamps are shown in your local timezone rather than UTC. The UTC suffix is omitted in this case.