Unix timestamp

828921601

Mon 08 Apr 1996 12:00:01 AM UTC

Coordinated Universal Time

Mon Apr 8 00:00:01 1996 UTC

In your local timezone

1996-04-08T00:00:01+00:00

ISO 8601

Mon, 08 Apr 1996 00:00:01 +0000

RFC 2822

2450182

Julian Date

19 Nisan 5756

Hebrew Date

041

Swatch Internet Time

98

Day of the year

April

Month

30

Days in month

15

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

828921601

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

828921601 is representing the 98 day of the year 1996 in the Gregorian calendar which was a leap year having 366 days. There are 268 days left of the year and this particular timestamp falls on a Monday, April 08 of week 15 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 Waning Gibbous phase, about 228,940 miles (or 368,443 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 876, the Battle of Dayr al-'Aqul saves Baghdad from the Saffarids. And later in 1139 Roger II of Sicily is excommunicated by Innocent II for supporting Anacletus II as Pope for seven years, even though Roger had already publicly recognized Innocent's claim to the papacy. More recently, in 1970 Bahr El-Baqar primary school bombing: Israeli bombers strike an Egyptian school. Forty-six children are killed.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 217 when Caracalla, Roman emperor (born in 188) passed away and in 622 when Shōtoku, Japanese prince (born in 572) left us. And more recently, Nelsy Cruz, Dominican politician, governor of Monte Cristi (born in 1982) who died in in 2025.

April 8, or 828921601, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Peter I of Portugal (died in 1367) who was born in 1320, and later in 1408 - Jadwiga of Lithuania, Polish princess (died in 1431). More recently, CeeDee Lamb, American football player who was born in 1999.

Conversion help

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

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

A few related timestamps to 828921601 are:

Start of year
820454400
End of Year
852076799
Start of month
828316800
End of month
830908799
Start of day
828921600
End fo day
829007999
Start of hour
828921600
End fo hour
828925199
Start of min
828921600
End fo min
828921659