Unix timestamp

1477609199

Thu 27 Oct 2016 10:59:59 PM UTC

Coordinated Universal Time

Thu Oct 27 22:59:59 2016 UTC

In your local timezone

2016-10-27T22:59:59+00:00

ISO 8601

Thu, 27 Oct 2016 22:59:59 +0000

RFC 2822

2457690

Julian Date

25 Tishri 5777

Hebrew Date

999

Swatch Internet Time

300

Day of the year

October

Month

31

Days in month

43

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1477609199

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

1477609199 is representing the 300 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 66 days left of the year and this particular timestamp falls on a Thursday, October 27 of week 43 at 22:59 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its Waning crescent phase, about 248,236 miles (or 399,497 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 312, Constantine the Great is said to have received his famous Vision of the Cross. And later in 1275 traditional founding of the city of Amsterdam. More recently, in 2017 Catalonia declares independence from Spain.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 939 when Æthelstan, English king passed away and in 1052 when Qirwash ibn al-Muqallad, Uqaylid emir left us. And more recently, Li Keqiang, premier of China (born in 1955) who died in in 2023.

October 27, or 1477609199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Ai of Tang, Chinese emperor (died in 908) who was born in 892, and later in 921 - Chai Rong, Chinese emperor (died in 959). More recently, Leon Draisaitl, German ice hockey player who was born in 1995.

Conversion help

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

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

A few related timestamps to 1477609199 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1475280000
End of month
1477958399
Start of day
1477526400
End fo day
1477612799
Start of hour
1477605600
End fo hour
1477609199
Start of min
1477609140
End fo min
1477609199