Unix Timestamp 1004400000
2001-10-30 00:00:00
UTC
Unix timestamp 1,004,400,000
= Tuesday, October 30, 2001 at 12:00:00 AM UTC.
That is 24 years, 5 months ago.
All Formats
| Unix (seconds) | 1004400000 |
| Unix (milliseconds) | 1004400000000 |
| UTC | 2001-10-30 00:00:00 |
| ISO 8601 | 2001-10-30T00:00:00+00:00 |
| RFC 2822 | Tue, 30 Oct 2001 00:00:00 +0000 |
| Day of Week | Tuesday |
| Day of Year | 303 |
| Week Number | W44 |
| Leap Year | No |
| Relative | 24 years, 5 months ago |
Convert in Code
// JavaScript
new Date(1004400000 * 1000).toISOString()
// → 2001-10-30T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(1004400000, tz=timezone.utc)
// → 2001-10-30 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 1004400000);
// → 2001-10-30 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 1,003,968,000 | 2001-10-25 00:00:00 |
| 1,004,054,400 | 2001-10-26 00:00:00 |
| 1,004,140,800 | 2001-10-27 00:00:00 |
| 1,004,227,200 | 2001-10-28 00:00:00 |
| 1,004,313,600 | 2001-10-29 00:00:00 |
| 1,004,400,000 | 2001-10-30 00:00:00 |
| 1,004,486,400 | 2001-10-31 00:00:00 |
| 1,004,572,800 | 2001-11-01 00:00:00 |
| 1,004,659,200 | 2001-11-02 00:00:00 |
| 1,004,745,600 | 2001-11-03 00:00:00 |
| 1,004,832,000 | 2001-11-04 00:00:00 |
Week & day numbers for 2001 · Is 2001 a leap year? · What day is Oct 30, 2001?
Share This
Frequently Asked Questions
What date is Unix timestamp 1,004,400,000?
2001-10-30 00:00:00 UTC (Tuesday, October 30, 2001 at 12:00:00 AM).
How long ago was this timestamp?
24 years, 5 months ago.
Related Calculators
- Hours From Now Calculator — What time will it be?
- Minutes From Now Calculator — What time in X minutes?
- AM/PM to Military Time — Convert 12-hour to 24-hour time.
- Military Time Converter — Convert 24-hour to AM/PM.
- Day & Week Number — What week and day of the year is it?