Unix timestamp

1124150400

Tue 16 Aug 2005 12:00:00 AM UTC

Coordinated Universal Time

Tue Aug 16 00:00:00 2005 UTC

In your local timezone

2005-08-16T00:00:00+00:00

ISO 8601

Tue, 16 Aug 2005 00:00:00 +0000

RFC 2822

2453599

Julian Date

11 Av 5765

Hebrew Date

041

Swatch Internet Time

227

Day of the year

August

Month

31

Days in month

33

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1124150400

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

1124150400 is representing the 227 day of the year 2005 in the Gregorian calendar, having 365 days. There are 138 days left of the year and this particular timestamp falls on a Tuesday, August 16 of week 33 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 Waxing gibbous phase, about 228,601 miles (or 367,897 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1 BC, Wang Mang consolidates his power in China and is declared marshal of state. Emperor Ai of Han, who died the previous day, had no heirs. And later in 942 start of the four-day Battle of al-Mada'in, between the Hamdanids of Mosul and the Baridis of Basra over control of the Abbasid capital, Baghdad. More recently, in 2020 the August Complex fire in California burns more than one million acres of land.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 79 when Empress Ma, Chinese Han dynasty consort (born 40) passed away and in 856 when Theutbald I, bishop of Langres left us. And more recently, Howard S. Becker, American sociologist (born 1928) who died in in 2023.

August 16, or 1124150400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Philippa, 5th Countess of Ulster (died 1382) who was born in 1355, and later in 1378 - Hongxi Emperor of China (died 1425). More recently, Jannik Sinner, Italian tennis player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1124150400 are:

Start of year
1104537600
End of Year
1136073599
Start of month
1122854400
End of month
1125532799
Start of day
1124150400
End fo day
1124236799
Start of hour
1124150400
End fo hour
1124153999
Start of min
1124150400
End fo min
1124150459