Unix timestamp

843440400

Mon 23 Sep 1996 01:00:00 AM UTC

Coordinated Universal Time

Mon Sep 23 01:00:00 1996 UTC

In your local timezone

1996-09-23T01:00:00+00:00

ISO 8601

Mon, 23 Sep 1996 01:00:00 +0000

RFC 2822

2450350

Julian Date

10 Tishri 5757

Hebrew Date

083

Swatch Internet Time

266

Day of the year

September

Month

30

Days in month

39

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

843440400

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

843440400 is representing the 266 day of the year 1996 in the Gregorian calendar which was a leap year having 366 days. There are 100 days left of the year and this particular timestamp falls on a Monday, September 23 of week 39 at 01:00 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 225,785 miles (or 363,366 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 38, drusilla, Caligula's sister who died in June, with whom the emperor is said to have an incestuous relationship, is deified. And later in 1122 Pope Callixtus II and Holy Roman Emperor Henry V agree to the Concordat of Worms to put an end to the Investiture Controversy. More recently, in 2024 Israel launches airstrikes against Hezbollah targets in Lebanon, killing more than 490 people.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 788 when Ælfwald I, king of Northumbria passed away and in 965 when Al-Mutanabbi, Arab poet (born in 915) left us. And more recently, Nino Vaccarella, Italian race car driver (born in 1933) who died in in 2021.

September 23, or 843440400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Augustus, Roman emperor (died in 14 AD) who was born in 63 BC, and later in 1158 - Geoffrey II, Duke of Brittany (died in 1186). More recently, Napheesa Collier, American basketball player who was born in 1996.

Conversion help

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

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

A few related timestamps to 843440400 are:

Start of year
820454400
End of Year
852076799
Start of month
841536000
End of month
844127999
Start of day
843436800
End fo day
843523199
Start of hour
843440400
End fo hour
843443999
Start of min
843440400
End fo min
843440459