Unix タイムスタンプコンバーター

現在のUnixエポック時間

Unix → 人間が読める形式

秒、ミリ秒、マイクロ秒、またはナノ秒を自動検出

Unixタイムスタンプを入力して人間が読める日付を確認

人間が読める形式 → Unix

日付を選択してUnixタイムスタンプに変換

このツールについて

Unix Timestamp コンバーター は日本語に対応しています。データをサーバーへアップロードせず、検証、変換、確認、エクスポートに利用できます。

使い方

Unix Timestamp コンバーター は日本語に対応しています。データをサーバーへアップロードせず、検証、変換、確認、エクスポートに利用できます。

制限事項と重要な注意

Unix Timestamp コンバーター は日本語に対応しています。データをサーバーへアップロードせず、検証、変換、確認、エクスポートに利用できます。

Technical Details

Edge Cases & Tricky Inputs

  • Timestamps before 1970-01-01 (negative values) are supported and converted correctly.
  • Millisecond timestamps (13 digits) are auto-detected and handled differently from second timestamps (10 digits).
  • Year 2038 problem: 32-bit systems overflow at 2147483647 — this tool uses 64-bit and handles dates far beyond 2038.

Performance & Processing

  • Conversion uses JavaScript's native Date object — results are identical to browser's date handling.
  • Timezone offset calculations respect the user's system locale settings.

Developer Notes

  • Unix epoch is defined as 1970-01-01T00:00:00Z (midnight UTC on January 1, 1970).
  • The tool displays both local time and UTC for every conversion.

Known Limitations

  • Dates before year 0001 or after year 9999 are outside the representable range.
  • Leap seconds are not accounted for (consistent with JavaScript Date behavior).