Unix timestamp

1260493139

Fri 11 Dec 2009 12:58:59 AM UTC

Coordinated Universal Time

Fri Dec 11 00:58:59 2009 UTC

In your local timezone

2009-12-11T00:58:59+00:00

ISO 8601

Fri, 11 Dec 2009 00:58:59 +0000

RFC 2822

2455177

Julian Date

24 Kislev 5770

Hebrew Date

082

Swatch Internet Time

344

Day of the year

December

Month

31

Days in month

50

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1260493139

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

1260493139 is representing the 344 day of the year 2009 in the Gregorian calendar, having 365 days. There are 21 days left of the year and this particular timestamp falls on a Friday, December 11 of week 50 at 00:58 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Waning crescent phase, about 233,181 miles (or 375,269 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 220, Emperor Xian of Han is forced to abdicate the throne by Cao Cao's son Cao Pi, ending the Han dynasty. And later in 361 julian enters Constantinople as sole Roman emperor. More recently, in 2019 the results of the 2019 Bougainvillean independence referendum are announced. The results are overwhelmingly one-sided. Over 98% of voters vote for Bougainville's independence.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 384 when Pope Damasus I (born in c.304) passed away and in 861 when Al-Fath ibn Khaqan, chief confidant and councillor to al-Mutawakkil left us. And more recently, Anne Rice, American author (born in 1941) who died in in 2021.

December 11, or 1260493139, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Eberhard I, Duke of Württemberg (died in 1496) who was born in 1445, and later in 1465 - Ashikaga Yoshihisa, Japanese shogun (died in 1489). More recently, Yalitza Aparicio, Mexican actress who was born in 1993.

Conversion help

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

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

A few related timestamps to 1260493139 are:

Start of year
1230768000
End of Year
1262303999
Start of month
1259625600
End of month
1262303999
Start of day
1260489600
End fo day
1260575999
Start of hour
1260489600
End fo hour
1260493199
Start of min
1260493080
End fo min
1260493139