Unix timestamp

1290988800

Mon 29 Nov 2010 12:00:00 AM UTC

Coordinated Universal Time

Mon Nov 29 00:00:00 2010 UTC

In your local timezone

2010-11-29T00:00:00+00:00

ISO 8601

Mon, 29 Nov 2010 00:00:00 +0000

RFC 2822

2455530

Julian Date

22 Kislev 5771

Hebrew Date

041

Swatch Internet Time

332

Day of the year

November

Month

30

Days in month

48

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1290988800

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

1290988800 is representing the 332 day of the year 2010 in the Gregorian calendar, having 365 days. There are 33 days left of the year and this particular timestamp falls on a Monday, November 29 of week 48 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 Third quarter phase, about 225,868 miles (or 363,500 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 618, the Tang dynasty scores a decisive victory over their rival Xue Rengao at the Battle of Qianshuiyuan. And later in 903 the Abbasid army under Muhammad ibn Sulayman al-Katib defeats the Qarmatians at the Battle of Hama. More recently, in 1961 enos, a chimpanzee, is launched into space. The Spacecraft orbits the Earth twice and splashes down off the coast of Puerto Rico.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 521 when Jacob of Serugh, Syrian poet and theologian (born in 451) passed away and in 524 when Ahkal Mo' Naab' I, ruler of Palenque (born in 465) left us. And more recently, LaMarr Hoyt, Major League Baseball player, 1983 AL Cy Young Award winner (born in 1955) who died in in 2021.

November 29, or 1290988800, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including William of Septimania, Frankish nobleman (died in 850) who was born in 826, and later in 1310 - John de Mowbray, 3rd Baron Mowbray, English Baron (died in 1361). More recently, Siobhan-Marie O'Connor, English swimmer who was born in 1995.

Conversion help

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

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

A few related timestamps to 1290988800 are:

Start of year
1262304000
End of Year
1293839999
Start of month
1288569600
End of month
1291161599
Start of day
1290988800
End fo day
1291075199
Start of hour
1290988800
End fo hour
1290992399
Start of min
1290988800
End fo min
1290988859