Unix timestamp

470876458

Sun 02 Dec 1984 11:00:58 PM UTC

Coordinated Universal Time

Sun Dec 2 23:00:58 1984 UTC

In your local timezone

1984-12-02T23:00:58+00:00

ISO 8601

Sun, 02 Dec 1984 23:00:58 +0000

RFC 2822

2446038

Julian Date

8 Kislev 5745

Hebrew Date

000

Swatch Internet Time

336

Day of the year

December

Month

31

Days in month

48

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

470876458

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

470876458 is representing the 336 day of the year 1984 in the Gregorian calendar which was a leap year having 366 days. There are 30 days left of the year and this particular timestamp falls on a Sunday, December 02 of week 48 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 251,969 miles (or 405,504 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1244, Pope Innocent IV arrives at Lyon for the First Council of Lyon. And later in 1409 the University of Leipzig opens. More recently, in 1852 louis-Napoléon Bonaparte becomes Emperor of the French as Napoleon III.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 537 when Pope Silverius passed away and in 930 when Ma Yin, Chinese warlord, king of Chu (Ten Kingdoms) (born in 853) left us. And more recently, Pat Patterson, American wrestler (born in 1941) who died in in 2020.

December 2, or 470876458, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Jianwen of Liang, emperor of the Chinese Liang dynasty (died in 551) who was born in 503, and later in 1501 - Queen Munjeong, Korean queen (died in 1565). More recently, Carol Shea-Porter, American social worker, academic, and politician who was born in 1952.

Conversion help

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

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

A few related timestamps to 470876458 are:

Start of year
441763200
End of Year
473385599
Start of month
470707200
End of month
473385599
Start of day
470793600
End fo day
470879999
Start of hour
470876400
End fo hour
470879999
Start of min
470876400
End fo min
470876459