Unix timestamp

1393891201

Tue 04 Mar 2014 12:00:01 AM UTC

Coordinated Universal Time

Tue Mar 4 00:00:01 2014 UTC

In your local timezone

2014-03-04T00:00:01+00:00

ISO 8601

Tue, 04 Mar 2014 00:00:01 +0000

RFC 2822

2456721

Julian Date

2 Adar II 5774

Hebrew Date

041

Swatch Internet Time

62

Day of the year

March

Month

31

Days in month

10

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1393891201

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

1393891201 is representing the 62 day of the year 2014 in the Gregorian calendar, having 365 days. There are 303 days left of the year and this particular timestamp falls on a Tuesday, March 04 of week 10 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 Waxing crescent phase, about 235,454 miles (or 378,927 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 51, Nero, later to become Roman emperor, is given the title Princeps iuventutis (head of the youth). And later in 581 yang Jian declares himself Emperor Wen of Sui, ending the Northern Zhou and beginning the Sui dynasty. More recently, in 1962 a Caledonian Airways Douglas DC-7 crashes shortly after takeoff from Cameroon, killing 111 - the worst crash of a DC-7.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 306 when Adrian and Natalia of Nicomedia, Christian martyrs passed away and in 480 when Landry of Sées, French bishop and saint left us. And more recently, Roy Ayers, American singer-songwriter, keyboard player, vibraphonist, and producer (born 1940) who died in in 2025.

March 4, or 1393891201, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Liu Zhiyuan, founder of the Later Han Dynasty (died 948) who was born in 895, and later in 977 - Al-Musabbihi, Fatimid historian and official (died 1030). More recently, Whitney Port, American fashion designer and author who was born in 1985.

Conversion help

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

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

A few related timestamps to 1393891201 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1393632000
End of month
1396310399
Start of day
1393891200
End fo day
1393977599
Start of hour
1393891200
End fo hour
1393894799
Start of min
1393891200
End fo min
1393891259