Unix timestamp

1101164579

Mon 22 Nov 2004 11:02:59 PM UTC

Coordinated Universal Time

Mon Nov 22 23:02:59 2004 UTC

In your local timezone

2004-11-22T23:02:59+00:00

ISO 8601

Mon, 22 Nov 2004 23:02:59 +0000

RFC 2822

2453333

Julian Date

9 Kislev 5765

Hebrew Date

002

Swatch Internet Time

326

Day of the year

November

Month

30

Days in month

48

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1101164579

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

1101164579 is representing the 326 day of the year 2004 in the Gregorian calendar which was a leap year having 366 days. There are 40 days left of the year and this particular timestamp falls on a Monday, November 22 of week 48 at 23:02 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 239,272 miles (or 385,071 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 498, after the death of Anastasius II, Symmachus is elected Pope in the Lateran Palace, while Laurentius is elected Pope in Santa Maria Maggiore. And later in 845 the first duke of Brittany, Nominoe, defeats the Frankish king Charles the Bald at the Battle of Ballon near Redon. More recently, in 2014 while playing with a toy gun in Cleveland, 12-year-old African American Tamir Rice is killed by a white police officer.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 365 when Antipope Felix II passed away and in 950 when Lothair II of Italy (born in 926) left us. And more recently, John Y. Brown Jr., American soldier, lawyer, and politician, Governor of Kentucky (born in 1933) who died in in 2022.

November 22, or 1101164579, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Elisabeth of Meissen, Burgravine of Nuremberg (died in 1375) who was born in 1329, and later in 1428 - Richard Neville, 16th Earl of Warwick, English nobleman, known as "the Kingmaker" (died in 1471). More recently, Katherine McNamara, American actress who was born in 1995.

Conversion help

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

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

A few related timestamps to 1101164579 are:

Start of year
1072915200
End of Year
1104537599
Start of month
1099267200
End of month
1101859199
Start of day
1101081600
End fo day
1101167999
Start of hour
1101164400
End fo hour
1101167999
Start of min
1101164520
End fo min
1101164579