Unix timestamp

1477699199

Fri 28 Oct 2016 11:59:59 PM UTC

Coordinated Universal Time

Fri Oct 28 23:59:59 2016 UTC

In your local timezone

2016-10-28T23:59:59+00:00

ISO 8601

Fri, 28 Oct 2016 23:59:59 +0000

RFC 2822

2457691

Julian Date

26 Tishri 5777

Hebrew Date

041

Swatch Internet Time

301

Day of the year

October

Month

31

Days in month

43

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1477699199

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

1477699199 is representing the 301 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 65 days left of the year and this particular timestamp falls on a Friday, October 28 of week 43 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its New moon phase, about 250,031 miles (or 402,386 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 97, roman emperor Nerva is forced by the Praetorian Guard to adopt general Marcus Ulpius Trajanus as his heir and successor. And later in 306 Maxentius is proclaimed Roman emperor. More recently, in 1990 georgia holds its only free election under Soviet rule.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 312 when Maxentius, Roman emperor (born in 278) passed away and in 457 when Ibas of Edessa, Syrian bishop left us. And more recently, Kazuo Umezu, Japanese manga artist (born in 1936) who died in in 2024.

October 28, or 1477699199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Henry III, Holy Roman Emperor (died in 1056) who was born in 1017, and later in 1466 - Erasmus, Dutch philosopher (died in 1536). More recently, Una Raymond-Hoey, Irish cricketer who was born in 1996.

Conversion help

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

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

A few related timestamps to 1477699199 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1475280000
End of month
1477958399
Start of day
1477612800
End fo day
1477699199
Start of hour
1477695600
End fo hour
1477699199
Start of min
1477699140
End fo min
1477699199