Right now it is 10:00 PM on Sunday, November 9, 2025.
1 hour ago, it was 9:00 PM on Sunday, November 9, 2025.
This is based on EST timezone (which we estimate as your local timezone).
Need a different calculation for time from now or ago?
Use our calculator to find any past or future time based on your requirements.
Compare how the same timestamp is formatted using different standard conventions.
Each format serves specific use cases in various programming contexts.
| Format | Format Code | Current Time | 1 Hour From Now |
|---|---|---|---|
| ISO 8601 | c |
2025-11-10T03:00:13+00:00
|
2025-11-10T04:00:13+00:00
|
| RFC 2822 | r |
Mon, 10 Nov 2025 03:00:13 +0000
|
Mon, 10 Nov 2025 04:00:13 +0000
|
| MySQL DATETIME | Y-m-d H:i:s |
2025-11-10 03:00:13
|
2025-11-10 04:00:13
|
| Unix Timestamp | U |
1762743613
|
1762747213
|
| Time (12-hour) | g:i:s A |
3:00:13 AM
|
4:00:13 AM
|
| Time (24-hour) | H:i:s |
03:00:13
|
04:00:13
|
| Date (Short) | n/j/Y |
11/10/2025
|
11/10/2025
|
| Date (Medium) | M j, Y |
Nov 10, 2025
|
Nov 10, 2025
|
| Date (Long) | l, F j, Y |
Monday, November 10, 2025
|
Monday, November 10, 2025
|
Comprehensive breakdown of the 1-hour period and other time references.
Need to calculate what time it was an hour ago?
Here's how you can do it using different programming languages:
// PHP
// Get time from 1 hour ago
$pastDate = date('Y-m-d H:i:s', strtotime('-1 hour'));
// Get time 1 hour from now
$futureDate = date('Y-m-d H:i:s', strtotime('+1 hour'));
// Using DateTime (recommended approach)
$date = new DateTime();
$date->modify('-1 hour');
echo $date->format('Y-m-d H:i:s');
// JavaScript // Get time from 1 hour ago const pastDate = new Date(Date.now() - 1 * 60 * 60 * 1000); // Get time 1 hour from now const futureDate = new Date(Date.now() + 1 * 60 * 60 * 1000); // Alternative approach using date methods const date = new Date(); date.setHours(date.getHours() - 1); console.log(date.toISOString());
# Python
from datetime import datetime, timedelta
# Get time from 1 hour ago
past_date = datetime.now() - timedelta(hours=1)
# Get time 1 hour from now
future_date = datetime.now() + timedelta(hours=1)
# Format the dates
print(past_date.strftime('%Y-%m-%d %H:%M:%S'))
print(future_date.strftime('%Y-%m-%d %H:%M:%S'))
1 hour ago from now it was 2:00:13 AM on November 10, 2025
Our calculator provides the exact date and time that will be 1 hour from the current moment, accounting for:
The time is calculated based on the current local time on your device. It adds exactly 1 hour to the current hour, minute, and second.
Currently, the tool calculates based on the present moment. Soon, however, youโll be able to manually enter a custom start timeโthis feature is in development.
Yes, the tool accounts for Daylight Saving Time (DST) based on the time zone settings of your device.
Yes, the tool will automatically recalculate 1 hour from now based on the current time if you refresh or revisit the page.
But you don't have to! Our page automatically refreshes every second to ensure that the โ1 hour from nowโ calculation stays accurate and up-to-date with the current time.
At present, you can take a screenshot of the result to share or save the time. Additional sharing options may be available in the future.
Here's a breakdown of typical activities and energy levels during the last 1 hour:
| Time | Day | Day Period | Best For | Energy Level |
|---|---|---|---|---|
| 21:00 | Sunday, Nov 9 | Night | Evening relaxation |
Here's what typically happens in 1 hour around the world: