Unix timestamp

1446688856

Thu 05 Nov 2015 02:00:56 AM UTC

Coordinated Universal Time

Thu Nov 5 02:00:56 2015 UTC

In your local timezone

2015-11-05T02:00:56+00:00

ISO 8601

Thu, 05 Nov 2015 02:00:56 +0000

RFC 2822

2457332

Julian Date

23 Heshvan 5776

Hebrew Date

125

Swatch Internet Time

308

Day of the year

November

Month

30

Days in month

45

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1446688856

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

1446688856 is representing the 308 day of the year 2015 in the Gregorian calendar, having 365 days. There are 57 days left of the year and this particular timestamp falls on a Thursday, November 05 of week 45 at 02:00 UTC in the monrning meaning that about 8% of the day has passed. At this specifc time, the moon was in its Third quarter phase, about 248,976 miles (or 400,689 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1138, Lý Anh Tông is enthroned as emperor of Vietnam at the age of two, beginning a 37-year reign. And later in 1499 the Catholicon, written in 1464 by Jehan Lagadeuc in Tréguier, is published; this is the first Breton dictionary as well as the first French dictionary. More recently, in 1898 negrese nationalists revolt against Spanish rule and establish the short-lived Republic of Negros.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 425 when Atticus, Archbishop of Constantinople passed away and in 964 when Fan Zhi, chancellor of the Song Dynasty (born in 911) left us. And more recently, Elwood Edwards, American voice actor (born in 1949) who died in in 2024.

November 5, or 1446688856, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Ghazan, Mongol ruler of the Ilkhanate (died in 1304) who was born in 1271, and later in 1436 - Richard Grey, 3rd Earl of Tankerville, Earl of Tankerville, 1450-1460 (died in 1466). More recently, Trey Lyles, Canadian basketball player who was born in 1995.

Conversion help

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

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

A few related timestamps to 1446688856 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1446336000
End of month
1448927999
Start of day
1446681600
End fo day
1446767999
Start of hour
1446688800
End fo hour
1446692399
Start of min
1446688800
End fo min
1446688859