Unix timestamp

1470441601

Sat 06 Aug 2016 12:00:01 AM UTC

Coordinated Universal Time

Sat Aug 6 00:00:01 2016 UTC

In your local timezone

2016-08-06T00:00:01+00:00

ISO 8601

Sat, 06 Aug 2016 00:00:01 +0000

RFC 2822

2457607

Julian Date

2 Av 5776

Hebrew Date

041

Swatch Internet Time

218

Day of the year

August

Month

31

Days in month

31

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1470441601

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

1470441601 is representing the 218 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 148 days left of the year and this particular timestamp falls on a Saturday, August 06 of week 31 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 crescent phase, about 247,320 miles (or 398,024 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 686, the Ummayad forces suffer a deceisive defeat against the pro-Alid forces under Ibrahim ibn al-Ashtar in the Battle of Khazir. And later in 1284 the Republic of Pisa is defeated in the Battle of Meloria by the Republic of Genoa, thus losing its naval dominance in the Mediterranean. More recently, in 2010 flash floods across a large part of Jammu and Kashmir, India, damages 71 towns and kills at least 255 people.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 258 when Pope Sixtus II passed away and in 523 when Pope Hormisdas (born 450) left us. And more recently, James Bjorken, American theoretical physicist (born 1934) who died in in 2024.

August 6, or 1470441601, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Go-Toba of Japan (died 1239) who was born in 1180, and later in 1504 - Matthew Parker, English archbishop (died 1575). More recently, Rebeka Masarova, Spanish-Swiss tennis player who was born in 1999.

Conversion help

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

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

A few related timestamps to 1470441601 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1470009600
End of month
1472687999
Start of day
1470441600
End fo day
1470527999
Start of hour
1470441600
End fo hour
1470445199
Start of min
1470441600
End fo min
1470441659