Unix Timestamp 1001987200
2001-10-02 01:46:40
UTC
Unix timestamp 1,001,987,200
= Tuesday, October 2, 2001 at 1:46:40 AM UTC.
That is 24 years, 5 months ago.
All Formats
| Unix (seconds) | 1001987200 |
| Unix (milliseconds) | 1001987200000 |
| UTC | 2001-10-02 01:46:40 |
| ISO 8601 | 2001-10-02T01:46:40+00:00 |
| RFC 2822 | Tue, 02 Oct 2001 01:46:40 +0000 |
| Day of Week | Tuesday |
| Day of Year | 275 |
| Week Number | W40 |
| Leap Year | No |
| Relative | 24 years, 5 months ago |
Convert in Code
// JavaScript
new Date(1001987200 * 1000).toISOString()
// → 2001-10-02T01:46:40+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(1001987200, tz=timezone.utc)
// → 2001-10-02 01:46:40
// PHP
echo gmdate('Y-m-d H:i:s', 1001987200);
// → 2001-10-02 01:46:40
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 1,001,555,200 | 2001-09-27 01:46:40 |
| 1,001,641,600 | 2001-09-28 01:46:40 |
| 1,001,728,000 | 2001-09-29 01:46:40 |
| 1,001,814,400 | 2001-09-30 01:46:40 |
| 1,001,900,800 | 2001-10-01 01:46:40 |
| 1,001,987,200 | 2001-10-02 01:46:40 |
| 1,002,073,600 | 2001-10-03 01:46:40 |
| 1,002,160,000 | 2001-10-04 01:46:40 |
| 1,002,246,400 | 2001-10-05 01:46:40 |
| 1,002,332,800 | 2001-10-06 01:46:40 |
| 1,002,419,200 | 2001-10-07 01:46:40 |
Week & day numbers for 2001 · Is 2001 a leap year? · What day is Oct 2, 2001?
Share This
Frequently Asked Questions
What date is Unix timestamp 1,001,987,200?
2001-10-02 01:46:40 UTC (Tuesday, October 2, 2001 at 1:46:40 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?