Unix timestamp

1200000000

Thu 10 Jan 2008 09:20:00 PM UTC

Coordinated Universal Time

Thu Jan 10 21:20:00 2008 UTC

In your local timezone

2008-01-10T21:20:00+00:00

ISO 8601

Thu, 10 Jan 2008 21:20:00 +0000

RFC 2822

2454476

Julian Date

3 Shevat 5768

Hebrew Date

930

Swatch Internet Time

9

Day of the year

January

Month

31

Days in month

02

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1200000000

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

1200000000 is representing the 9 day of the year 2008 in the Gregorian calendar which was a leap year having 366 days. There are 357 days left of the year and this particular timestamp falls on a Thursday, January 10 of week 02 at 21:20 UTC in the afternoon meaning that about 89% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 238,647 miles (or 384,065 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 9, the Western Han dynasty ends when Wang Mang claims that the divine Mandate of Heaven called for the end of the dynasty and the beginning of his own, the Xin dynasty. And later in 49 BC Julius Caesar crosses the Rubicon, signalling the start of civil war. More recently, in 2019 a 13-year-old American girl, Jayme Closs, is found alive in Gordon, Wisconsin, having been kidnapped 88 days earlier from her parents' home whilst they were murdered.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 259 when Polyeuctus, Roman saint passed away and in 314 when Miltiades, pope of the Catholic Church left us. And more recently, Constantine II of Greece, King of Greece (1964-1973) (born in 1940) who died in in 2023.

January 10, or 1200000000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Husayn ibn Ali, the third Shia Imam (died in 680) who was born in 626, and later in 1480 - Margaret of Austria, Duchess of Savoy (died in 1530). More recently, Santi Aldama, Spanish basketball player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1200000000 are:

Start of year
1199145600
End of Year
1230767999
Start of month
1199145600
End of month
1201823999
Start of day
1199923200
End fo day
1200009599
Start of hour
1199998800
End fo hour
1200002399
Start of min
1200000000
End fo min
1200000059