Unix timestamp

1590710400

Fri 29 May 2020 12:00:00 AM UTC

Coordinated Universal Time

Fri May 29 00:00:00 2020 UTC

In your local timezone

2020-05-29T00:00:00+00:00

ISO 8601

Fri, 29 May 2020 00:00:00 +0000

RFC 2822

2458999

Julian Date

6 Sivan 5780

Hebrew Date

041

Swatch Internet Time

149

Day of the year

May

Month

31

Days in month

22

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1590710400

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

1590710400 is representing the 149 day of the year 2020 in the Gregorian calendar which was a leap year having 366 days. There are 217 days left of the year and this particular timestamp falls on a Friday, May 29 of week 22 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 First quarter phase, about 230,105 miles (or 370,318 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 363, the Roman emperor Julian defeats the Sasanian army in the Battle of Ctesiphon, under the walls of the Sasanian capital, but is unable to take the city. And later in 1108 battle of Uclés: Almoravid troops under the command of Tamim ibn Yusuf defeat a Castile and León alliance under the command of Prince Sancho Alfónsez. More recently, in 1931 Michele Schirru, a citizen of the United States, is executed by a Royal Italian Army firing squad for intent to kill Benito Mussolini.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 931 when Jimeno Garcés of Pamplona passed away and in 1040 when Renauld I, Count of Nevers left us. And more recently, Bob Rogers, Australian radio and television host (born in 1926) who died in in 2024.

May 29, or 1590710400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Charles, Prince of Viana (died in 1461) who was born in 1421, and later in 1443 - Victor, Duke of Münsterberg, Reichsgraf, Duke of Münsterberg and Opava, Count of Glatz (died in 1500). More recently, Paul Skenes, American baseball player who was born in 2002.

Conversion help

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

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

A few related timestamps to 1590710400 are:

Start of year
1577836800
End of Year
1609459199
Start of month
1588291200
End of month
1590969599
Start of day
1590710400
End fo day
1590796799
Start of hour
1590710400
End fo hour
1590713999
Start of min
1590710400
End fo min
1590710459