Unix timestamp

1350864060

Mon 22 Oct 2012 12:01:00 AM UTC

Coordinated Universal Time

Mon Oct 22 00:01:00 2012 UTC

In your local timezone

2012-10-22T00:01:00+00:00

ISO 8601

Mon, 22 Oct 2012 00:01:00 +0000

RFC 2822

2456223

Julian Date

6 Heshvan 5773

Hebrew Date

042

Swatch Internet Time

295

Day of the year

October

Month

31

Days in month

43

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1350864060

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

1350864060 is representing the 295 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 71 days left of the year and this particular timestamp falls on a Monday, October 22 of week 43 at 00:01 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 230,488 miles (or 370,934 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 451, the Chalcedonian Creed, regarding the divine and human nature of Jesus, is adopted by the Council of Chalcedon, an ecumenical council. And later in 794 japanese Emperor Kanmu relocates his empire's capital to Heian-kyō (now Kyoto). More recently, in 2019 Same-sex marriage is legalised, and Abortion is decriminalised in Northern Ireland as a result of the Northern Ireland Assembly not being restored.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 726 when Itzamnaaj K'awiil, a Maya ruler of Dos Pilas passed away and in 741 when Charles Martel, Frankish political and military leader (born in 688) left us. And more recently, Fernando Valenzuela, Mexican baseball player, coach, and sportscaster (born in 1960) who died in in 2024.

October 22, or 1350864060, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Qian Weijun, king of Wuyue (died in 991) who was born in 955, and later in 1071 - William IX, Duke of Aquitaine (died in 1126). More recently, Stefan Bajcetic, Spanish footballer who was born in 2004.

Conversion help

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

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

A few related timestamps to 1350864060 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1349049600
End of month
1351727999
Start of day
1350864000
End fo day
1350950399
Start of hour
1350864000
End fo hour
1350867599
Start of min
1350864060
End fo min
1350864119