Unix timestamp

828662402

Fri 05 Apr 1996 12:00:02 AM UTC

Coordinated Universal Time

Fri Apr 5 00:00:02 1996 UTC

In your local timezone

1996-04-05T00:00:02+00:00

ISO 8601

Fri, 05 Apr 1996 00:00:02 +0000

RFC 2822

2450179

Julian Date

16 Nisan 5756

Hebrew Date

041

Swatch Internet Time

95

Day of the year

April

Month

30

Days in month

14

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

828662402

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

828662402 is representing the 95 day of the year 1996 in the Gregorian calendar which was a leap year having 366 days. There are 271 days left of the year and this particular timestamp falls on a Friday, April 05 of week 14 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 Full moon phase, about 236,750 miles (or 381,012 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 823, Lothair I is crowned King of Italy by Pope Paschal I. And later in 919 the second Fatimid invasion of Egypt begins, when the Fatimid heir-apparent, al-Qa'im bi-Amr Allah, sets out from Raqqada at the head of his army. More recently, in 1818 in the Battle of Maipú, Chile's independence movement, led by Bernardo O'Higgins and José de San Martín, win a decisive victory over Spain, leaving 2,000 Spaniards and 1,000 Chilean patriots dead.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 517 when Timothy I of Constantinople, Byzantine patriarch passed away and in 582 when Eutychius of Constantinople, Byzantine patriarch left us. And more recently, C. J. Snare, American musician and songwriter (born 1959) who died in in 2024.

April 5, or 828662402, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Isabella of Hainault (died 1190) who was born in 1170, and later in 1219 - Wonjong of Goryeo, 24th ruler of Goryeo (died 1274). More recently, Género Zeefuik, Dutch footballer who was born in 1990.

Conversion help

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

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

A few related timestamps to 828662402 are:

Start of year
820454400
End of Year
852076799
Start of month
828316800
End of month
830908799
Start of day
828662400
End fo day
828748799
Start of hour
828662400
End fo hour
828665999
Start of min
828662400
End fo min
828662459