Unix timestamp

1587340800

Mon 20 Apr 2020 12:00:00 AM UTC

Coordinated Universal Time

Mon Apr 20 00:00:00 2020 UTC

In your local timezone

2020-04-20T00:00:00+00:00

ISO 8601

Mon, 20 Apr 2020 00:00:00 +0000

RFC 2822

2458960

Julian Date

26 Nisan 5780

Hebrew Date

041

Swatch Internet Time

110

Day of the year

April

Month

30

Days in month

17

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1587340800

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

1587340800 is representing the 110 day of the year 2020 in the Gregorian calendar which was a leap year having 366 days. There are 256 days left of the year and this particular timestamp falls on a Monday, April 20 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 Waning crescent phase, about 251,617 miles (or 404,939 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1303, the Sapienza University of Rome is instituted by a bull of Pope Boniface VIII. And later in 1453 three Genoese galleys and a Byzantine Blockade runner fight their way through an Ottoman blockading fleet a few weeks before the Fall of Constantinople. More recently, in 2023 spaceX's Starship rocket, the largest and most powerful rocket ever built, launches for the first time. It explodes four minutes into flight.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 689 when Cædwalla, king of Wessex (born in 659) passed away and in 767 when Taichō, Japanese monk (born in 682) left us. And more recently, Hugo Gatti, Argentine footballer (born in 1944) who died in in 2025.

April 20, or 1587340800, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Johannes Agricola, German theologian and reformer (died in 1566) who was born in 1494, and later in 1544 - Renata of Lorraine, Duchess consort of Bavaria (died in 1602). More recently, Alexander Zverev, German tennis player who was born in 1997.

Conversion help

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

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

A few related timestamps to 1587340800 are:

Start of year
1577836800
End of Year
1609459199
Start of month
1585699200
End of month
1588291199
Start of day
1587340800
End fo day
1587427199
Start of hour
1587340800
End fo hour
1587344399
Start of min
1587340800
End fo min
1587340859