Unix timestamp

1460329200

Sun 10 Apr 2016 11:00:00 PM UTC

Coordinated Universal Time

Sun Apr 10 23:00:00 2016 UTC

In your local timezone

2016-04-10T23:00:00+00:00

ISO 8601

Sun, 10 Apr 2016 23:00:00 +0000

RFC 2822

2457490

Julian Date

2 Nisan 5776

Hebrew Date

000

Swatch Internet Time

100

Day of the year

April

Month

30

Days in month

14

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1460329200

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

1460329200 is representing the 100 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 266 days left of the year and this particular timestamp falls on a Sunday, April 10 of week 14 at 23:00 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 229,039 miles (or 368,603 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 428, Nestorius becomes the Patriarch of Constantinople. And later in 837 Halley's Comet makes its closest approach to Earth at a distance equal to 0.0342 AU (5.1 million kilometres/3.2 million miles). More recently, in 2019 scientists from the Event Horizon Telescope project announce the first ever image of a Black hole, which was located in the centre of the M87 galaxy.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 879 when Louis the Stammerer, king of West Francia (born 846) passed away and in 943 when Landulf I, prince of Benevento and Capua left us. And more recently, Peter Lovesey, British writer (born 1936) who died in in 2025.

April 10, or 1460329200, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Theodosius II, Roman emperor (died 450) who was born in 401, and later in 1018 - Nizam al-Mulk, Persian scholar and vizier (died 1092). More recently, Noa Kirel, Israeli singer who was born in 2001.

Conversion help

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

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

A few related timestamps to 1460329200 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1459468800
End of month
1462060799
Start of day
1460246400
End fo day
1460332799
Start of hour
1460329200
End fo hour
1460332799
Start of min
1460329200
End fo min
1460329259