Unix timestamp

1471392059

Wed 17 Aug 2016 12:00:59 AM UTC

Coordinated Universal Time

Wed Aug 17 00:00:59 2016 UTC

In your local timezone

2016-08-17T00:00:59+00:00

ISO 8601

Wed, 17 Aug 2016 00:00:59 +0000

RFC 2822

2457618

Julian Date

13 Av 5776

Hebrew Date

042

Swatch Internet Time

229

Day of the year

August

Month

31

Days in month

33

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1471392059

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

1471392059 is representing the 229 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 137 days left of the year and this particular timestamp falls on a Wednesday, August 17 of week 33 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 Full moon phase, about 238,736 miles (or 384,209 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 309/310, Pope Eusebius is banished by the Emperor Maxentius to Sicily, where he dies, perhaps from a Hunger strike. And later in 310 Pope Eusebius dies, possibly from a Hunger strike, shortly after being banished by the Emperor Maxentius to Sicily. More recently, in 2019 a bomb explodes at a wedding in Kabul killing 63 people and leaving 182 injured.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 754 when Carloman, mayor of the palace of Austrasia passed away and in 949 when Li Shouzhen, Chinese general and governor left us. And more recently, Silvio Santos, Brazilian media mogul and television host (born 1930) who died in in 2024.

August 17, or 1471392059, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Philibert I, Duke of Savoy (died 1482) who was born in 1465, and later in 1473 - Richard of Shrewsbury, Duke of York (died 1483). More recently, The Kid Laroi, Australian rapper and songwriter who was born in 2003.

Conversion help

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

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

A few related timestamps to 1471392059 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1470009600
End of month
1472687999
Start of day
1471392000
End fo day
1471478399
Start of hour
1471392000
End fo hour
1471395599
Start of min
1471392000
End fo min
1471392059