Unix Timestamp 970444800
2000-10-02 00:00:00
UTC
Unix timestamp 970,444,800
= Monday, October 2, 2000 at 12:00:00 AM UTC.
That is 25 years, 6 months ago.
All Formats
| Unix (seconds) | 970444800 |
| Unix (milliseconds) | 970444800000 |
| UTC | 2000-10-02 00:00:00 |
| ISO 8601 | 2000-10-02T00:00:00+00:00 |
| RFC 2822 | Mon, 02 Oct 2000 00:00:00 +0000 |
| Day of Week | Monday |
| Day of Year | 276 |
| Week Number | W40 |
| Leap Year | Yes |
| Relative | 25 years, 6 months ago |
Convert in Code
// JavaScript
new Date(970444800 * 1000).toISOString()
// → 2000-10-02T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(970444800, tz=timezone.utc)
// → 2000-10-02 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 970444800);
// → 2000-10-02 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 970,012,800 | 2000-09-27 00:00:00 |
| 970,099,200 | 2000-09-28 00:00:00 |
| 970,185,600 | 2000-09-29 00:00:00 |
| 970,272,000 | 2000-09-30 00:00:00 |
| 970,358,400 | 2000-10-01 00:00:00 |
| 970,444,800 | 2000-10-02 00:00:00 |
| 970,531,200 | 2000-10-03 00:00:00 |
| 970,617,600 | 2000-10-04 00:00:00 |
| 970,704,000 | 2000-10-05 00:00:00 |
| 970,790,400 | 2000-10-06 00:00:00 |
| 970,876,800 | 2000-10-07 00:00:00 |
Week & day numbers for 2000 · Is 2000 a leap year? · What day is Oct 2, 2000?
Share This
Frequently Asked Questions
What date is Unix timestamp 970,444,800?
2000-10-02 00:00:00 UTC (Monday, October 2, 2000 at 12:00:00 AM).
How long ago was this timestamp?
25 years, 6 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?