ntones apps
|
リクエスト

UNIXタイムスタンプ変換UNIX Timestamp Converter

Epoch秒・ミリ秒と日時を相互変換。UTC/JST併記。Convert epoch seconds/ms and datetimes. Shows UTC and JST.

ブラウザ完結(サーバー非送信)Browser-only (no server upload)

タイムスタンプ → 日時Timestamp → datetime

日時 → タイムスタンプDatetime → timestamp

使い方・ユースケース How to Use & Use Cases

左側でタイムスタンプ(10桁の秒、または13桁のミリ秒)を入力して日時に変換します。右側で日時を選択してタイムスタンプ(秒・ミリ秒)に変換します。「現在時刻を取得」で両方を一括更新できます。ローカル時刻・UTC・JSTを併記します。 Enter a timestamp (10-digit seconds or 13-digit milliseconds) on the left for a datetime, or pick a datetime on the right for seconds/milliseconds. “Get current time” updates both. Local, UTC, and JST are shown.

APIログやサーバーログのEpoch値確認、JWTのiat/exp/nbfの人間可読化、DBやRedisに保存されたUNIX時刻のデバッグ、Webhookペイロード内のcreated_at確認などに便利です。 Handy for API/server log epochs, human-readable JWT iat/exp/nbf, DB/Redis UNIX times, and created_at fields in webhook payloads.

本ツールはUNIX Epoch(1970-01-01 UTC起点)の変換が目的です。タイムゾーン名の一覧表示、うるう秒の特殊処理、履歴的な暦変換は行いません。 For standard UNIX Epoch (1970-01-01 UTC) conversion. No timezone lists, leap-second handling, or historical calendar conversion.

よくある質問FAQ

このツールで何ができますか?What can this tool do?

UNIXタイムスタンプと日時の相互変換、秒とミリ秒の併記、現在時刻の取得、ローカル・UTC・JSTの同時表示ができます。数字以外の文字(スペースや記号)は除去して解釈します。Convert timestamps and datetimes both ways, show seconds and milliseconds, get current time, and display local/UTC/JST together. Non-digit characters are stripped before parsing.

何ができませんか?What can it not do?

ISO 8601文字列(2024-01-01T00:00:00Zなど)の直接パース、マイクロ秒・ナノ秒、Windows FILETIME、Excelシリアル値、タイムゾーン変換の一括一覧、夏時間(DST)ルールの説明は行いません。No direct ISO 8601 string parsing, microseconds/nanoseconds, Windows FILETIME, Excel serial dates, timezone lists, or DST rule explanations.

秒とミリ秒は自動判別されますか?Are seconds and milliseconds detected automatically?

はい。桁数から判別します。12桁以上はミリ秒(先頭13桁)、それ未満は秒(先頭10桁)として解釈します。意図と異なる場合は桁数を確認してください。Yes, by digit count: 12+ digits use the first 13 as milliseconds; otherwise the first 10 as seconds. Double-check if the result looks wrong.

タイムゾーンはどう表示されますか?Which time zones are shown?

ブラウザのローカル時刻、UTC、JST(UTC+9)を併記します。日時入力(datetime-local)はブラウザのローカルタイムゾーン基準です。Local (browser), UTC, and JST (UTC+9). The datetime picker uses your browser's local timezone.

日時入力の精度は?What precision does the datetime picker support?

datetime-localで秒まで指定できます。ミリ秒以下の精度は入力・表示ともにサポートしていません。Seconds via datetime-local. Sub-second precision is not supported.

JWTデコーダーと併用できますか?Can I use this with the JWT Decoder?

はい。JWTデコーダーでiat/expを確認したあと、本ツールに数値を貼り付けて人間可読な日時に変換する、という使い方が一般的です。Yes. Decode iat/exp in the JWT Decoder, then paste the numbers here for human-readable datetimes.

データはサーバーに送られますか?Is data sent to a server?

送られません。計算はすべてブラウザ内で行われます。No. All calculations run in your browser.

ページを閉じれば、端末内のデータは自動的に消去されます。契約書や顧客資料など、慎重に扱うデータも安心してご利用ください。When you close the page, data on your device is cleared automatically. Safe for sensitive files such as contracts and client documents.

関連ツールRelated Tools