Unix timestamp

1101945540

Wed 01 Dec 2004 11:59:00 PM UTC

Coordinated Universal Time

Wed Dec 1 23:59:00 2004 UTC

In your local timezone

2004-12-01T23:59:00+00:00

ISO 8601

Wed, 01 Dec 2004 23:59:00 +0000

RFC 2822

2453342

Julian Date

18 Kislev 5765

Hebrew Date

040

Swatch Internet Time

335

Day of the year

December

Month

31

Days in month

49

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1101945540

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

1101945540 is representing the 335 day of the year 2004 in the Gregorian calendar which was a leap year having 366 days. There are 31 days left of the year and this particular timestamp falls on a Wednesday, December 01 of week 49 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 250,855 miles (or 403,712 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 800, a council is convened in the Vatican, at which Charlemagne is to judge the accusations against Pope Leo III. And later in 1420 Henry V of England enters Paris alongside his father-in-law King Charles VI of France. More recently, in 1834 slavery is abolished in the Cape Colony in accordance with the Slavery Abolition Act 1833.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 217 when Yehudah HaNasi, 'Nasi', Rabbi and editor of the Mishnah (born in 135) passed away and in 660 when Eligius, Frankish bishop and saint (born in 588) left us. And more recently, Ken Berry, American actor, dancer, and singer (born in 1933) who died in in 2018.

December 1, or 1101945540, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Hasan ibn Ali, the second Shia Imam (died in 670) who was born in 624, and later in 1081 - Louis VI, French king (died in 1137). More recently, Larry Walker, Canadian baseball player and coach who was born in 1966.

Conversion help

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

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

A few related timestamps to 1101945540 are:

Start of year
1072915200
End of Year
1104537599
Start of month
1101859200
End of month
1104537599
Start of day
1101859200
End fo day
1101945599
Start of hour
1101942000
End fo hour
1101945599
Start of min
1101945540
End fo min
1101945599