Unix Timestamp 940809600
1999-10-25 00:00:00
UTC
Unix timestamp 940,809,600
= Monday, October 25, 1999 at 12:00:00 AM UTC.
That is 26 years, 5 months ago.
All Formats
| Unix (seconds) | 940809600 |
| Unix (milliseconds) | 940809600000 |
| UTC | 1999-10-25 00:00:00 |
| ISO 8601 | 1999-10-25T00:00:00+00:00 |
| RFC 2822 | Mon, 25 Oct 1999 00:00:00 +0000 |
| Day of Week | Monday |
| Day of Year | 298 |
| Week Number | W43 |
| Leap Year | No |
| Relative | 26 years, 5 months ago |
Convert in Code
// JavaScript
new Date(940809600 * 1000).toISOString()
// → 1999-10-25T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(940809600, tz=timezone.utc)
// → 1999-10-25 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 940809600);
// → 1999-10-25 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 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 |
| 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 |
Week & day numbers for 1999 · Is 1999 a leap year? · What day is Oct 25, 1999?
Share This
Frequently Asked Questions
What date is Unix timestamp 940,809,600?
1999-10-25 00:00:00 UTC (Monday, October 25, 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?