38 Minutes Ago

38 Minutes Ago
Monday
June 9
6:25:16 AM
EDT Time
Now
Monday
June, 9
7:03:16 AM
EDT Time

Right now it is 7:03 AM on Monday, June 9, 2025. 38 minutes ago, it was 6:25 AM on Monday, June 9, 2025.
This is based on EDT timezone (which we estimate as your local timezone).

Your Activity in the Last 38 Minutes

Your body's been pretty busy in the last 38 minutes... and you probably didn't even notice!
Pretty amazing what happens behind the scenes, right? 😊

2,660 Heartbeats 70 per minute
608 Breaths 16 per minute
570 Blinks 15 per minute
1,330 Thoughts 35 per minute

38 Minutes Time Period Analysis

Comprehensive breakdown of the 38-minute period and other time references.

Time Units

Natural Time 38 minutes
Period in human-readable format
Seconds 2,280
Total seconds (60 seconds × 38 minutes)
Milliseconds 2,280,000
Total milliseconds (1000ms × 2280 seconds)

Time References

Minutes Since Beginning of Day 423
Minutes elapsed since 00:00 today
Minutes Until Next Hour 57
Minutes remaining until the next hour
Minutes Until Midnight 1017
Minutes remaining until 00:00

Real-world References

Earth Rotation 9.50°
Degrees Earth has rotated in this period
ISS Travel 17,480 km
Distance ISS has traveled (~460 km per minute)
YouTube Views 19,000,000
Approximate global YouTube views in this period

A Lot Has Happened Since 38 Minutes

Here's what typically happens in 38 minutes around the world:

1,583.3M Messages Sent 41.7M per minute
26.4M Videos Watched 694,444 per minute
13.2M Tweets Posted 347,222 per minute
216.6M Google Searches 5.7M per minute

Code Implementation

Need to calculate a specific time from 38 minutes ago? Here's how to implement this calculation across different programming languages:

// PHP
// Get time from 38 minutes ago
$pastDate = date('Y-m-d H:i:s', strtotime('-38 minutes'));

// Get time 38 minutes from now
$futureDate = date('Y-m-d H:i:s', strtotime('+38 minutes'));

// Using DateTime
$date = new DateTime();
$date->modify('-38 minutes');
echo $date->format('Y-m-d H:i:s');
// JavaScript
// Get time from 38 minutes ago
const pastDate = new Date(Date.now() - 38 * 60000);

// Get time 38 minutes from now
const futureDate = new Date(Date.now() + 38 * 60000);

// Using date methods
const date = new Date();
date.setMinutes(date.getMinutes() - 38);
console.log(date.toISOString());
# Python
from datetime import datetime, timedelta

# Get time from 38 minutes ago
past_date = datetime.now() - timedelta(minutes=38)

# Get time 38 minutes from now
future_date = datetime.now() + timedelta(minutes=38)

# Format the dates
print(past_date.strftime('%Y-%m-%d %H:%M:%S'))
print(future_date.strftime('%Y-%m-%d %H:%M:%S'))

Frequently Asked Questions

What time was it 38 minutes ago?

The time 38 minutes before this page was loaded was 6:25:16 AM on June 9, 2025 but our page gets automatically updated each second to always accurately display 38 minutes ago (go to the top to see updated time).

Will the calculation stay accurate if I leave the page open?

Yes! Our calculator updates in real-time every second, ensuring that the 38-minute calculation remains precise even if you leave the page open. The display automatically adjusts to show the exact time 38 minutes before the current moment.

Now and 38 Minutes Ago Time Formats

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 38 Minutes From Now
ISO 8601 c
2025-06-09T07:03:16-04:00
2025-06-09T07:41:16-04:00
RFC 2822 r
Mon, 09 Jun 2025 07:03:16 -0400
Mon, 09 Jun 2025 07:41:16 -0400
MySQL DATETIME Y-m-d H:i:s
2025-06-09 07:03:16
2025-06-09 07:41:16
Unix Timestamp U
1749466996
1749469276
Time (12-hour) g:i:s A
7:03:16 AM
7:41:16 AM
Time (24-hour) H:i:s
07:03:16
07:41:16
Date (Short) n/j/Y
6/9/2025
6/9/2025
Date (Medium) M j, Y
Jun 9, 2025
Jun 9, 2025
Date (Long) l, F j, Y
Monday, June 9, 2025
Monday, June 9, 2025

Weeks from today

Days from today

Months from today

Weeks ago

Days ago

Months ago

Hours ago

Hours from now

Minutes ago

Minutes from now