Unix timestamp

1460505599

Tue 12 Apr 2016 11:59:59 PM UTC

Coordinated Universal Time

Tue Apr 12 23:59:59 2016 UTC

In your local timezone

2016-04-12T23:59:59+00:00

ISO 8601

Tue, 12 Apr 2016 23:59:59 +0000

RFC 2822

2457492

Julian Date

4 Nisan 5776

Hebrew Date

041

Swatch Internet Time

102

Day of the year

April

Month

30

Days in month

15

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1460505599

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

1460505599 is representing the 102 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 264 days left of the year and this particular timestamp falls on a Tuesday, April 12 of week 15 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 234,239 miles (or 376,971 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 240, Shapur I becomes co-emperor of the Sasanian Empire with his father Ardashir I. And later in 467 Anthemius is elevated to Emperor of the Western Roman Empire. More recently, in 1900 one day after its enactment by the Congress, President William McKinley signs the Foraker Act into law, giving Puerto Rico limited Self-rule.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 45 BC when Gnaeus Pompeius, Roman general and politician (born in 75 BC) passed away and in 352 when Julius I, pope of the Catholic Church left us. And more recently, Robert MacNeil, Canadian-American journalist and author (born in 1931) who died in in 2024.

April 12, or 1460505599, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Muhammad al-Jawad, the ninth Imam of Shia Islam (died in 835) who was born in 811, and later in 959 - En'yƫ, emperor of Japan (died in 991). More recently, Elizaveta Kulichkova, Russian tennis player who was born in 1996.

Conversion help

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

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

A few related timestamps to 1460505599 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1459468800
End of month
1462060799
Start of day
1460419200
End fo day
1460505599
Start of hour
1460502000
End fo hour
1460505599
Start of min
1460505540
End fo min
1460505599