Hours to Seconds Converter

 

Convert hours to seconds instantly with our accurate time converter.

See formulas, worked examples, and precise calculations.

HoursSeconds

How to Convert Hours to Seconds

Converting hours to seconds is one of the most common and perfectly exact time conversions. It connects the unit we use for scheduling (hours) with the fundamental SI unit of time (seconds):

1 hour = exactly 3,600 seconds

This comes from 60 minutes × 60 seconds = 3,600. No approximation, no variation — exact by definition.

Hours to Seconds Conversion Formula

Seconds = Hours × 3,600

Multiply any number of hours by 3,600 to get the exact equivalent in seconds.

Where Does 3,600 Come From?

The number 3,600 = 60 × 60 = 60². Both multiplications use the base-60 system invented by the Babylonians around 2000 BCE:

  • 1 hour = 60 minutes (Babylonian sexagesimal division)
  • 1 minute = 60 seconds (same system, one level deeper)
  • 60 × 60 = 3,600 — a perfect square in base-60

The word “second” literally means “second division” of the hour (the first division being the minute, from Latin pars minuta prima; the second being pars minuta secunda).

Worked Examples

Example 1: How many seconds is 1 hour?

1 × 3,600 = 3,600 seconds

Example 2: How many seconds is 0.5 hours (30 minutes)?

0.5 × 3,600 = 1,800 seconds

Example 3: How many seconds is 2 hours?

2 × 3,600 = 7,200 seconds

Example 4: How many seconds is 8 hours?

8 × 3,600 = 28,800 seconds (1 work day)

Example 5: How many seconds is 12 hours?

12 × 3,600 = 43,200 seconds (half a day)

Example 6: How many seconds is 24 hours?

24 × 3,600 = 86,400 seconds (1 day)

Example 7: How many seconds is 168 hours?

168 × 3,600 = 604,800 seconds (1 week)

Hours to Seconds in Programming

The 3,600-second hour is a constant in virtually every codebase. Common uses:

  • Session timeout: “1-hour session” = 3,600 s; “2-hour session” = 7,200 s
  • Rate limiting: “100 requests per hour” = 100 per 3,600 seconds = 1 request per 36 seconds
  • Cache TTL: 1-hour cache = 3,600 s; 4-hour cache = 14,400 s; 12-hour cache = 43,200 s
  • API quotas: “1,000 calls/hour” = 1,000 per 3,600 s ≈ 1 call every 3.6 seconds
  • Cron jobs: hourly = every 3,600 s; every 6 hours = every 21,600 s
  • Video encoding: a 1-hour video at 30 fps = 3,600 × 30 = 108,000 frames

Common code patterns:

const SECONDS_PER_HOUR = 3600;
const SECONDS_PER_DAY = 86400; // 24 * 3600
const SECONDS_PER_WEEK = 604800; // 168 * 3600

// Token expiry: 2 hours
const expiry = Date.now() + (2 * 3600 * 1000);

Hours to Seconds in Audio and Video

Media production works in both hours (program length) and seconds (editing precision):

  • 30-second ad: 0.00833 hours
  • 3-minute pop song: 180 s = 0.05 hours
  • 30-min podcast: 1,800 s = 0.5 hours
  • 1-hour lecture: 3,600 seconds
  • 2-hour movie: 7,200 seconds
  • 3-hour live stream: 10,800 seconds
  • 10-hour ambient video: 36,000 seconds

At 24 fps (cinema standard): 1 hour = 3,600 × 24 = 86,400 frames. At 60 fps (gaming): 1 hour = 216,000 frames.

Hours to Seconds in Sports

Game clocks run in seconds; we think in hours:

  • NBA game clock: 48 minutes = 2,880 s = 0.8 hours
  • NFL game clock: 60 minutes = 3,600 s = 1 hour (but real time ~3.5 hours)
  • Soccer match: 90 minutes = 5,400 s = 1.5 hours
  • Tennis Grand Slam final (long): ~5 hours = ~18,000 seconds
  • Marathon (world record): ~2.03 hours = ~7,299 seconds
  • Marathon (average finisher): ~4.5 hours = ~16,200 seconds
  • Ironman triathlon (average): ~13 hours = ~46,800 seconds

Hours to Seconds in Productivity

Productivity techniques break hours into second-counted intervals:

  • Pomodoro Technique: 25-min work + 5-min break = 1,500 s + 300 s = 1,800 s per cycle (0.5 hours)
  • 52/17 Method: 52-min work + 17-min break = 3,120 s + 1,020 s = 4,140 s per cycle (1.15 hours)
  • 90-minute ultradian cycle: 5,400 s = 1.5 hours
  • Deep work block (2 hr): 7,200 seconds
  • Effective deep work per day: ~3–4 hours = 10,800–14,400 seconds

A Pomodoro cycle of 1,800 seconds fits exactly 2 cycles per hour. Over an 8-hour day: 16 potential Pomodoros = 28,800 seconds, but in practice only ~10–12 cycles are productive.

Hours to Seconds in Science

