Unix timestamp

861062400

Tue 15 Apr 1997 12:00:00 AM UTC

Coordinated Universal Time

Tue Apr 15 00:00:00 1997 UTC

In your local timezone

1997-04-15T00:00:00+00:00

ISO 8601

Tue, 15 Apr 1997 00:00:00 +0000

RFC 2822

2450554

Julian Date

8 Nisan 5757

Hebrew Date

041

Swatch Internet Time

104

Day of the year

April

Month

30

Days in month

16

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

861062400

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

861062400 is representing the 104 day of the year 1997 in the Gregorian calendar, having 365 days. There are 261 days left of the year and this particular timestamp falls on a Tuesday, April 15 of week 16 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 249,374 miles (or 401,329 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 769, the Lateran Council ends by condemning the Council of Hieria and Anathematizing its iconoclastic rulings. And later in 1071 Bari, the last Byzantine possession in southern Italy, is surrendered to Robert Guiscard. More recently, in 2021 a mass shooting occurred at a FedEx Ground facility in Indianapolis, Indiana, killing nine and injuring seven.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 628 when Suiko, emperor of Japan (born in 554) passed away and in 943 when Liu Bin, emperor of Southern Han (born in 920) left us. And more recently, Wink Martindale, American DJ, radio personality, and TV personality (born in 1933) who died in in 2025.

April 15, or 861062400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Gaius Maecenas, Roman politician (died in 8 BC) who was born in 68 BC, and later in 1282 - Frederick IV, Duke of Lorraine (died in 1329). More recently, Matías Soulé, Argentine footballer who was born in 2003.

Conversion help

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

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

A few related timestamps to 861062400 are:

Start of year
852076800
End of Year
883612799
Start of month
859852800
End of month
862444799
Start of day
861062400
End fo day
861148799
Start of hour
861062400
End fo hour
861065999
Start of min
861062400
End fo min
861062459