日数を時間数に変換する
日数を時間数に変換する
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.