Unix Timestamp 1634688000
2021-10-20 00:00:00
UTC
Unix timestamp 1,634,688,000
= Wednesday, October 20, 2021 at 12:00:00 AM UTC.
That is 4 years, 5 months ago.
All Formats
| Unix (seconds) | 1634688000 |
| Unix (milliseconds) | 1634688000000 |
| UTC | 2021-10-20 00:00:00 |
| ISO 8601 | 2021-10-20T00:00:00+00:00 |
| RFC 2822 | Wed, 20 Oct 2021 00:00:00 +0000 |
| Day of Week | Wednesday |
| Day of Year | 293 |
| Week Number | W42 |
| Leap Year | No |
| Relative | 4 years, 5 months ago |
Convert in Code
// JavaScript
new Date(1634688000 * 1000).toISOString()
// → 2021-10-20T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(1634688000, tz=timezone.utc)
// → 2021-10-20 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 1634688000);
// → 2021-10-20 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 1,634,256,000 | 2021-10-15 00:00:00 |
| 1,634,342,400 | 2021-10-16 00:00:00 |
| 1,634,428,800 | 2021-10-17 00:00:00 |
| 1,634,515,200 | 2021-10-18 00:00:00 |
| 1,634,601,600 | 2021-10-19 00:00:00 |
| 1,634,688,000 | 2021-10-20 00:00:00 |
| 1,634,774,400 | 2021-10-21 00:00:00 |
| 1,634,860,800 | 2021-10-22 00:00:00 |
| 1,634,947,200 | 2021-10-23 00:00:00 |
| 1,635,033,600 | 2021-10-24 00:00:00 |
| 1,635,120,000 | 2021-10-25 00:00:00 |
Week & day numbers for 2021 · Is 2021 a leap year? · What day is Oct 20, 2021?
Share This
Frequently Asked Questions
What date is Unix timestamp 1,634,688,000?
2021-10-20 00:00:00 UTC (Wednesday, October 20, 2021 at 12:00:00 AM).
How long ago was this timestamp?
4 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?