Unix timestamp

804297600

Wed 28 Jun 1995 12:00:00 AM UTC

Coordinated Universal Time

Wed Jun 28 00:00:00 1995 UTC

In your local timezone

1995-06-28T00:00:00+00:00

ISO 8601

Wed, 28 Jun 1995 00:00:00 +0000

RFC 2822

2449897

Julian Date

30 Sivan 5755

Hebrew Date

041

Swatch Internet Time

178

Day of the year

June

Month

30

Days in month

26

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

804297600

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

804297600 is representing the 178 day of the year 1995 in the Gregorian calendar, having 365 days. There are 187 days left of the year and this particular timestamp falls on a Wednesday, June 28 of week 26 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,425 miles (or 404,630 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1098, fighters of the First Crusade defeat Kerbogha of Mosul at the battle of Antioch. And later in 1360 muhammed VI becomes the tenth Nasrid king of Granada after killing his brother-in-law Ismail II. More recently, in 1911 the Nakhla meteorite, the first one to suggest signs of aqueous processes on Mars, falls to Earth, landing in Egypt.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 202 when Yuan Shao, Chinese warlord passed away and in 548 when Theodora I, Byzantine empress left us. And more recently, Mohamed Osman Jawari, Somali attorney and politician, 12th Speaker of the Parliament of Somalia (born 1945) who died in in 2024.

June 28, or 804297600, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Carloman I, king of the Franks (died 771) who was born in 751, and later in 1243 - Emperor Go-Fukakusa of Japan (died 1304). More recently, Marta Kostyuk, Ukrainian tennis player who was born in 2002.

Conversion help

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

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

A few related timestamps to 804297600 are:

Start of year
788918400
End of Year
820454399
Start of month
801964800
End of month
804556799
Start of day
804297600
End fo day
804383999
Start of hour
804297600
End fo hour
804301199
Start of min
804297600
End fo min
804297659