Unix timestamp

824256002

Wed 14 Feb 1996 12:00:02 AM UTC

Coordinated Universal Time

Wed Feb 14 00:00:02 1996 UTC

In your local timezone

1996-02-14T00:00:02+00:00

ISO 8601

Wed, 14 Feb 1996 00:00:02 +0000

RFC 2822

2450128

Julian Date

24 Shevat 5756

Hebrew Date

041

Swatch Internet Time

44

Day of the year

February

Month

29

Days in month

07

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

824256002

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

824256002 is representing the 44 day of the year 1996 in the Gregorian calendar which was a leap year having 366 days. There are 322 days left of the year and this particular timestamp falls on a Wednesday, February 14 of week 07 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 Third quarter phase, about 227,231 miles (or 365,692 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 748, Abbasid Revolution: The Hashimi rebels under Abu Muslim Khorasani take Merv, capital of the Umayyad province Khorasan, marking the consolidation of the Abbasid revolt. And later in 842 Charles the Bald and Louis the German swear the Oaths of Strasbourg in the French and German languages. More recently, in 2020 at least 22 people are killed in an attack on a village in Northwest Region, Cameroon.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 269 when Saint Valentine, Roman saint passed away and in 869 when Cyril, Greek missionary bishop and saint (born 827) left us. And more recently, William Meninger, American Trappist monk and a principal developer of Centering Prayer (born 1932) who died in in 2021.

February 14, or 824256002, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Leon Battista Alberti, Italian painter, poet, and philosopher (died 1472) who was born in 1404, and later in 1408 - John FitzAlan, 14th Earl of Arundel (died 1435). More recently, Gabriel Moreno, Venezuelan baseball player who was born in 2000.

Conversion help

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

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

A few related timestamps to 824256002 are:

Start of year
820454400
End of Year
852076799
Start of month
823132800
End of month
825638399
Start of day
824256000
End fo day
824342399
Start of hour
824256000
End fo hour
824259599
Start of min
824256000
End fo min
824256059