Unix timestamp

1473379200

Fri 09 Sep 2016 12:00:00 AM UTC

Coordinated Universal Time

Fri Sep 9 00:00:00 2016 UTC

In your local timezone

2016-09-09T00:00:00+00:00

ISO 8601

Fri, 09 Sep 2016 00:00:00 +0000

RFC 2822

2457641

Julian Date

6 Elul 5776

Hebrew Date

041

Swatch Internet Time

252

Day of the year

September

Month

30

Days in month

36

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1473379200

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

1473379200 is representing the 252 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 114 days left of the year and this particular timestamp falls on a Friday, September 09 of week 36 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 First quarter phase, about 250,145 miles (or 402,570 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 9, Arminius' alliance of six Germanic tribes ambushes and annihilates three Roman legions of Publius Quinctilius Varus in the Battle of the Teutoburg Forest. And later in 337 constantine II, Constantius II, and Constans succeed their father Constantine I as co-emperors. The Roman Empire is divided between the three Augusti. More recently, in 2016 the government of North Korea conducts its fifth and reportedly biggest nuclear test. World leaders condemn the act, with South Korea calling it "maniacal recklessness".

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 906 when Adalbert von Babenberg, Frankish nobleman passed away and in 1000 when Olaf I, king of Norway left us. And more recently, Caterina Valente, Italian-French singer and dancer (born in 1931) who died in in 2024.

September 9, or 1473379200, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Aurelian, Roman emperor (died in 275) who was born in 214/15, and later in 384 - Honorius, Roman emperor (died in 423). More recently, Kristiāns Pelšs, Latvian ice hockey player (died in 2013) who was born in 1992.

Conversion help

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

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

A few related timestamps to 1473379200 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1472688000
End of month
1475279999
Start of day
1473379200
End fo day
1473465599
Start of hour
1473379200
End fo hour
1473382799
Start of min
1473379200
End fo min
1473379259