Unix timestamp

1086393599

Fri 04 Jun 2004 11:59:59 PM UTC

Coordinated Universal Time

Fri Jun 4 23:59:59 2004 UTC

In your local timezone

2004-06-04T23:59:59+00:00

ISO 8601

Fri, 04 Jun 2004 23:59:59 +0000

RFC 2822

2453162

Julian Date

15 Sivan 5764

Hebrew Date

041

Swatch Internet Time

155

Day of the year

June

Month

30

Days in month

23

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1086393599

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

1086393599 is representing the 155 day of the year 2004 in the Gregorian calendar which was a leap year having 366 days. There are 211 days left of the year and this particular timestamp falls on a Friday, June 04 of week 23 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 226,230 miles (or 364,082 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1411, king Charles VI grants a monopoly for the ripening of Roquefort cheese to the people of Roquefort-sur-Soulzon as they had been doing for centuries. And later in 1525 1525 Bayham Abbey riot; Villagers from Kent and Sussex, England riot and occupy Bayham Old Abbey for a week in protest against Cardinal Thomas Wolsey's order to suppress the monastery in order to fund two colleges founded by him. More recently, in 2005 the Civic Forum of the Romanians of Covasna, Harghita and Mureș is founded.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 756 when Shōmu, Japanese emperor (born 701) passed away and in 863 when Charles, archbishop of Mainz left us. And more recently, Marc Garneau, Canadian astronaut and Member of Parliament (born 1949) who died in in 2025.

June 4, or 1086393599, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Harsha, Maharajadhiraja of Kannauj (died 647) who was born in 590, and later in 1489 - Antoine, Duke of Lorraine (died 1544). More recently, Takefusa Kubo, Japanese footballer who was born in 2001.

Conversion help

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

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

A few related timestamps to 1086393599 are:

Start of year
1072915200
End of Year
1104537599
Start of month
1086048000
End of month
1088639999
Start of day
1086307200
End fo day
1086393599
Start of hour
1086390000
End fo hour
1086393599
Start of min
1086393540
End fo min
1086393599