UNIX タイムスタンプ変換
Unix 時代のタイムスタンプを人間の日付と時間に変換します。
結果はタイプすると更新されます。
この計算機の情報
the time of the day, the time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds. The time is 100 seconds.For example,Pick a direction: give it an epoch number and it shows that exact instant both in UTC and in your browser’s local time zone (the two lines differ by your UTC offset), plus the ISO 8601 string and the weekday.Pick a direction: give it an epoch number and it shows that exact instant both in UTC and in your browser’s local time zone, plus the ISO 8601 form, and names the weekday.Pick a direction: give it an epoch number and it shows that exact instant both in UTC and in your browser’s local time zone, plus the ISO 8601 form, and names the weekday.Pick a direction: give it an epoch number and it shows that exact instant.Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick a direction:Pick
よくある質問
Unix タイムスタンプは秒かミリ秒ですか?
古典的な Unix タイムスタンプは 1970 年代以降秒で表示されますが、JavaScript や多くの API はミリ秒 (1000 倍大きい) を使用します。どちらの方法でも値を読み込むには、 詳細オプションで単位を設定してください。
タイムスタンプはどの時区を表していますか?
Unix タイムスタンプはタイムゾーンを持たない。絶対的な瞬間です。このツールは、瞬間を UTC とブラウザのローカル時間の両方で表示します。そのため、2 行は UTC オフセットによって異なる場合があります。
タイムスタンプが秒かミリ秒かどうやって判断しますか?
数字を数えてください: 現在の秒タイムスタンプは約10桁長く、ミリ秒版は約13桁です。復号した日付が 1970 年近くの場合、おそらくミリ秒値を秒として読み取ります。
UNIX時代とは何か?
時代は Unix 時間のゼロ点: 1970 年 1 月 1 日 UTC 真夜中です。各タイムスタンプはその瞬間から数えた秒 (またはミリ秒) の数です。
日付をタイムスタンプに変換できるか?
はい。方向を Date → timestamp に切り替え、日付と現地時間を入力すると、時代値が返されます。どちらの方向でも回転できます。
2038年問題って何?
Unix 時間を 2038 年 1 月 19 日に符号付き 32 ビット整数オーバーフローで保存するシステム。その後、計数は増加できません。現代の 64 ビットタイムスタンプはこれを避け、このコンバータは 2038 年以降の日付を扱います。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/unix-timestamp/
curl
curl "https://calculator.free/api/v1/unix-timestamp/?mode=to_date&unix=1700000000"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/unix-timestamp/?" + new URLSearchParams({
"mode": "to_date",
"unix": "1700000000"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。