Unix timestamp

1446940800

Sun 08 Nov 2015 12:00:00 AM UTC

Coordinated Universal Time

Sun Nov 8 00:00:00 2015 UTC

In your local timezone

2015-11-08T00:00:00+00:00

ISO 8601

Sun, 08 Nov 2015 00:00:00 +0000

RFC 2822

2457335

Julian Date

26 Heshvan 5776

Hebrew Date

041

Swatch Internet Time

311

Day of the year

November

Month

30

Days in month

45

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1446940800

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

1446940800 is representing the 311 day of the year 2015 in the Gregorian calendar, having 365 days. There are 54 days left of the year and this particular timestamp falls on a Sunday, November 08 of week 45 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,946 miles (or 405,469 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 960, Battle of Andrassos: Byzantines under Leo Phokas the Younger score a crushing victory over the Hamdanid Emir of Aleppo, Sayf al-Dawla. And later in 1278 Trần Thánh Tông, the second emperor of the Trần dynasty, decides to pass the throne to his crown prince Trần Khâm and take up the post of Retired Emperor. More recently, in 1889 Montana is admitted as the 41st U.S. state.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 397 when Martin of Tours, Frankish bishop and saint passed away and in 618 when Adeodatus I, pope of the Catholic Church left us. And more recently, Trevor Sorbie, Scottish hairdresser (born in 1949) who died in in 2024.

November 8, or 1446940800, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Nerva, Roman emperor (died in 98) who was born in 30, and later in 1407 - Alain de Coëtivy, French cardinal (died in 1474). More recently, Hardi Volmer, Estonian singer and director who was born in 1957.

Conversion help

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

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

A few related timestamps to 1446940800 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1446336000
End of month
1448927999
Start of day
1446940800
End fo day
1447027199
Start of hour
1446940800
End fo hour
1446944399
Start of min
1446940800
End fo min
1446940859