Unix timestamp

404780401

Fri 29 Oct 1982 11:00:01 PM UTC

Coordinated Universal Time

Fri Oct 29 23:00:01 1982 UTC

In your local timezone

1982-10-29T23:00:01+00:00

ISO 8601

Fri, 29 Oct 1982 23:00:01 +0000

RFC 2822

2445273

Julian Date

12 Heshvan 5743

Hebrew Date

000

Swatch Internet Time

301

Day of the year

October

Month

31

Days in month

43

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

404780401

Converting Unix timestamp 404780401 using our Time Converter gives us the following information:

404780401 is representing the 301 day of the year 1982 in the Gregorian calendar, having 365 days. There are 64 days left of the year and this particular timestamp falls on a Friday, October 29 of week 43 at 23:00 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 240,584 miles (or 387,182 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 312, Constantine the Great enters Rome after his victory at the Battle of the Milvian Bridge, stages a grand adventus in the city, and is met with popular jubilation. Maxentius' body is fished out of the Tiber and beheaded. And later in 437 Valentinian III, Western Roman Emperor, marries Licinia Eudoxia, daughter of his cousin Theodosius II, Eastern Roman Emperor in Constantinople unifying the two branches of the House of Theodosius. More recently, in 2022 at least 100 people are killed and over 300 are injured by a double car bombing in Mogadishu, Somalia.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 1050 when Eadsige, archbishop of Canterbury passed away and in 1266 when Margaret of Austria, Queen of Bohemia (born in 1204) left us. And more recently, Teri Garr, American actress and comedian (born in 1944) who died in in 2024.

October 29, or 404780401, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Alessandro Achillini, Italian physician and philosopher (died in 1512) who was born in 1463, and later in 1497 - Benedetto Accolti the Younger, Italian cardinal (died in 1549). More recently, Colin Miller, Canadian ice hockey player who was born in 1992.

Conversion help

For your conveniance, we have listed the conversion syntaxes for 404780401 timestamp to serveral of the most popular programming lanugages below.

PHP
date('Y-m-d H:i:s', 404780401);
MySQL
select from_unixtime(404780401);
JavaScript
new Date(404780401*1000).toString();
C++
time_t epch = 404780401;
printf("%i -> %s", epch, asctime(gmtime(&epch))); (time.h);
C#
String.Format("{0:d/M/yyyy HH:mm:ss}", new System.DateTime(1970, 1, 1, 0, 0, 0, 0).AddSeconds(404780401));
Java
new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").format(new Date(404780401 * 1000L))
Ruby
require 'date'
DateTime.strptime("404780401",'%s')
Binary
11000001 00000011 10101011 10001
Hexadecimal
18207571

A few related timestamps to 404780401 are:

Start of year
378691200
End of Year
410227199
Start of month
402278400
End of month
404956799
Start of day
404697600
End fo day
404783999
Start of hour
404780400
End fo hour
404783999
Start of min
404780400
End fo min
404780459