Unix timestamp

1466377201

Sun 19 Jun 2016 11:00:01 PM UTC

Coordinated Universal Time

Sun Jun 19 23:00:01 2016 UTC

In your local timezone

2016-06-19T23:00:01+00:00

ISO 8601

Sun, 19 Jun 2016 23:00:01 +0000

RFC 2822

2457560

Julian Date

13 Sivan 5776

Hebrew Date

000

Swatch Internet Time

170

Day of the year

June

Month

30

Days in month

24

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1466377201

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

1466377201 is representing the 170 day of the year 2016 in the Gregorian calendar which was a leap year having 366 days. There are 196 days left of the year and this particular timestamp falls on a Sunday, June 19 of week 24 at 23:00 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its Full moon phase, about 246,918 miles (or 397,377 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 325, the original Nicene Creed is adopted at the First Council of Nicaea. And later in 1179 the Battle of Kalvskinnet takes place outside Nidaros (now Trondheim), Norway. Earl Erling Skakke is killed, and the battle changes the tide of the civil wars. More recently, in 2020 animal rights advocate Regan Russell is run over and killed by a transport truck outside of a pig slaughterhouse in Burlington, Ontario.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 404 when Huan Xuan, Jin-dynasty warlord and emperor of Huan Chu (born 369) passed away and in 626 when Soga no Umako, Japanese son of Soga no Iname (born 551) left us. And more recently, Etika, American YouTuber and streamer (born 1990) who died in in 2019.

June 19, or 1466377201, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Prince Morikuni, Shōgun of Japan (died 1333) who was born in 1301, and later in 1417 - Sigismondo Pandolfo Malatesta, lord of Rimini (died 1468). More recently, Jordan Poole, American basketball player who was born in 1999.

Conversion help

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

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

A few related timestamps to 1466377201 are:

Start of year
1451606400
End of Year
1483228799
Start of month
1464739200
End of month
1467331199
Start of day
1466294400
End fo day
1466380799
Start of hour
1466377200
End fo hour
1466380799
Start of min
1466377200
End fo min
1466377259