Unix timestamp

315446400

Mon 31 Dec 1979 12:00:00 AM UTC

Coordinated Universal Time

Mon Dec 31 00:00:00 1979 UTC

In your local timezone

1979-12-31T00:00:00+00:00

ISO 8601

Mon, 31 Dec 1979 00:00:00 +0000

RFC 2822

2444239

Julian Date

11 Tevet 5740

Hebrew Date

041

Swatch Internet Time

364

Day of the year

December

Month

31

Days in month

01

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

315446400

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

315446400 is representing the 364 day of the year 1979 in the Gregorian calendar, having 365 days. There are 1 days left of the year and this particular timestamp falls on a Monday, December 31 of week 01 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 236,093 miles (or 379,955 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 406, Vandals, Alans and Suebians cross the Rhine, beginning an invasion of Gaul. And later in 535 byzantine general Belisarius completes the conquest of Sicily, defeating the Gothic garrison of Palermo (Panormos), and ending his Consulship for the year. More recently, in 2020 the World Health Organization issues its first emergency use validation for a COVID-19 vaccine.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 45 BC when Quintus Fabius Maximus, consul suffectus passed away and in 192 when Commodus, Roman emperor (born in 161) left us. And more recently, Betty White, American actress, comedian and producer (born in 1922) who died in in 2021.

December 31, or 315446400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Muhammad bin Qasim, Syrian general (died in 715) who was born in 695, and later in 1378 - Pope Callixtus III (died in 1458). More recently, Gabby Douglas, American gymnast who was born in 1995.

Conversion help

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

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

A few related timestamps to 315446400 are:

Start of year
283996800
End of Year
315532799
Start of month
312854400
End of month
315532799
Start of day
315446400
End fo day
315532799
Start of hour
315446400
End fo hour
315449999
Start of min
315446400
End fo min
315446459