Unix timestamp

1463018399

Thu 12 May 2016 01:59:59 AM UTC

Coordinated Universal Time

Thu May 12 01:59:59 2016 UTC

In your local timezone

2016-05-12T01:59:59+00:00

ISO 8601

Thu, 12 May 2016 01:59:59 +0000

RFC 2822

2457521

Julian Date

4 Iyyar 5776

Hebrew Date

124

Swatch Internet Time

132

Day of the year

May

Month

31

Days in month

19

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1463018399

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

1463018399 is representing the 132 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 234 days left of the year and this particular timestamp falls on a Thursday, May 12 of week 19 at 01:59 UTC in the monrning meaning that about 8% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 238,724 miles (or 384,190 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 254, Pope Stephen I succeeds Pope Lucius I, becoming the 23rd Pope of the Catholic Church, and immediately takes a stand against Novatianism. And later in 907 Zhu Wen forces Emperor Ai into abdicating, ending the Tang dynasty after nearly three hundred years of rule. More recently, in 2010 Afriqiyah Airways Flight 771 crashes on final approach to Tripoli International Airport in Tripoli, Libya, killing 103 out of the 104 people on board.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 805 when Æthelhard, archbishop of Canterbury passed away and in 940 when Eutychius, patriarch of Alexandria (born 877) left us. And more recently, A. J. Smith, American football executive (born 1949) who died in in 2024.

May 12, or 1463018399, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Rupert II, Elector Palatine (died 1398) who was born in 1325, and later in 1401 - Emperor Shōkō of Japan (died 1428). More recently, Mo Bamba, American-Ivorian basketball player who was born in 1998.

Conversion help

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

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

A few related timestamps to 1463018399 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1462060800
End of month
1464739199
Start of day
1463011200
End fo day
1463097599
Start of hour
1463014800
End fo hour
1463018399
Start of min
1463018340
End fo min
1463018399