Unix timestamp

1470617699

Mon 08 Aug 2016 12:54:59 AM UTC

Coordinated Universal Time

Mon Aug 8 00:54:59 2016 UTC

In your local timezone

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

ISO 8601

Mon, 08 Aug 2016 00:54:59 +0000

RFC 2822

2457609

Julian Date

4 Av 5776

Hebrew Date

079

Swatch Internet Time

220

Day of the year

August

Month

31

Days in month

32

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1470617699

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

1470617699 is representing the 220 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 146 days left of the year and this particular timestamp falls on a Monday, August 08 of week 32 at 00:54 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 250,836 miles (or 403,681 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 685 BC, Spring and Autumn period: Battle of Qianshi: Upon the death of the previous Duke of Qi, Gongsun Wuzhi, Duke Zhuang of Lu sends an army into the Duchy of Qi to install the exiled Qi prince Gongzi Jiu as the new Duke of Qi - but is defeated at Qianshi by Jiu's brother and rival claimant, the newly inaugurated Duke Huan of Qi. And later in 870 Treaty of Meerssen: King Louis the German and his half-brother Charles the Bald partition the Middle Frankish Kingdom into two larger east and west divisions. More recently, in 2019 an explosion at the State Central Navy Testing Range in Nyonoksa, Russia, kills five people.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 117 when Trajan, Roman emperor (born 53) passed away and in 753 when Hildegar, bishop of Cologne left us. And more recently, Steve Symms, American politician and lobbyist (born 1938) who died in in 2024.

August 8, or 1470617699, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Casper, ruler of the Maya city of Palenque who was born in 422, and later in 1079 - Emperor Horikawa of Japan (died 1107). More recently, Félix Auger-Aliassime, Canadian tennis player who was born in 2000.

Conversion help

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

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

A few related timestamps to 1470617699 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1470009600
End of month
1472687999
Start of day
1470614400
End fo day
1470700799
Start of hour
1470614400
End fo hour
1470617999
Start of min
1470617640
End fo min
1470617699