What time was it 1 hour ago?

Live answer in your local time, updated every second.

By Darrell Donaghy, FounderLast reviewed May 2, 2026How we verify

Right now

—:—:—

Loading...

1 hour ago

—:—:—

Loading...

Calculated from your device clock. Time updates each second.

The math

1 hour = 60 minutes = 3,600 seconds. To get the time 1 hour ago, subtract 3,600,000 milliseconds from the current epoch timestamp.

new Date(Date.now() - 60 * 60 * 1000)

See the methodology page for the SI definition of the second and how the rest of the site's numbers are derived.

When the exact 1-hour-ago time matters

Medication scheduling

Many prescriptions specify dosing intervals (e.g. "every 4 hours" or "1 hour before food"). When you can't remember exactly when you took the last dose, knowing the precise time 1 hour ago lets you reconstruct the schedule. Always confirm dosing with your pharmacist or prescriber, not a calculator.

Billable time and time tracking

Lawyers, consultants, and freelancers commonly bill in 0.1-hour or 0.25-hour increments. If you forgot to start a timer, "what time was it 1 hour ago" is the fastest way to recover the start point. For larger gaps, switch to the general time-ago calculator.

Meeting recap and follow-ups

A 1-hour meeting that ran long? Searching email, chat, or a recording for "the last hour" needs a real timestamp, not a vague "a little while ago." Drop the exact time into your search filter to find what you need.

Incident logs and forensics

IT, security, and operations teams document incidents with precise timestamps. "The error started about an hour ago" in a log search needs conversion to an exact UTC time to correlate across systems.

Where 1-hour-ago math gets tricky

Daylight saving transitions

On the spring-forward day in regions that observe DST, the clock jumps from 01:59 to 03:00. If you compute "1 hour ago" from 03:30 by subtracting an hour off the wall clock, you get 02:30 — a time that did not exist. Use elapsed-time math (subtracting from the underlying epoch timestamp), as the live calculator above does.

Crossing time zones in the past hour

If you flew across a time-zone boundary 30 minutes ago, your phone's local time may already reflect the new zone. "1 hour ago in local time" won't match what your watch said an hour ago. Use UTC if you need a location-independent reference.

Leap seconds

UTC occasionally inserts a leap second to stay aligned with Earth's rotation. For everyday purposes the difference is invisible (one second per ~18 months on average). Most consumer operating systems smear leap seconds across the day rather than inserting them discretely.

Frequently asked questions

How many minutes ago is 1 hour ago?

60 minutes, or 3,600 seconds.

Is "1 hour ago" the same time everywhere in the world?

Yes — "1 hour ago" refers to the same single moment in time globally (the UTC instant exactly 3,600 seconds before now). What differs is the clock reading at that moment, which depends on the observer's time zone.

Why does the time on this page update every second?

Because "1 hour ago" is a moving target — it's defined relative to right now. A page that displayed the time once at load would already be wrong by the time you finished reading it.

Related calculators