Unixタイムスタンプ変換機
Unixタイムスタンプを人間が読める日付に変換、またはその逆
Current Unix Timestamp
1778873006407 ms
Fri, 15 May 2026 19:23:26 GMT
Friday, May 15, 2026 at 19:23:26
Detected as: seconds
Converted Formats
Quick Reference — Common Timestamps
Unix Timestamp Converter
Convert Unix timestamps (seconds or milliseconds since 1970-01-01 UTC) to human-readable dates, or convert any date to a Unix timestamp. Indispensable for debugging APIs, logs, and databases.
FAQ
What is a Unix timestamp?
A Unix timestamp is the number of seconds elapsed since January 1, 1970 00:00:00 UTC (the 'Unix epoch'). It's timezone-independent, making it ideal for storing dates in databases.
What is the difference between seconds and milliseconds timestamps?
Unix timestamps are usually in seconds (10 digits). JavaScript's Date.now() returns milliseconds (13 digits). Divide by 1000 to convert ms to seconds.
What is the Unix timestamp for 2038?
January 19, 2038 at 03:14:07 UTC = 2,147,483,647. This is the 'Year 2038 problem' — the maximum value for a signed 32-bit integer.
さらに探す
おすすめのその他の 開発者ツール…
JSONフォーマッター
構文ハイライトとエラー検出でJSONを整形、検証、圧縮
Base64エンコーダー/デコーダー
テキストやファイルをBase64にエンコードし、Base64文字列を読めるテキストにデコード
URLエンコーダー/デコーダー
URLコンポーネントとクエリ文字列パラメータをエンコード・デコード
UUIDジェネレーター
ランダムUUID(v1、v4)を生成するか、複数のUUIDを一括生成
ハッシュジェネレーター
テキストやファイルからMD5、SHA-1、SHA-256、SHA-512ハッシュを生成
正規表現テスター
リアルタイムのマッチハイライトとグループ抽出で正規表現をテスト
JWTデコーダー
JSON Web Tokenをデコードして検査 — ヘッダー、ペイロード、署名を確認
HTMLフォーマッター
適切なインデントと構文ハイライトでHTMLコードを整形・美化