Unix timestamp

460515600

Sun 05 Aug 1984 01:00:00 AM UTC

Coordinated Universal Time

Sun Aug 5 01:00:00 1984 UTC

In your local timezone

1984-08-05T01:00:00+00:00

ISO 8601

Sun, 05 Aug 1984 01:00:00 +0000

RFC 2822

2445918

Julian Date

7 Av 5744

Hebrew Date

083

Swatch Internet Time

217

Day of the year

August

Month

31

Days in month

31

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

460515600

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

460515600 is representing the 217 day of the year 1984 in the Gregorian calendar which was a leap year having 366 days. There are 149 days left of the year and this particular timestamp falls on a Sunday, August 05 of week 31 at 01:00 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 231,481 miles (or 372,532 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 25, guangwu claims the throne as Emperor of China, restoring the Han dynasty after the collapse of the short-lived Xin dynasty. And later in 70 fires resulting from the destruction of the Second Temple in Jerusalem are extinguished. More recently, in 2024 following the non-cooperation movement against the government of Bangladesh, Bangladeshi Prime Minister Sheikh Hasina resigns and flees the country, ending her rule of 15 consecutive years and a total of almost two decades.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 553 when Xiao Ji, prince of the Liang dynasty (born 508) passed away and in 642 when Oswald, king of Northumbria left us. And more recently, Dillon Quirke, Irish hurler (born 1998) who died in in 2022.

August 5, or 460515600, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Tullia, Roman daughter of Cicero (died 45 BC) who was born in 79 BC, and later in 1262 - Ladislaus IV of Hungary (died 1290). More recently, Gavi, Spanish footballer who was born in 2004.

Conversion help

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

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

A few related timestamps to 460515600 are:

Start of year
441763200
End of Year
473385599
Start of month
460166400
End of month
462844799
Start of day
460512000
End fo day
460598399
Start of hour
460515600
End fo hour
460519199
Start of min
460515600
End fo min
460515659