Unix timestamp

1524873600

Sat 28 Apr 2018 12:00:00 AM UTC

Coordinated Universal Time

Sat Apr 28 00:00:00 2018 UTC

In your local timezone

2018-04-28T00:00:00+00:00

ISO 8601

Sat, 28 Apr 2018 00:00:00 +0000

RFC 2822

2458237

Julian Date

13 Iyyar 5778

Hebrew Date

041

Swatch Internet Time

117

Day of the year

April

Month

30

Days in month

17

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1524873600

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

1524873600 is representing the 117 day of the year 2018 in the Gregorian calendar, having 365 days. There are 248 days left of the year and this particular timestamp falls on a Saturday, April 28 of week 17 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 gibbous phase, about 236,811 miles (or 381,110 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 357, emperor Constantius II enters Rome for the first time to celebrate his victory over Magnus Magnentius. And later in 1253 Nichiren, a Japanese Buddhist monk, propounds Namu Myōhō Renge Kyō for the first time and declares it to be the essence of Buddhism, in effect founding Nichiren Buddhism. More recently, in 2004 CBS News releases evidence of the Abu Ghraib torture and prisoner abuse. The photographs show rape and abuse from the American troops over Iraqi detainees.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 224 when Artabanus IV of Parthia (born in 191) passed away and in 948 when Hu Jinsi, Chinese general and prefect left us. And more recently, Brian McCardie, Scottish actor and writer (born in 1965) who died in in 2024.

April 28, or 1524873600, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Otho, Roman emperor (died in 69 AD) who was born in 32, and later in 1402 - Nezahualcoyotl, Acolhuan philosopher, warrior, poet and ruler (died in 1472). More recently, Anthony Volpe, American baseball player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1524873600 are:

Start of year
1514764800
End of Year
1546300799
Start of month
1522540800
End of month
1525132799
Start of day
1524873600
End fo day
1524959999
Start of hour
1524873600
End fo hour
1524877199
Start of min
1524873600
End fo min
1524873659