Unix timestamp

1394931600

Sun 16 Mar 2014 01:00:00 AM UTC

Coordinated Universal Time

Sun Mar 16 01:00:00 2014 UTC

In your local timezone

2014-03-16T01:00:00+00:00

ISO 8601

Sun, 16 Mar 2014 01:00:00 +0000

RFC 2822

2456733

Julian Date

14 Adar II 5774

Hebrew Date

083

Swatch Internet Time

74

Day of the year

March

Month

31

Days in month

11

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1394931600

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

1394931600 is representing the 74 day of the year 2014 in the Gregorian calendar, having 365 days. There are 291 days left of the year and this particular timestamp falls on a Sunday, March 16 of week 11 at 01:00 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Full moon phase, about 247,606 miles (or 398,483 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 934, Meng Zhixiang declares himself emperor and establishes the Later Shu as a new state independent of the Later Tang. And later in 1190 massacre of Jews at Clifford's Tower, York. More recently, in 2022 Mariupol theatre airstrike during the Siege of Mariupol.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 37 when Tiberius, Roman emperor (born 42 BC) passed away and in 455 when Heraclius, Roman courtier (Primicerius sacri cubiculi ) left us. And more recently, Jesse Colin Young, American singer and songwriter (born 1941) who died in in 2025.

March 16, or 1394931600, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including The Xuande Emperor, ruler of Ming China (died 1435) who was born in 1399, and later in 1445 - Johann Geiler von Kaysersberg, Swiss priest and theologian (died 1510). More recently, Tyrel Jackson Williams, American actor who was born in 1997.

Conversion help

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

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

A few related timestamps to 1394931600 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1393632000
End of month
1396310399
Start of day
1394928000
End fo day
1395014399
Start of hour
1394931600
End fo hour
1394935199
Start of min
1394931600
End fo min
1394931659