Unix Timestamp 1255392000
2009-10-13 00:00:00
UTC
Unix timestamp 1,255,392,000
= Tuesday, October 13, 2009 at 12:00:00 AM UTC.
That is 16 years, 5 months ago.
All Formats
| Unix (seconds) | 1255392000 |
| Unix (milliseconds) | 1255392000000 |
| UTC | 2009-10-13 00:00:00 |
| ISO 8601 | 2009-10-13T00:00:00+00:00 |
| RFC 2822 | Tue, 13 Oct 2009 00:00:00 +0000 |
| Day of Week | Tuesday |
| Day of Year | 286 |
| Week Number | W42 |
| Leap Year | No |
| Relative | 16 years, 5 months ago |
Convert in Code
// JavaScript
new Date(1255392000 * 1000).toISOString()
// → 2009-10-13T00:00:00+00:00
// Python
from datetime import datetime, timezone
datetime.fromtimestamp(1255392000, tz=timezone.utc)
// → 2009-10-13 00:00:00
// PHP
echo gmdate('Y-m-d H:i:s', 1255392000);
// → 2009-10-13 00:00:00
Nearby Timestamps
| Timestamp | Date (UTC) |
|---|---|
| 1,254,960,000 | 2009-10-08 00:00:00 |
| 1,255,046,400 | 2009-10-09 00:00:00 |
| 1,255,132,800 | 2009-10-10 00:00:00 |
| 1,255,219,200 | 2009-10-11 00:00:00 |
| 1,255,305,600 | 2009-10-12 00:00:00 |
| 1,255,392,000 | 2009-10-13 00:00:00 |
| 1,255,478,400 | 2009-10-14 00:00:00 |
| 1,255,564,800 | 2009-10-15 00:00:00 |
| 1,255,651,200 | 2009-10-16 00:00:00 |
| 1,255,737,600 | 2009-10-17 00:00:00 |
| 1,255,824,000 | 2009-10-18 00:00:00 |
Week & day numbers for 2009 · Is 2009 a leap year? · What day is Oct 13, 2009?
Share This
Frequently Asked Questions
What date is Unix timestamp 1,255,392,000?
2009-10-13 00:00:00 UTC (Tuesday, October 13, 2009 at 12:00:00 AM).
How long ago was this timestamp?
16 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?