Unix timestamp

1122854400

Mon 01 Aug 2005 12:00:00 AM UTC

Coordinated Universal Time

Mon Aug 1 00:00:00 2005 UTC

In your local timezone

2005-08-01T00:00:00+00:00

ISO 8601

Mon, 01 Aug 2005 00:00:00 +0000

RFC 2822

2453584

Julian Date

25 Tammuz 5765

Hebrew Date

041

Swatch Internet Time

212

Day of the year

August

Month

31

Days in month

31

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1122854400

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

1122854400 is representing the 212 day of the year 2005 in the Gregorian calendar, having 365 days. There are 153 days left of the year and this particular timestamp falls on a Monday, August 01 of week 31 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 Waning crescent phase, about 247,584 miles (or 398,448 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 69, batavian rebellion: The Batavians in Germania Inferior (Netherlands) revolt under the leadership of Gaius Julius Civilis. And later in 607 Ono no Imoko is dispatched as envoy to the Sui court in China (Traditional Japanese date: July 3, 607). More recently, in 2023 former US President Donald Trump is indicted for his role in the January 6 United States Capitol attack, his third indictment in 2023.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 30 BC when Mark Antony, Roman general and politician (born in 83 BC) passed away and in 371 when Eusebius of Vercelli, Italian bishop and saint (born in 283) left us. And more recently, Joyce Brabner, American writer and artist (born in 1952) who died in in 2024.

August 1, or 1122854400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Claudius, Roman emperor (died in 54) who was born in 10 BC, and later in 126 - Pertinax, Roman emperor (died in 193). More recently, Kim Chaewon, South Korean singer who was born in 2000.

Conversion help

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

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

A few related timestamps to 1122854400 are:

Start of year
1104537600
End of Year
1136073599
Start of month
1122854400
End of month
1125532799
Start of day
1122854400
End fo day
1122940799
Start of hour
1122854400
End fo hour
1122857999
Start of min
1122854400
End fo min
1122854459