Unix timestamp

1229299140

Sun 14 Dec 2008 11:59:00 PM UTC

Coordinated Universal Time

Sun Dec 14 23:59:00 2008 UTC

In your local timezone

2008-12-14T23:59:00+00:00

ISO 8601

Sun, 14 Dec 2008 23:59:00 +0000

RFC 2822

2454816

Julian Date

17 Kislev 5769

Hebrew Date

040

Swatch Internet Time

348

Day of the year

December

Month

31

Days in month

50

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1229299140

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

1229299140 is representing the 348 day of the year 2008 in the Gregorian calendar which was a leap year having 366 days. There are 18 days left of the year and this particular timestamp falls on a Sunday, December 14 of week 50 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 227,079 miles (or 365,449 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 557, Constantinople is severely damaged by an earthquake, which cracks the dome of Hagia Sophia. And later in 835 Sweet Dew Incident: Emperor Wenzong of the Tang dynasty conspires to kill the powerful Eunuchs of the Tang court, but the plot is foiled. More recently, in 1999 torrential rains cause Flash floods in Vargas, Venezuela, resulting in tens of thousands of deaths, the destruction of thousands of homes, and the complete collapse of the state's infrastructure.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 618 when Xue Rengao, emperor of Qin passed away and in 648 when John III of the Sedre, Syriac Orthodox Patriarch of Antioch left us. And more recently, Gérard Houllier, French Football manager (born in 1947) who died in in 2020.

December 14, or 1229299140, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Go-Suzaku, emperor of Japan (died in 1045) who was born in 1009, and later in 1546 - Tycho Brahe, Danish astronomer and chemist (died in 1601). More recently, Ryo Miyaichi, Japanese footballer who was born in 1992.

Conversion help

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

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

A few related timestamps to 1229299140 are:

Start of year
1199145600
End of Year
1230767999
Start of month
1228089600
End of month
1230767999
Start of day
1229212800
End fo day
1229299199
Start of hour
1229295600
End fo hour
1229299199
Start of min
1229299140
End fo min
1229299199