Unix timestamp

826077664

Wed 06 Mar 1996 02:01:04 AM UTC

Coordinated Universal Time

Wed Mar 6 02:01:04 1996 UTC

In your local timezone

1996-03-06T02:01:04+00:00

ISO 8601

Wed, 06 Mar 1996 02:01:04 +0000

RFC 2822

2450149

Julian Date

15 Adar 5756

Hebrew Date

125

Swatch Internet Time

65

Day of the year

March

Month

31

Days in month

10

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

826077664

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

826077664 is representing the 65 day of the year 1996 in the Gregorian calendar which was a leap year having 366 days. There are 301 days left of the year and this particular timestamp falls on a Wednesday, March 06 of week 10 at 02:01 UTC in the monrning meaning that about 8% of the day has passed. At this specifc time, the moon was in its Full moon phase, about 243,736 miles (or 392,255 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 12 BCE, the Roman emperor Augustus is named Pontifex Maximus, incorporating the position into that of the emperor. And later in 632 the Farewell Sermon (Khutbah, Khutbatul Wada') of the Islamic prophet Muhammad. More recently, in 2020 thirty-two people are killed and 81 are injured when gunmen open fire on a ceremony in Kabul, Afghanistan. The Islamic State claims responsibility for the attack.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 190 when Liu Bian (poisoned by Dong Zhuo) (born 176) passed away and in 653 when Li Ke, prince of the Tang Dynasty (born 619) left us. And more recently, Brian James, British guitarist (born 1955) who died in in 2025.

March 6, or 826077664, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including John of Gaunt (probable; d. 1399) who was born in 1340, and later in 1405 - John II of Castile (died 1454). More recently, Millicent Simmonds, American actress who was born in 2003.

Conversion help

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

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

A few related timestamps to 826077664 are:

Start of year
820454400
End of Year
852076799
Start of month
825638400
End of month
828316799
Start of day
826070400
End fo day
826156799
Start of hour
826077600
End fo hour
826081199
Start of min
826077660
End fo min
826077719