Unix Timestamp 1002499200
2001-10-08 00:00:00
UTC
Unix timestamp 1,002,499,200
= Monday, October 8, 2001 at 12:00:00 AM UTC.
That is 24 years, 5 months ago.
All Formats
| Unix (seconds) | 1002499200 |
| Unix (milliseconds) | 1002499200000 |
| UTC | 2001-10-08 00:00:00 |
| ISO 8601 | 2001-10-08T00:00:00+00:00 |
| RFC 2822 | Mon, 08 Oct 2001 00:00:00 +0000 |
| Day of Week | Monday |
| Day of Year | 281 |
| Week Number | W41 |
| Leap Year | No |
| Relative | 24 years, 5 months ago |
Convert in Code
// JavaScript
new Date(1002499200 * 1000).toISOString()
// → 2001-10-08T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(1002499200, tz=timezone.utc)
// → 2001-10-08 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 1002499200);
// → 2001-10-08 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 1,002,067,200 | 2001-10-03 00:00:00 |
| 1,002,153,600 | 2001-10-04 00:00:00 |
| 1,002,240,000 | 2001-10-05 00:00:00 |
| 1,002,326,400 | 2001-10-06 00:00:00 |
| 1,002,412,800 | 2001-10-07 00:00:00 |
| 1,002,499,200 | 2001-10-08 00:00:00 |
| 1,002,585,600 | 2001-10-09 00:00:00 |
| 1,002,672,000 | 2001-10-10 00:00:00 |
| 1,002,758,400 | 2001-10-11 00:00:00 |
| 1,002,844,800 | 2001-10-12 00:00:00 |
| 1,002,931,200 | 2001-10-13 00:00:00 |
Week & day numbers for 2001 · Is 2001 a leap year? · What day is Oct 8, 2001?
Share This
Frequently Asked Questions
What date is Unix timestamp 1,002,499,200?
2001-10-08 00:00:00 UTC (Monday, October 8, 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?