Unix timestamp

1086739199

Tue 08 Jun 2004 11:59:59 PM UTC

Coordinated Universal Time

Tue Jun 8 23:59:59 2004 UTC

In your local timezone

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

ISO 8601

Tue, 08 Jun 2004 23:59:59 +0000

RFC 2822

2453166

Julian Date

19 Sivan 5764

Hebrew Date

041

Swatch Internet Time

159

Day of the year

June

Month

30

Days in month

24

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1086739199

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

1086739199 is representing the 159 day of the year 2004 in the Gregorian calendar which was a leap year having 366 days. There are 207 days left of the year and this particular timestamp falls on a Tuesday, June 08 of week 24 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 Third quarter phase, about 234,503 miles (or 377,397 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 218, battle of Antioch: With the support of the Syrian legions, Elagabalus defeats the forces of emperor Macrinus. And later in 452 Attila leads a Hun army in the invasion of Italy, devastating the northern provinces as he heads for Rome. More recently, in 2007 Newcastle, New South Wales, Australia, is hit by the State's worst storms and flooding in 30 years resulting in the death of nine people and the grounding of a trade ship, the MV Pasha Bulker.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 632 when Muhammad, the central figure of Islam. (born 570/571) passed away and in 696 when Chlodulf, bishop of Metz (or 697) left us. And more recently, Chet Walker, American basketball player (born 1940) who died in in 2024.

June 8, or 1086739199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Xizong of Tang (died 888) who was born in 862, and later in 1508 - Primož Trubar, Slovenian Protestant reformer (died 1586). More recently, Liv Morgan, American professional wrestler who was born in 1994.

Conversion help

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

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

A few related timestamps to 1086739199 are:

Start of year
1072915200
End of Year
1104537599
Start of month
1086048000
End of month
1088639999
Start of day
1086652800
End fo day
1086739199
Start of hour
1086735600
End fo hour
1086739199
Start of min
1086739140
End fo min
1086739199