Unix timestamp

1585008000

Tue 24 Mar 2020 12:00:00 AM UTC

Coordinated Universal Time

Tue Mar 24 00:00:00 2020 UTC

In your local timezone

2020-03-24T00:00:00+00:00

ISO 8601

Tue, 24 Mar 2020 00:00:00 +0000

RFC 2822

2458933

Julian Date

28 Adar 5780

Hebrew Date

041

Swatch Internet Time

83

Day of the year

March

Month

31

Days in month

13

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1585008000

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

1585008000 is representing the 83 day of the year 2020 in the Gregorian calendar which was a leap year having 366 days. There are 283 days left of the year and this particular timestamp falls on a Tuesday, March 24 of week 13 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 New moon phase, about 251,859 miles (or 405,327 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1199, king Richard I of England is wounded by a crossbow bolt while fighting in France, leading to his death on April 6. And later in 1387 english victory over a Franco-Castilian-Flemish fleet in the Battle of Margate off the coast of Margate. More recently, in 1992 Space Shuttle Atlantis launches on STS-45.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 809 when Harun al-Rashid, Arab caliph (born in 763) passed away and in 832 when Wulfred, archbishop of Canterbury left us. And more recently, Dick Carlson, American journalist and diplomat (born in 1941) who died in in 2025.

March 24, or 1585008000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Yue Fei, Chinese military general (died in 1142) who was born in 1103, and later in 1441 - Ernest, Elector of Saxony, German ruler of Saxony (died in 1486). More recently, Ethel Cain, American singer-songwriter, record producer, and model who was born in 1998.

Conversion help

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

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

A few related timestamps to 1585008000 are:

Start of year
1577836800
End of Year
1609459199
Start of month
1583020800
End of month
1585699199
Start of day
1585008000
End fo day
1585094399
Start of hour
1585008000
End fo hour
1585011599
Start of min
1585008000
End fo min
1585008059