Unix timestamp

845334001

Mon 14 Oct 1996 11:00:01 PM UTC

Coordinated Universal Time

Mon Oct 14 23:00:01 1996 UTC

In your local timezone

1996-10-14T23:00:01+00:00

ISO 8601

Mon, 14 Oct 1996 23:00:01 +0000

RFC 2822

2450372

Julian Date

1 Heshvan 5757

Hebrew Date

000

Swatch Internet Time

287

Day of the year

October

Month

31

Days in month

42

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

845334001

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

845334001 is representing the 287 day of the year 1996 in the Gregorian calendar which was a leap year having 366 days. There are 79 days left of the year and this particular timestamp falls on a Monday, October 14 of week 42 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 Waxing crescent phase, about 236,367 miles (or 380,395 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1322, Robert the Bruce of Scotland defeats King Edward II of England at the Battle of Old Byland, forcing Edward to accept Scotland's independence. And later in 1586 Mary, Queen of Scots, goes on trial for conspiracy against Queen Elizabeth I of England. More recently, in 2023 australians vote to reject a constitutional amendment that would have established an Indigenous Voice to Parliament.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 530 when Antipope Dioscorus passed away and in 841 when Shi Yuanzhong, Chinese governor left us. And more recently, Philip Zimbardo, American psychologist and academic (born in 1933) who died in in 2024.

October 14, or 845334001, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Przemysł II of Poland (died in 1296) who was born in 1257, and later in 1404 - Marie of Anjou (died in 1463). More recently, Rowan Blanchard, American actress who was born in 2001.

Conversion help

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

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

A few related timestamps to 845334001 are:

Start of year
820454400
End of Year
852076799
Start of month
844128000
End of month
846806399
Start of day
845251200
End fo day
845337599
Start of hour
845334000
End fo hour
845337599
Start of min
845334000
End fo min
845334059