Unix Timestamp 1571356800
2019-10-18 00:00:00
UTC
Unix timestamp 1,571,356,800
= Friday, October 18, 2019 at 12:00:00 AM UTC.
That is 6 years, 5 months ago.
All Formats
| Unix (seconds) | 1571356800 |
| Unix (milliseconds) | 1571356800000 |
| UTC | 2019-10-18 00:00:00 |
| ISO 8601 | 2019-10-18T00:00:00+00:00 |
| RFC 2822 | Fri, 18 Oct 2019 00:00:00 +0000 |
| Day of Week | Friday |
| Day of Year | 291 |
| Week Number | W42 |
| Leap Year | No |
| Relative | 6 years, 5 months ago |
Convert in Code
// JavaScript
new Date(1571356800 * 1000).toISOString()
// → 2019-10-18T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(1571356800, tz=timezone.utc)
// → 2019-10-18 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 1571356800);
// → 2019-10-18 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 1,570,924,800 | 2019-10-13 00:00:00 |
| 1,571,011,200 | 2019-10-14 00:00:00 |
| 1,571,097,600 | 2019-10-15 00:00:00 |
| 1,571,184,000 | 2019-10-16 00:00:00 |
| 1,571,270,400 | 2019-10-17 00:00:00 |
| 1,571,356,800 | 2019-10-18 00:00:00 |
| 1,571,443,200 | 2019-10-19 00:00:00 |
| 1,571,529,600 | 2019-10-20 00:00:00 |
| 1,571,616,000 | 2019-10-21 00:00:00 |
| 1,571,702,400 | 2019-10-22 00:00:00 |
| 1,571,788,800 | 2019-10-23 00:00:00 |
Week & day numbers for 2019 · Is 2019 a leap year? · What day is Oct 18, 2019?
Share This
Frequently Asked Questions
What date is Unix timestamp 1,571,356,800?
2019-10-18 00:00:00 UTC (Friday, October 18, 2019 at 12:00:00 AM).
How long ago was this timestamp?
6 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?