Unix timestamp

1404003780

Sun 29 Jun 2014 01:03:00 AM UTC

Coordinated Universal Time

Sun Jun 29 01:03:00 2014 UTC

In your local timezone

2014-06-29T01:03:00+00:00

ISO 8601

Sun, 29 Jun 2014 01:03:00 +0000

RFC 2822

2456838

Julian Date

1 Tammuz 5774

Hebrew Date

085

Swatch Internet Time

179

Day of the year

June

Month

30

Days in month

26

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1404003780

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

1404003780 is representing the 179 day of the year 2014 in the Gregorian calendar, having 365 days. There are 186 days left of the year and this particular timestamp falls on a Sunday, June 29 of week 26 at 01:03 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its New moon phase, about 251,330 miles (or 404,476 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1170, a major earthquake hits Syria, badly damaging towns such as Hama and Shaizar and structures such as the Krak des Chevaliers and the cathedral of St. Peter in Antioch. And later in 1194 sverre is crowned King of Norway, leading to his excommunication by the Catholic Church and Civil war. More recently, in 1987 Vincent van Gogh's painting, the Le Pont de Trinquetaille, is bought for $20.4 million at an auction in London, England.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 226 when Cao Pi, Chinese emperor (born 187) passed away and in 884 when Yang Shili, general of the Tang Dynasty left us. And more recently, Princess Lalla Latifa, Princess Dowager of Morocco (born 1946) who died in in 2024.

June 29, or 1404003780, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Petronilla of Aragon (died 1173) who was born in 1136, and later in 1326 - Murad I, Ottoman Sultan (died 1389). More recently, Aaron Schoupp, Australian rugby league player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1404003780 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1401580800
End of month
1404172799
Start of day
1404000000
End fo day
1404086399
Start of hour
1404003600
End fo hour
1404007199
Start of min
1404003780
End fo min
1404003839