Unix timestamp

1350428400

Tue 16 Oct 2012 11:00:00 PM UTC

Coordinated Universal Time

Tue Oct 16 23:00:00 2012 UTC

In your local timezone

2012-10-16T23:00:00+00:00

ISO 8601

Tue, 16 Oct 2012 23:00:00 +0000

RFC 2822

2456218

Julian Date

30 Tishri 5773

Hebrew Date

000

Swatch Internet Time

289

Day of the year

October

Month

31

Days in month

42

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1350428400

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

1350428400 is representing the 289 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 77 days left of the year and this particular timestamp falls on a Tuesday, October 16 of week 42 at 23:00 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its New moon phase, about 226,431 miles (or 364,405 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 456, Ricimer defeats Avitus at Piacenza and becomes master of the Western Roman Empire. And later in 0456 Ricimer defeats Avitus at Piacenza and becomes master of the Western Roman Empire. More recently, in 2002 the Bibliotheca Alexandrina opens in Egypt, commemorating the ancient library of Alexandria.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 385 when Fu Jian, Chinese emperor (born in 337) passed away and in 786 when Lullus, archbishop of Mainz (born in 710) left us. And more recently, Yahya Sinwar, leader of Hamas (born in 1962) who died in in 2024.

October 16, or 1350428400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Gian Galeazzo Visconti, first Duke of Milan (died in 1402) who was born in 1351, and later in 1396 - William de la Pole, 1st Duke of Suffolk, English admiral (died in 1450). More recently, Halimah Nakaayi, Ugandan middle-distance runner who was born in 1994.

Conversion help

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

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

A few related timestamps to 1350428400 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1349049600
End of month
1351727999
Start of day
1350345600
End fo day
1350431999
Start of hour
1350428400
End fo hour
1350431999
Start of min
1350428400
End fo min
1350428459