時間計算機

The everyday time toolkit: find how far apart two clock times are, add or subtract hours and minutes from a time, or convert a duration between seconds, minutes, hours, days, and weeks — all worked out step by step.

個人的な計画および一般的な参考のために、必要に応じて重要な結果を確認してください。

計算を開始する

計算する

形式: HH:MM または HH:MM:SS (24 時間)

Select a calculation type, enter your values, and click Calculate to see results with step-by-step solution.

2 つのクロック時間の間のギャップを見つける

Subtracting one clock time from another looks simple until the times don't line up on clean hour boundaries — time doesn't carry in base 10, it carries in base 60, so 9:45 to 11:20 isn't just "11.20 minus 9.45."

9:45 to 11:20 → borrow 60 minutes from the hour

11:20 = 10:80 → 10:80 − 9:45 = 1 hour 35 minutes

この借用ステップは、手動による時間計算で最も頻繁に失敗する箇所です。この電卓の時差モードでは借用が自動的に行われ、その結果が表示されるため、各数値の出所が簡単にわかります。

真夜中をまたいだ足し算と引き算

A clock resets to 0:00 every 24 hours, but elapsed time doesn't care about that reset — a shift or trip that starts at 22:00 and runs 9 hours ends at 7:00 the next morning, not at a nonsensical "31:00." The Add/Subtract mode here handles that wraparound automatically: add the hours and minutes, then loop back to 0:00 (and roll the day count forward) whenever the total reaches 24:00. It's the same logic used for overnight shift scheduling, flight arrival times, or any calculation that starts on one day and lands on the next.

10 進数の時刻とクロック時刻を別々に変換する必要がある理由

45 minutes looks like "0.45" if you're not careful, but it's actually 0.75 of an hour — the base-60 to base-10 switch trips people up constantly, especially anywhere billing or payroll is involved.

Decimal hours = Hours + (Minutes ÷ 60)

1 hour 45 minutes = 1 + (45 ÷ 60) = 1.75 hours

[単位の変換] モードでは、秒、分、時間、日、週の間で直接移動します。これは、この変換と、任意の期間をフォーム、スプレッドシート、または請求書で必要な単位に変換するより一般的なケースをカバーします。

特に給与計算については、通常の勤務時間、残業時間、週ごとの完全なタイムカードなど、タイムカード計算機そして時間計算機この汎用ツールよりもさらに詳しく説明します。単一のイベント、タスク、またはアクティビティがどれくらい続いたかを測定するには、持続時間計算機そのために特別に構築されています。

よくある質問

What operations can a time calculator perform?

時、分、秒を加算または減算します。クロック時間間の経過時間を検索します。また、10 進数の時間と HH:MM:SS 形式の間で変換します。

24 時間を超える時間を追加するにはどうすればよいですか?

Sum hours normally — 30 hours total is valid for elapsed-duration work even though a clock wraps every 24 hours.

What is decimal time used for?

請求書や給与計算では、90 分を 1.5 時間と表現することがよくあります。 HH:MM を 10 進数に変換すると、請求書の丸め誤差を防ぐことができます。

真夜中を越えると計算にどのような影響がありますか?

終了時刻が時計の開始時刻より前である場合、夜間の正しい経過時間を取得するには、終了時刻に 24 時間を追加します。

How do I use this time calculator?

加算、減算、または変換モードを選択し、時間を HH:MM または 10 進形式で入力し、「計算」をクリックします。結果は選択した形式で表示されます。

How do I add hours to a time that rolls past midnight?

Add the hours and minutes normally, then subtract 24 hours from the result whenever it reaches 24:00 or beyond. Starting at 22:00 and adding 5 hours gives 27:00, which becomes 3:00 the next day once the 24-hour wrap is applied.

AM/PM ではなく 24 時間制を使用するのはなぜですか?

24 時間制では、午前/午後のあいまいさが完全になくなり、1 日の各時間に 1 つの一意の数字があるため、計算が簡単になります。 14:00 は明確に午後 2 時であり、単なる「2:00」のように 1 日の残りの半分と誤​​読する危険はありません。

More utility calculators