Unix タイムスタンプ変換ツール

Live 無料 · ログイン不要 · データ保存なし
Current Unix Timestamp
— ms
Timestamp → Date ts
Invalid timestamp
Date → Timestamp date
Date & Time (Local)
Date & Time (UTC)
Unix Timestamp (seconds)
Milliseconds
Common Reference Timestamps
Copied!

その他の開発ツール

Cron 生成
スケジュール作成
正規表現
リアルタイムテスト
URL エンコード
パーセント変換
電卓
標準/科学
単位変換
単位換算
JSON→YAML
YAML に変換
Base64
エンコード
JSON フォーマッター
整形・検証・圧縮

なぜこれが最高のUnixタイムスタンプコンバーターなのか

エポックから人間が読める日付へ

Convert any Unix timestamp (seconds or milliseconds) to a readable date and time in your local timezone or UTC.

日付からエポックへ

Convert a human-readable date and time back to its Unix timestamp in both seconds and milliseconds.

ライブクロック

See the current Unix timestamp updating in real-time — useful for debugging time-sensitive code.

ミリ秒サポート

Handles both second-precision (10-digit) and millisecond-precision (13-digit) Unix timestamps automatically.

よくある質問

What is a Unix timestamp?

A Unix timestamp is the number of seconds (or milliseconds) elapsed since January 1, 1970 00:00:00 UTC, also known as the Unix epoch. It is the standard way to represent time in programming.

What is the difference between seconds and milliseconds timestamps?

Second timestamps are 10 digits (e.g. 1700000000) and millisecond timestamps are 13 digits (e.g. 1700000000000). This tool automatically detects which format you are using.

When does Unix time overflow (Year 2038 problem)?

On 32-bit systems, the Unix timestamp overflows on January 19, 2038. Modern 64-bit systems extend this to the year 292 billion, so it is not a practical concern today.

詳細ガイド
開発者必須ツールガイド
正規表現・Cron・タイムスタンプ・URL
ガイドを読む