Unix timestamp

1199923199

Wed 09 Jan 2008 11:59:59 PM UTC

Coordinated Universal Time

Wed Jan 9 23:59:59 2008 UTC

In your local timezone

2008-01-09T23:59:59+00:00

ISO 8601

Wed, 09 Jan 2008 23:59:59 +0000

RFC 2822

2454476

Julian Date

2 Shevat 5768

Hebrew Date

041

Swatch Internet Time

8

Day of the year

January

Month

31

Days in month

02

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1199923199

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

1199923199 is representing the 8 day of the year 2008 in the Gregorian calendar which was a leap year having 366 days. There are 358 days left of the year and this particular timestamp falls on a Wednesday, January 09 of week 02 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 New moon phase, about 241,254 miles (or 388,261 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 681, Twelfth Council of Toledo: King Erwig of the Visigoths initiates a council in which he implements diverse measures against the Jews in Spain. And later in 1038 an earthquake in Dingxiang, China kills an estimated 32,300. More recently, in 2005 the Sudan People's Liberation Movement and the Government of Sudan sign the Comprehensive Peace Agreement to end the Second Sudanese Civil War.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 710 when Adrian of Canterbury, abbot and scholar passed away and in 1150 when Emperor Xizong of Jin (born in 1119) left us. And more recently, Black Bart, American professional wrestler (born in 1948) who died in in 2025.

January 9, or 1199923199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Daizong of Tang (died in 779) who was born in 727, and later in 1304 - Hōjō Takatoki, Japanese Shikken of the Kamakura bakufu (died in 1333)[unreliable source?]. More recently, Radek Faksa, Czech ice hockey player who was born in 1994.

Conversion help

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

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

A few related timestamps to 1199923199 are:

Start of year
1199145600
End of Year
1230767999
Start of month
1199145600
End of month
1201823999
Start of day
1199836800
End fo day
1199923199
Start of hour
1199919600
End fo hour
1199923199
Start of min
1199923140
End fo min
1199923199