Unix Timestamp 940982400
1999-10-27 00:00:00
UTC
Unix timestamp 940,982,400
= Wednesday, October 27, 1999 at 12:00:00 AM UTC.
That is 26 years, 5 months ago.
All Formats
| Unix (seconds) | 940982400 |
| Unix (milliseconds) | 940982400000 |
| UTC | 1999-10-27 00:00:00 |
| ISO 8601 | 1999-10-27T00:00:00+00:00 |
| RFC 2822 | Wed, 27 Oct 1999 00:00:00 +0000 |
| Day of Week | Wednesday |
| Day of Year | 300 |
| Week Number | W43 |
| Leap Year | No |
| Relative | 26 years, 5 months ago |
Convert in Code
// JavaScript
new Date(940982400 * 1000).toISOString()
// → 1999-10-27T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(940982400, tz=timezone.utc)
// → 1999-10-27 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 940982400);
// → 1999-10-27 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 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 |
| 940,809,600 | 1999-10-25 00:00:00 |
| 940,896,000 | 1999-10-26 00:00:00 |
| 940,982,400 | 1999-10-27 00:00:00 |
| 941,068,800 | 1999-10-28 00:00:00 |
| 941,155,200 | 1999-10-29 00:00:00 |
| 941,241,600 | 1999-10-30 00:00:00 |
| 941,328,000 | 1999-10-31 00:00:00 |
| 941,414,400 | 1999-11-01 00:00:00 |
Week & day numbers for 1999 · Is 1999 a leap year? · What day is Oct 27, 1999?
Share This
Frequently Asked Questions
What date is Unix timestamp 940,982,400?
1999-10-27 00:00:00 UTC (Wednesday, October 27, 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?