Unix timestamp

1356134399

Fri 21 Dec 2012 11:59:59 PM UTC

Coordinated Universal Time

Fri Dec 21 23:59:59 2012 UTC

In your local timezone

2012-12-21T23:59:59+00:00

ISO 8601

Fri, 21 Dec 2012 23:59:59 +0000

RFC 2822

2456284

Julian Date

8 Tevet 5773

Hebrew Date

041

Swatch Internet Time

355

Day of the year

December

Month

31

Days in month

51

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1356134399

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

1356134399 is representing the 355 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 11 days left of the year and this particular timestamp falls on a Friday, December 21 of week 51 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 246,841 miles (or 397,253 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 69, the Roman Senate declares Vespasian emperor of Rome, the last in the Year of the Four Emperors. And later in 1124 Pope Honorius II is consecrated, having been elected after the controversial dethroning of Pope Celestine II. More recently, in 2020 a Great conjunction of Jupiter and Saturn occurs, with the two planets separated in the sky by 0.1 degrees. This is the closest conjunction between the two planets since 1623.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 72 when Thomas the Apostle, Roman martyr and saint (born in 1 AD) passed away and in 882 when Hincmar, French archbishop and historian (born in 806) left us. And more recently, Bruce McCandless II, US astronaut who conducted the first untethered spacewalk (born in 1937) who died in in 2017.

December 21, or 1356134399, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Minamoto no Yorinobu, Japanese samurai (died in 1048) who was born in 968, and later in 1401 - Masaccio, Italian painter (died in 1428). More recently, Kelly Smith, English rugby union player who was born in 1995.

Conversion help

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

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

A few related timestamps to 1356134399 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1354320000
End of month
1356998399
Start of day
1356048000
End fo day
1356134399
Start of hour
1356130800
End fo hour
1356134399
Start of min
1356134340
End fo min
1356134399