UnixEpoch

Epochから日付への変換

一般的な例

Unix Epoch Start
0
Year 2000 (Y2K)
946684800
New Year 2022
1640995200
Year 2038 Problem
2147483647
Milliseconds Example
1640995200000
Famous Timestamp
1234567890

使用のヒント

  • Unix タイムスタンプは通常 10 桁(秒)または 13 桁(ミリ秒)です
  • コンバーターは桁数からタイムスタンプ形式を自動判別します
  • 変換はデフォルトで UTC を基準に行われます
  • システム間の互換性を重視する場合は ISO 8601 を使ってください
  • 負のタイムスタンプは 1970 年 1 月 1 日より前の日付を表します

使い方

  1. 入力欄に Unix タイムスタンプを入力するか、「現在時刻を使う」をクリックします
  2. ドロップダウンから希望する出力形式を選びます
  3. 変換結果がすぐに表示されます
  4. 必要に応じてコピーボタンで結果をクリップボードにコピーします

一般的な使用例

  • データベースのタイムスタンプを読みやすい日時に変換
  • アプリケーションの時刻関連の不具合調査
  • 各プログラミング言語の時刻形式の変換
  • タイムスタンプ付きログの分析
  • Unix タイムスタンプを使う API の確認

Technical Specifications

Range: -2,147,483,648 to 2,147,483,647
Precision: 1 second (32-bit) / 1 millisecond (64-bit)
Format: Signed integer
Year 2038: 32-bit systems will overflow

Frequently Asked Questions

Q: How do I convert epoch to time?

Enter an epoch value, choose seconds or milliseconds, and the converter instantly returns a human-readable date and time in multiple formats.

Q: How do I convert Unix epoch to date?

Use this epoch to date converter with a 10-digit (seconds) or 13-digit (milliseconds) Unix epoch input to get exact date-time output.

Q: Is this an epoch time converter for both seconds and milliseconds?

Yes. It supports both formats and lets you convert epoch time to UTC/local output formats quickly.

Editorial Review

Zelonagi

Reviewed by Unix timestamp conversion specialists

Built for developer debugging, database audits, telemetry analysis, and Unix epoch normalization tasks.

Last reviewed: 2026-04-27T13:57:06+00:00Contact the author on XAbout the editorContact