Unix timestamp

1387324800

Wed 18 Dec 2013 12:00:00 AM UTC

Coordinated Universal Time

Wed Dec 18 00:00:00 2013 UTC

In your local timezone

2013-12-18T00:00:00+00:00

ISO 8601

Wed, 18 Dec 2013 00:00:00 +0000

RFC 2822

2456645

Julian Date

15 Tevet 5774

Hebrew Date

041

Swatch Internet Time

351

Day of the year

December

Month

31

Days in month

51

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1387324800

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

1387324800 is representing the 351 day of the year 2013 in the Gregorian calendar, having 365 days. There are 14 days left of the year and this particular timestamp falls on a Wednesday, December 18 of week 51 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 Full moon phase, about 251,224 miles (or 404,305 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1271, Kublai Khan renames his empire "Yuan" (元 yuán), officially marking the start of the Yuan dynasty of Mongolia and China. And later in 1622 portuguese forces score a military victory over the Kingdom of Kongo at the Battle of Mbumbi in present-day Angola. More recently, in 2019 the United States House of Representatives impeaches Donald Trump for the first time.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 919 when Lady Wu, wife of Qian Liu (born in 858) passed away and in 933 when Yaonian Yanmujin, Chinese Empress dowager left us. And more recently, Sayaka Kanda, Japanese actress and singer (born in 1986) who died in in 2021.

December 18, or 1387324800, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Richard Olivier de Longueil, French Roman Catholic Bishop and cardinal (died in 1470) who was born in 1406, and later in 1481 - Sophie of Mecklenburg, Duchess of Mecklenburg, Duchess of Saxony (died in 1503). More recently, Usman Khawaja, Pakistani-Australian cricketer who was born in 1986.

Conversion help

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

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

A few related timestamps to 1387324800 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1385856000
End of month
1388534399
Start of day
1387324800
End fo day
1387411199
Start of hour
1387324800
End fo hour
1387328399
Start of min
1387324800
End fo min
1387324859