Unix timestamp

1296000000

Wed 26 Jan 2011 12:00:00 AM UTC

Coordinated Universal Time

Wed Jan 26 00:00:00 2011 UTC

In your local timezone

2011-01-26T00:00:00+00:00

ISO 8601

Wed, 26 Jan 2011 00:00:00 +0000

RFC 2822

2455588

Julian Date

21 Shevat 5771

Hebrew Date

041

Swatch Internet Time

25

Day of the year

January

Month

31

Days in month

04

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1296000000

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

1296000000 is representing the 25 day of the year 2011 in the Gregorian calendar, having 365 days. There are 340 days left of the year and this particular timestamp falls on a Wednesday, January 26 of week 04 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 227,798 miles (or 366,606 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 661, the Rashidun Caliphate is effectively ended with the Assassination of Ali, the last caliph. And later in 1531 the 6.4-7.1 .mw-parser-output .tooltip-dotted{border-bottom:1px dotted;cursor:help}Mw Lisbon earthquake kills about thirty thousand people. More recently, in 2021 protesters and farmers storm the Red Fort near Delhi, clashing with police. One protester is killed and more than 80 police officers are injured.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 738 when John of Dailam, Syrian monk and saint (born in 660) passed away and in 910 when Luo Yin, Chinese statesman and poet left us. And more recently, Kobe Bryant, American basketball player (born in 1978) who died in in 2020.

January 26, or 1296000000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Lady Zhen, wife of Cao Pi (died in 221) who was born in 183, and later in 1436 - Henry Beaufort, 3rd Duke of Somerset, Lancastrian military commander (died in 1464). More recently, The Suleman octuplets who was born in 2009.

Conversion help

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

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

A few related timestamps to 1296000000 are:

Start of year
1293840000
End of Year
1325375999
Start of month
1293840000
End of month
1296518399
Start of day
1296000000
End fo day
1296086399
Start of hour
1296000000
End fo hour
1296003599
Start of min
1296000000
End fo min
1296000059