Toolbyeタイムスタンプツール

Unix タイムスタンプを日付に変換

10桁の秒または13桁のミリ秒を、ローカル時刻と UTC の読みやすい日時に変換します。

解決できること

ログ、API レスポンス、DB 項目に数値 timestamp があるとき、実際の日付を確認できます。

使い方

  1. Copy the timestamp from your log, API response, or database field.
  2. Open the main timestamp tool and paste it into the Timestamp to Date panel.
  3. Check whether the value is seconds or milliseconds.
  4. Copy the local, UTC, or ISO output that matches your workflow.

Seconds and milliseconds example

1700000000
1700000000000
1700000000 is seconds; 1700000000000 is milliseconds. Both can map to the same moment when interpreted with the correct unit.

If the result looks decades away, the value was probably interpreted with the wrong unit.

よくあるミス

10 digits vs 13 digits

Unix seconds often use 10 digits, while JavaScript millisecond timestamps usually use 13 digits.

Timezone expectations

Local time and UTC can show different clock values for the same moment.

Copied whitespace

Trim spaces or line breaks copied from logs before converting.

Unix timestamp 日付変換 FAQ

How do I know if a timestamp is seconds or milliseconds?

10-digit values are usually seconds; 13-digit values are usually milliseconds.

Why does UTC differ from local time?

They represent the same instant in different timezones.

Can I copy ISO output?

Yes. Use the main tool to copy ISO 8601 or another output template.

関連タイムスタンプガイド

日付を Unix タイムスタンプに変換

読みやすい日時を API、ログ、DB 向けの Unix 秒・ミリ秒に変換します。

ミリ秒タイムスタンプ変換

13桁のミリ秒 timestamp を変換し、10桁の Unix 秒と比較して単位ミスを防ぎます。

関連ツール

JSON Formatter

JSON を整形・圧縮・検証し、エラー位置を確認できます。

Base64 エンコード/デコード

テキストや画像を Base64 と相互変換できます。