時間変換
秒、分、時間、日、週、年の間で時間を変換します。
結果はタイプすると更新されます。
この計算機の情報
time converter is a time converter that converts between milliseconds, seconds, minutes, hours, days, weeks, months, and years. It converts through the second as a common base, and to keep long spans consistent it fixes a month at the average 30.44 days and a year at 365.25 days so leap years average out. Time converter is a time converter that converts between milliseconds, seconds, minutes, hours, days, weeks, months, and years. It converts through the second as a common base, and to keep long spans consistent
よくある質問
1日は何秒ですか。
1日は86,400秒 (24×60×60) で、1週間は604,800秒です。
1年は何時間ですか。
平均年間365.25日を用いると、1年は約8,766時間で、4年間にわたって、4分の1日が加算され、1日の閏日が増える。
ここでは1ヶ月はどれくらい?
月は平均年の 1/12 として扱われ、約 30.44 日です。暦月は 28 日から 31 日まで変わります。正確な暦の期間は日付差分ツールを使用してください。
1日は何分ですか。
1日は1,440分 (24×60) 、1週間は10,080分を占めます。タイマーやシフトスケジュールのサイズを簡単に設定できます。
なぜこの時間変換器は 1年に365. 25日を使うのか?
時間変換器は閏年が吸収する余分な四分の一日の平均を取ります。変換された年は 365.25 日です。これは長期変換を一貫させますが、単一の暦年とは少し異なります。
秒を時間に変換するにはどうしますか?
秒数を 3,600 で割り切ってください。1 時間は 60 × 60 秒です。7,200 秒は正確に 2 時間です。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/time/
curl
curl "https://calculator.free/api/v1/time/?amount=1&from=h&to=min"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/time/?" + new URLSearchParams({
"amount": "1",
"from": "h",
"to": "min"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。