Unix timestamp

215564400

Sat 30 Oct 1976 11:00:00 PM UTC

Coordinated Universal Time

Sat Oct 30 23:00:00 1976 UTC

In your local timezone

1976-10-30T23:00:00+00:00

ISO 8601

Sat, 30 Oct 1976 23:00:00 +0000

RFC 2822

2443083

Julian Date

6 Heshvan 5737

Hebrew Date

000

Swatch Internet Time

303

Day of the year

October

Month

31

Days in month

44

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

215564400

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

215564400 is representing the 303 day of the year 1976 in the Gregorian calendar which was a leap year having 366 days. There are 63 days left of the year and this particular timestamp falls on a Saturday, October 30 of week 44 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 First quarter phase, about 240,416 miles (or 386,913 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 637, Arab-Byzantine wars: Antioch surrenders to the Rashidun Caliphate after the Battle of the Iron Bridge. And later in 758 Guangzhou is sacked by Arab and Persian pirates. More recently, in 2022 a pedestrian suspension bridge collapses in the city of Morbi, Gujarat, leading to the deaths of at least 135 people.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 526 when Paul of Edessa, Syriac Orthodox bishop of Edessa passed away and in 1137 when Sergius VII, Duke of Naples left us. And more recently, Matt Peacock, Australian journalist and author (born in 1952) who died in in 2024.

October 30, or 215564400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Julia the Elder, Roman daughter of Augustus (died in 14) who was born in 39 BC, and later in 1218 - Emperor Chūkyō of Japan (died in 1234). More recently, Cale Makar, Canadian ice hockey player who was born in 1998.

Conversion help

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

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

A few related timestamps to 215564400 are:

Start of year
189302400
End of Year
220924799
Start of month
212976000
End of month
215654399
Start of day
215481600
End fo day
215567999
Start of hour
215564400
End fo hour
215567999
Start of min
215564400
End fo min
215564459