Unix timestamp

1585526400

Mon 30 Mar 2020 12:00:00 AM UTC

Coordinated Universal Time

Mon Mar 30 00:00:00 2020 UTC

In your local timezone

2020-03-30T00:00:00+00:00

ISO 8601

Mon, 30 Mar 2020 00:00:00 +0000

RFC 2822

2458939

Julian Date

5 Nisan 5780

Hebrew Date

041

Swatch Internet Time

89

Day of the year

March

Month

31

Days in month

14

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1585526400

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

1585526400 is representing the 89 day of the year 2020 in the Gregorian calendar which was a leap year having 366 days. There are 277 days left of the year and this particular timestamp falls on a Monday, March 30 of week 14 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 crescent phase, about 244,140 miles (or 392,905 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 598, avar-Byzantine wars: The Avars lift the Siege at the Byzantine stronghold of Tomis. Their leader Bayan I retreats north of the Danube River after the Avaro-Slavic army is decimated by the plague. And later in 1282 the people of Sicily rebel against the Angevin king Charles I, in what becomes known as the Sicilian Vespers. More recently, in 2019 Pope Francis visits Morocco.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 116 when Quirinus of Neuss, Roman martyr and saint passed away and in 365 when Ai of Jin, emperor of the Jin Dynasty (born in 341) left us. And more recently, Chance Perdomo, British-American actor (born in 1996) who died in in 2024.

March 30, or 1585526400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Shi Jingtang, founder of the Later Jin Dynasty (died in 942) who was born in 892, and later in 1135 - Maimonides, Spanish rabbi and philosopher (April 6 also proposed, d. 1204). More recently, Anastasia Potapova, Russian tennis player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1585526400 are:

Start of year
1577836800
End of Year
1609459199
Start of month
1583020800
End of month
1585699199
Start of day
1585526400
End fo day
1585612799
Start of hour
1585526400
End fo hour
1585529999
Start of min
1585526400
End fo min
1585526459