Unix timestamp

1413676802

Sun 19 Oct 2014 12:00:02 AM UTC

Coordinated Universal Time

Sun Oct 19 00:00:02 2014 UTC

In your local timezone

2014-10-19T00:00:02+00:00

ISO 8601

Sun, 19 Oct 2014 00:00:02 +0000

RFC 2822

2456950

Julian Date

25 Tishri 5775

Hebrew Date

041

Swatch Internet Time

291

Day of the year

October

Month

31

Days in month

42

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1413676802

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

1413676802 is representing the 291 day of the year 2014 in the Gregorian calendar, having 365 days. There are 74 days left of the year and this particular timestamp falls on a Sunday, October 19 of week 42 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 Waning crescent phase, about 251,896 miles (or 405,388 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 202 BC, Second Punic War: At the Battle of Zama, Roman legions under Scipio Africanus defeat Hannibal Barca, leader of the army defending Carthage. And later in 439 the Vandals, led by King Gaiseric, take Carthage in North Africa. More recently, in 2004 thirteen people are killed when Corporate Airlines Flight 5966 crashes in Adair County, Missouri, while on approach to Kirksville Regional Airport.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 727 when Frithuswith, English saint (born in 650) passed away and in 993 when Conrad I, King of Burgundy (born in c. 925) left us. And more recently, Atsushi Sakurai, singer from Japanese rock band Buck-Tick (born in 1966) who died in in 2023.

October 19, or 1413676802, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Yingtian, empress of the Khitan Liao dynasty (died in 953) who was born in 879, and later in 1276 - Prince Hisaaki of Japan (died in 1328). More recently, Abby Sunderland, American sailor who was born in 1993.

Conversion help

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

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

A few related timestamps to 1413676802 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1412121600
End of month
1414799999
Start of day
1413676800
End fo day
1413763199
Start of hour
1413676800
End fo hour
1413680399
Start of min
1413676800
End fo min
1413676859