Unix Timestamp 940291200
1999-10-19 00:00:00
UTC
Unix timestamp 940,291,200
= Tuesday, October 19, 1999 at 12:00:00 AM UTC.
That is 26 years, 5 months ago.
All Formats
| Unix (seconds) | 940291200 |
| Unix (milliseconds) | 940291200000 |
| UTC | 1999-10-19 00:00:00 |
| ISO 8601 | 1999-10-19T00:00:00+00:00 |
| RFC 2822 | Tue, 19 Oct 1999 00:00:00 +0000 |
| Day of Week | Tuesday |
| Day of Year | 292 |
| Week Number | W42 |
| Leap Year | No |
| Relative | 26 years, 5 months ago |
Convert in Code
// JavaScript
new Date(940291200 * 1000).toISOString()
// → 1999-10-19T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(940291200, tz=timezone.utc)
// → 1999-10-19 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 940291200);
// → 1999-10-19 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 939,859,200 | 1999-10-14 00:00:00 |
| 939,945,600 | 1999-10-15 00:00:00 |
| 940,032,000 | 1999-10-16 00:00:00 |
| 940,118,400 | 1999-10-17 00:00:00 |
| 940,204,800 | 1999-10-18 00:00:00 |
| 940,291,200 | 1999-10-19 00:00:00 |
| 940,377,600 | 1999-10-20 00:00:00 |
| 940,464,000 | 1999-10-21 00:00:00 |
| 940,550,400 | 1999-10-22 00:00:00 |
| 940,636,800 | 1999-10-23 00:00:00 |
| 940,723,200 | 1999-10-24 00:00:00 |
Week & day numbers for 1999 · Is 1999 a leap year? · What day is Oct 19, 1999?
Share This
Frequently Asked Questions
What date is Unix timestamp 940,291,200?
1999-10-19 00:00:00 UTC (Tuesday, October 19, 1999 at 12:00:00 AM).
How long ago was this timestamp?
26 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?