Unix Timestamp 1601596800
2020-10-02 00:00:00
UTC
Unix timestamp 1,601,596,800
= Friday, October 2, 2020 at 12:00:00 AM UTC.
That is 5 years, 5 months ago.
All Formats
| Unix (seconds) | 1601596800 |
| Unix (milliseconds) | 1601596800000 |
| UTC | 2020-10-02 00:00:00 |
| ISO 8601 | 2020-10-02T00:00:00+00:00 |
| RFC 2822 | Fri, 02 Oct 2020 00:00:00 +0000 |
| Day of Week | Friday |
| Day of Year | 276 |
| Week Number | W40 |
| Leap Year | Yes |
| Relative | 5 years, 5 months ago |
Convert in Code
// JavaScript
new Date(1601596800 * 1000).toISOString()
// → 2020-10-02T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(1601596800, tz=timezone.utc)
// → 2020-10-02 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 1601596800);
// → 2020-10-02 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 1,601,164,800 | 2020-09-27 00:00:00 |
| 1,601,251,200 | 2020-09-28 00:00:00 |
| 1,601,337,600 | 2020-09-29 00:00:00 |
| 1,601,424,000 | 2020-09-30 00:00:00 |
| 1,601,510,400 | 2020-10-01 00:00:00 |
| 1,601,596,800 | 2020-10-02 00:00:00 |
| 1,601,683,200 | 2020-10-03 00:00:00 |
| 1,601,769,600 | 2020-10-04 00:00:00 |
| 1,601,856,000 | 2020-10-05 00:00:00 |
| 1,601,942,400 | 2020-10-06 00:00:00 |
| 1,602,028,800 | 2020-10-07 00:00:00 |
Week & day numbers for 2020 · Is 2020 a leap year? · What day is Oct 2, 2020?
Share This
Frequently Asked Questions
What date is Unix timestamp 1,601,596,800?
2020-10-02 00:00:00 UTC (Friday, October 2, 2020 at 12:00:00 AM).
How long ago was this timestamp?
5 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?