Unix timestamp

1481932800

Sat 17 Dec 2016 12:00:00 AM UTC

Coordinated Universal Time

Sat Dec 17 00:00:00 2016 UTC

In your local timezone

2016-12-17T00:00:00+00:00

ISO 8601

Sat, 17 Dec 2016 00:00:00 +0000

RFC 2822

2457740

Julian Date

17 Kislev 5777

Hebrew Date

041

Swatch Internet Time

351

Day of the year

December

Month

31

Days in month

50

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1481932800

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

1481932800 is representing the 351 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 15 days left of the year and this particular timestamp falls on a Saturday, December 17 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 Waning Gibbous phase, about 234,166 miles (or 376,854 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 497 BC, the first Saturnalia festival was celebrated in Ancient Rome. And later in 546 siege of Rome: The Ostrogoths under king Totila plunder the city, by bribing the Byzantine garrison. More recently, in 1989 The Simpsons premieres on television with the episode "Simpsons Roasting on an Open Fire".

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 779 when Sturm, Abbot of Fulda passed away and in 908 when Abdallah ibn al-Mu'tazz, Abbasid prince and poet, anti-caliph for one day left us. And more recently, Allen Dines, American politician (born in 1921) who died in in 2020.

December 17, or 1481932800, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Kujō Yoritsugu, Japanese shōgun (died in 1256) who was born in 1239, and later in 1267 - Emperor Go-Uda of Japan (died in 1324). More recently, Martin Ødegaard, Norwegian footballer who was born in 1998.

Conversion help

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

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

A few related timestamps to 1481932800 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1480550400
End of month
1483228799
Start of day
1481932800
End fo day
1482019199
Start of hour
1481932800
End fo hour
1481936399
Start of min
1481932800
End fo min
1481932859