Unix timestamp

549590400

Tue 02 Jun 1987 12:00:00 AM UTC

Coordinated Universal Time

Tue Jun 2 00:00:00 1987 UTC

In your local timezone

1987-06-02T00:00:00+00:00

ISO 8601

Tue, 02 Jun 1987 00:00:00 +0000

RFC 2822

2446949

Julian Date

5 Sivan 5747

Hebrew Date

041

Swatch Internet Time

152

Day of the year

June

Month

30

Days in month

23

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

549590400

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

549590400 is representing the 152 day of the year 1987 in the Gregorian calendar, having 365 days. There are 213 days left of the year and this particular timestamp falls on a Tuesday, June 02 of week 23 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 251,254 miles (or 404,354 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 455, sack of Rome: Vandals enter Rome, and plunder the city for two weeks. And later in 1098 First Crusade: The first Siege of Antioch ends as Crusader forces take the city; the second siege began five days later. More recently, in 2023 a collision between two passenger trains and a parked freight train near the city of Balasor, Odisha in eastern India, results in 296 deaths and more than 1,200 people injured.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 657 when Pope Eugene I passed away and in 891 when Al-Muwaffaq, Abbasid general (born in 842) left us. And more recently, Janis Paige, American actress and singer (born in 1922) who died in in 2024.

June 2, or 549590400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Abu Sa'id Bahadur Khan, ruler of Ilkhanate (died in 1335) who was born in 1305, and later in 1423 - Ferdinand I of Naples (died in 1494). More recently, Miyuki Sawashiro, Japanese voice actress and singer who was born in 1985.

Conversion help

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

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

A few related timestamps to 549590400 are:

Start of year
536457600
End of Year
567993599
Start of month
549504000
End of month
552095999
Start of day
549590400
End fo day
549676799
Start of hour
549590400
End fo hour
549593999
Start of min
549590400
End fo min
549590459