Unix timestamp

824857139

Tue 20 Feb 1996 10:58:59 PM UTC

Coordinated Universal Time

Tue Feb 20 22:58:59 1996 UTC

In your local timezone

1996-02-20T22:58:59+00:00

ISO 8601

Tue, 20 Feb 1996 22:58:59 +0000

RFC 2822

2450134

Julian Date

30 Shevat 5756

Hebrew Date

999

Swatch Internet Time

50

Day of the year

February

Month

29

Days in month

08

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

824857139

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

824857139 is representing the 50 day of the year 1996 in the Gregorian calendar which was a leap year having 366 days. There are 316 days left of the year and this particular timestamp falls on a Tuesday, February 20 of week 08 at 22:58 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 233,956 miles (or 376,516 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1339, the Milanese army and the St. George's (San Giorgio) Mercenaries of Lodrisio Visconti clash in the Battle of Parabiago; Visconti is defeated. And later in 1472 Orkney and Shetland are pawned by Norway to Scotland in lieu of a Dowry for Margaret of Denmark. More recently, in 1956 the United States Merchant Marine Academy becomes a permanent Service Academy.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 789 when Leo of Catania, saint and bishop of Catania (born 709) passed away and in 922 when Theodora, Byzantine empress left us. And more recently, Peter Jason, American actor (born 1944) who died in in 2025.

February 20, or 824857139, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Eleanor of Aragon, queen of John I of Castile (died 1382) who was born in 1358, and later in 1469 - Thomas Cajetan, Italian philosopher (died 1534). More recently, Jared McCain, American basketball player who was born in 2004.

Conversion help

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

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

A few related timestamps to 824857139 are:

Start of year
820454400
End of Year
852076799
Start of month
823132800
End of month
825638399
Start of day
824774400
End fo day
824860799
Start of hour
824853600
End fo hour
824857199
Start of min
824857080
End fo min
824857139