Unix timestamp

1222660989

Mon 29 Sep 2008 04:03:09 AM UTC

Coordinated Universal Time

Mon Sep 29 04:03:09 2008 UTC

In your local timezone

2008-09-29T04:03:09+00:00

ISO 8601

Mon, 29 Sep 2008 04:03:09 +0000

RFC 2822

2454739

Julian Date

29 Elul 5768

Hebrew Date

210

Swatch Internet Time

272

Day of the year

September

Month

30

Days in month

40

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1222660989

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

1222660989 is representing the 272 day of the year 2008 in the Gregorian calendar which was a leap year having 366 days. There are 94 days left of the year and this particular timestamp falls on a Monday, September 29 of week 40 at 04:03 UTC in the monrning meaning that about 17% of the day has passed. At this specifc time, the moon was in its New moon phase, about 241,752 miles (or 389,063 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 61 BC, Pompey the Great celebrates his third triumph for victories over the pirates and the end of the Mithridatic Wars on his 45th birthday. And later in 1011 danes capture Canterbury after a siege, taking Ælfheah, Archbishop of Canterbury, as a prisoner. More recently, in 2009 the 8.1 Mw  Samoa earthquake results in a tsunami that kills over 189 and injures hundreds.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 722 when Leudwinus, Frankish archbishop and saint (born 660) passed away and in 855 when Lothair I, Carolingian emperor (born 795) left us. And more recently, Ozzie Virgil Sr., Dominican baseball player and coach (born 1932) who died in in 2024.

September 29, or 1222660989, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Pompey, Roman general and politician (died 48 BC) who was born in 106 BC, and later in 929 - Qian Chu, Chinese king (Ten Kingdoms) (died in 988). More recently, Hamdy Fathy, Egyptian footballer who was born in 1994.

Conversion help

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

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

A few related timestamps to 1222660989 are:

Start of year
1199145600
End of Year
1230767999
Start of month
1220227200
End of month
1222819199
Start of day
1222646400
End fo day
1222732799
Start of hour
1222660800
End fo hour
1222664399
Start of min
1222660980
End fo min
1222661039