Scientific measurements bridge hours and seconds:

  • Speed of sound (sea level): 343 m/s. In 1 hour: 343 × 3,600 = 1,234,800 meters (~1,235 km)
  • Speed of light: 299,792,458 m/s. In 1 hour: ~1.08 billion meters (~1,080,000 km)
  • Earth rotation: 360° in 86,400 s = 0.00417°/s. In 1 hour: 15° of rotation
  • ISS orbit: ~5,520 s = 1.533 hours per orbit
  • Half-life of Fluorine-18 (PET scans): ~6,586 s = ~1.83 hours

Hours to Seconds in Music

Tempo (BPM) connects hours, minutes, and seconds through beats:

  • 60 BPM: 1 beat per second; 1 hour = 3,600 beats
  • 120 BPM (common pop): 2 beats/s; 1 hour = 7,200 beats
  • 140 BPM (dance/EDM): 2.33 beats/s; 1 hour = 8,400 beats
  • 180 BPM (drum & bass): 3 beats/s; 1 hour = 10,800 beats

A DJ set of 2 hours at 128 BPM delivers 128 × 7,200 = 921,600 beats across 7,200 seconds.

Hours to Seconds in Cooking

Oven times and slow cooking bridge hours and seconds:

  • Soft-boiled egg: 360–420 s = 0.1–0.117 hours (6–7 min)
  • Roast chicken: 4,500–5,400 s = 1.25–1.5 hours
  • Slow cooker (low): 28,800–36,000 s = 8–10 hours
  • Smoking a brisket: 43,200–64,800 s = 12–18 hours
  • Bread proofing: 3,600–7,200 s per rise = 1–2 hours

Hours to Seconds: Time Zones

Time zones are offset in hours, but network protocols use seconds:

  • UTC+1 (CET): offset = 3,600 s
  • UTC+5:30 (IST, India): offset = 19,800 s
  • UTC-5 (EST, US East): offset = -18,000 s
  • UTC+8 (CST, China): offset = 28,800 s
  • UTC+12 (NZST): offset = 43,200 s
  • Max possible offset (UTC+14): 50,400 s

The total time zone span is 26 hours (UTC-12 to UTC+14) = 93,600 seconds.

Notable Durations: Hours to Seconds

0.1 hr: 360 s (6 min)

0.25 hr: 900 s (15 min)

0.5 hr: 1,800 s (30 min / 1 Pomodoro cycle)

1 hr: 3,600 s

1.5 hr: 5,400 s (soccer match / ultradian cycle)

2 hr: 7,200 s (average movie)

4 hr: 14,400 s

8 hr: 28,800 s (work day / sleep)

12 hr: 43,200 s (half day)

24 hr: 86,400 s (1 day)

168 hr: 604,800 s (1 week)

720 hr: 2,592,000 s (30 days)

8,760 hr: 31,536,000 s (1 year)

Tips and Recommendations

  • Multiply by 3,600 — always exact. Hours × 3,600 = seconds, with zero error. 3,600 = 60² = 60 × 60
  • For programming: Define SECONDS_PER_HOUR = 3600 as a constant. Never hardcode 3600 without explanation — use a named constant
  • For rate limits: X per hour = X per 3,600 seconds. Divide 3,600 by X to get the minimum interval between requests
  • For video/audio: Multiply hours by 3,600, then by your frame rate (24, 30, 60 fps) to get total frames
  • For time zones: Offset in hours × 3,600 = offset in seconds. Handle half-hour zones (India: 19,800 s) and 45-minute zones (Nepal: 20,700 s)
  • Quick mental math: 1 hr = 3,600 s. Half = 1,800. Quarter = 900. One-tenth = 360 s (6 min)

Hours to Seconds — Frequently Asked Questions

How many seconds is 1 hour?

Exactly 3,600 seconds (60 minutes × 60 seconds). This is exact by definition.

How many seconds is 2 hours?

Exactly 7,200 seconds. This is the length of an average feature film.

How many seconds is 8 hours?

Exactly 28,800 seconds. This is one standard work day.

How many seconds is 24 hours?

Exactly 86,400 seconds. This is one day.

Is this conversion exact?

Yes. 1 hour = 60 minutes = 3,600 seconds, by the Babylonian sexagesimal system adopted worldwide.

Why is there 3,600 seconds in an hour?

Because 60 × 60 = 3,600. The Babylonians divided the hour into 60 minutes and each minute into 60 seconds (base-60 system, chosen for its many divisors).

How many seconds in a Pomodoro cycle?

A standard Pomodoro is 25 minutes work + 5 minutes break = 1,800 seconds total (0.5 hours). Two Pomodoros fit exactly into 1 hour.

How many frames in 1 hour of video?

At 24 fps: 86,400 frames. At 30 fps: 108,000. At 60 fps: 216,000. Formula: 3,600 × fps.

How do time zone offsets work in seconds?

Multiply the UTC offset in hours by 3,600. UTC+2 = 7,200 s. UTC-5 = -18,000 s. UTC+5:30 = 19,800 s.

How many seconds in a work year?

At 2,000 work hours/year: 2,000 × 3,600 = 7,200,000 seconds of work per year.

What is the speed of sound in seconds per hour?

Sound travels 343 m/s. In 1 hour (3,600 s): 343 × 3,600 = 1,234,800 meters (~1,235 km, ~Mach 1).

How many beats in 1 hour of music at 120 BPM?

120 beats/minute × 60 minutes = 7,200 beats per hour. At 2 beats/second × 3,600 seconds = same answer.