Unix timestamp

29462400

Tue 08 Dec 1970 12:00:00 AM UTC

Coordinated Universal Time

Tue Dec 8 00:00:00 1970 UTC

In your local timezone

1970-12-08T00:00:00+00:00

ISO 8601

Tue, 08 Dec 1970 00:00:00 +0000

RFC 2822

2440929

Julian Date

10 Kislev 5731

Hebrew Date

041

Swatch Internet Time

341

Day of the year

December

Month

31

Days in month

50

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

29462400

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

29462400 is representing the 341 day of the year 1970 in the Gregorian calendar, having 365 days. There are 24 days left of the year and this particular timestamp falls on a Tuesday, December 08 of week 50 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 227,703 miles (or 366,453 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 395, Later Yan is defeated by its former vassal Northern Wei at the Battle of Canhe Slope. And later in 757 Du Fu returns to Chang'an as a member of Emperor Xuanzong's court, after having escaped the city during the An Lushan Rebellion. More recently, in 2010 the Japanese Solar-sail spacecraft IKAROS passes the planet Venus at a distance of about 80,800 km.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 855 when Drogo of Metz, illegitimate son of Charlemagne (born in 801) passed away and in 899 when Arnulf of Carinthia (born in 850) left us. And more recently, David Weatherall, English physician, geneticist, and academic (born in 1933) who died in in 2018.

December 8, or 29462400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Horace, Roman poet (died in 8 BC) who was born in 65 BC, and later in 1021 - Wang Anshi, Chinese economist and chancellor (died in 1086). More recently, Chava Alberstein, Polish-Israeli singer-songwriter and guitarist who was born in 1946.

Conversion help

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

PHP
date('Y-m-d H:i:s', 29462400);
MySQL
select from_unixtime(29462400);
JavaScript
new Date(29462400*1000).toString();
C++
time_t epch = 29462400;
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(29462400));
Java
new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").format(new Date(29462400 * 1000L))
Ruby
require 'date'
DateTime.strptime("29462400",'%s')
Binary
11100000 11000111 11000000 0
Hexadecimal
1c18f80

A few related timestamps to 29462400 are:

Start of year
0
End of Year
31535999
Start of month
28857600
End of month
31535999
Start of day
29462400
End fo day
29548799
Start of hour
29462400
End fo hour
29465999
Start of min
29462400
End fo min
29462459