Unix timestamp

471049200

Tue 04 Dec 1984 11:00:00 PM UTC

Coordinated Universal Time

Tue Dec 4 23:00:00 1984 UTC

In your local timezone

1984-12-04T23:00:00+00:00

ISO 8601

Tue, 04 Dec 1984 23:00:00 +0000

RFC 2822

2446040

Julian Date

10 Kislev 5745

Hebrew Date

000

Swatch Internet Time

338

Day of the year

December

Month

31

Days in month

49

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

471049200

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

471049200 is representing the 338 day of the year 1984 in the Gregorian calendar which was a leap year having 366 days. There are 28 days left of the year and this particular timestamp falls on a Tuesday, December 04 of week 49 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 gibbous phase, about 250,730 miles (or 403,511 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1110, the Kingdom of Jerusalem captures Sidon. And later in 1259 kings Louis IX of France and Henry III of England agree to the Treaty of Paris, in which Henry renounces his claims to French-controlled territory on continental Europe (including Normandy) in exchange for Louis withdrawing his support for English rebels. More recently, in 2021 Semeru on the Indonesian island of Java erupts, killing at least 43 people.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 530 BC when Cyrus the Great, king of Persia (born in 600 BC) passed away and in 749 when John of Damascus, Syrian priest and saint (born in 676) left us. And more recently, Joana Raspall i Juanola, Spanish author and poet (born in 1913) who died in in 2013.

December 4, or 471049200, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Persius, Roman poet (died in 62) who was born in 34, and later in 846 - Hasan al-Askari 11th Imam of Twelver Shia Islam (died in 874). More recently, Ivan Belikov, Russian footballer who was born in 1996.

Conversion help

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

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

A few related timestamps to 471049200 are:

Start of year
441763200
End of Year
473385599
Start of month
470707200
End of month
473385599
Start of day
470966400
End fo day
471052799
Start of hour
471049200
End fo hour
471052799
Start of min
471049200
End fo min
471049259