Unix timestamp

1523404799

Tue 10 Apr 2018 11:59:59 PM UTC

Coordinated Universal Time

Tue Apr 10 23:59:59 2018 UTC

In your local timezone

2018-04-10T23:59:59+00:00

ISO 8601

Tue, 10 Apr 2018 23:59:59 +0000

RFC 2822

2458220

Julian Date

25 Nisan 5778

Hebrew Date

041

Swatch Internet Time

99

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

1523404799

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

1523404799 is representing the 99 day of the year 2018 in the Gregorian calendar, having 365 days. There are 266 days left of the year and this particular timestamp falls on a Tuesday, April 10 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 Waning crescent phase, about 249,560 miles (or 401,628 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 in 846) passed away and in 943 when Landulf I, prince of Benevento and Capua left us. And more recently, Peter Lovesey, British writer (born in 1936) who died in in 2025.

April 10, or 1523404799, 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 in 450) who was born in 401, and later in 1018 - Nizam al-Mulk, Persian scholar and vizier (died in 1092). More recently, Noa Kirel, Israeli singer who was born in 2001.

Conversion help

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

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

A few related timestamps to 1523404799 are:

Start of year
1514764800
End of Year
1546300799
Start of month
1522540800
End of month
1525132799
Start of day
1523318400
End fo day
1523404799
Start of hour
1523401200
End fo hour
1523404799
Start of min
1523404740
End fo min
1523404799