DevToolBox無料
ブログ

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

Unixタイムスタンプ(秒/ミリ秒)と日付を相互変換。

現在のUnixタイムスタンプ:
1772199780

変換結果

タイムスタンプまたは日付を入力

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

Unixタイムスタンプと日付を相互変換します。

変換方法

  1. タイムスタンプまたは日付を入力
  2. 形式を自動検出
  3. 変換をクリック
  4. 値をコピー

よくある質問

Unixタイムスタンプとは?
1970年1月1日UTCからの経過秒数です。
秒とミリ秒の違い?
秒は10桁、ミリ秒は13桁です。
2038年問題とは?
32ビットシステムは2038年1月19日にオーバーフローします。
自動検出の仕組み?
13桁以上はミリ秒、それ以外は秒です。
タイムゾーンは?
タイムスタンプはUTCです。UTCとローカルの両方を表示します。

関連ツール

𝕏 Twitterin LinkedIn

このツールを評価

3.9 / 5 · 118 件の評価

最新情報を受け取る

毎週の開発ヒントと新ツール情報。

スパムなし。いつでも解除可能。

Enjoy these free tools?

Buy Me a Coffee

How to Use

  1. Enter a Unix timestamp to convert to a human-readable date
  2. Or enter a date string to convert to a Unix timestamp
  3. The tool auto-detects seconds vs milliseconds
  4. View results in UTC, local time, and ISO format

Common Use Cases

  • Converting API timestamps to readable dates
  • Debugging date-related issues
  • Comparing timestamps across systems
  • Working with JWT token expiration times

Frequently Asked Questions

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 a universal way to represent time in computing.
What's the difference between seconds and milliseconds?
Unix timestamps in seconds are 10 digits (e.g., 1700000000), while milliseconds are 13 digits (e.g., 1700000000000). JavaScript uses milliseconds, most systems use seconds.
Does this tool handle timezones?
Yes. The tool shows both UTC and your local timezone when converting timestamps, so you can see the exact time in both.