Unix timestamp

845683200

Sat 19 Oct 1996 12:00:00 AM UTC

Coordinated Universal Time

Sat Oct 19 00:00:00 1996 UTC

In your local timezone

1996-10-19T00:00:00+00:00

ISO 8601

Sat, 19 Oct 1996 00:00:00 +0000

RFC 2822

2450376

Julian Date

6 Heshvan 5757

Hebrew Date

041

Swatch Internet Time

292

Day of the year

October

Month

31

Days in month

42

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

845683200

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

845683200 is representing the 292 day of the year 1996 in the Gregorian calendar which was a leap year having 366 days. There are 74 days left of the year and this particular timestamp falls on a Saturday, October 19 of week 42 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 227,012 miles (or 365,341 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 202 BC, Second Punic War: At the Battle of Zama, Roman legions under Scipio Africanus defeat Hannibal Barca, leader of the army defending Carthage. And later in 439 the Vandals, led by King Gaiseric, take Carthage in North Africa. More recently, in 2004 thirteen people are killed when Corporate Airlines Flight 5966 crashes in Adair County, Missouri, while on approach to Kirksville Regional Airport.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 727 when Frithuswith, English saint (born in 650) passed away and in 993 when Conrad I, King of Burgundy (born in c. 925) left us. And more recently, Atsushi Sakurai, singer from Japanese rock band Buck-Tick (born in 1966) who died in in 2023.

October 19, or 845683200, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Yingtian, empress of the Khitan Liao dynasty (died in 953) who was born in 879, and later in 1276 - Prince Hisaaki of Japan (died in 1328). More recently, Abby Sunderland, American sailor who was born in 1993.

Conversion help

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

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

A few related timestamps to 845683200 are:

Start of year
820454400
End of Year
852076799
Start of month
844128000
End of month
846806399
Start of day
845683200
End fo day
845769599
Start of hour
845683200
End fo hour
845686799
Start of min
845683200
End fo min
845683259