Unix timestamp

465523201

Tue 02 Oct 1984 12:00:01 AM UTC

Coordinated Universal Time

Tue Oct 2 00:00:01 1984 UTC

In your local timezone

1984-10-02T00:00:01+00:00

ISO 8601

Tue, 02 Oct 1984 00:00:01 +0000

RFC 2822

2445976

Julian Date

6 Tishri 5745

Hebrew Date

041

Swatch Internet Time

275

Day of the year

October

Month

31

Days in month

40

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

465523201

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

465523201 is representing the 275 day of the year 1984 in the Gregorian calendar which was a leap year having 366 days. There are 91 days left of the year and this particular timestamp falls on a Tuesday, October 02 of week 40 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 First quarter phase, about 239,871 miles (or 386,034 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1263, the Battle of Largs is fought between Norwegians and Scots. And later in 1552 russo-Kazan Wars: Russian troops enter Kazan. More recently, in 2019 a privately-owned Boeing B-17 Flying Fortress conducting a Living history exhibition flight crashes shortly after takeoff from Windsor Locks, Connecticut, killing seven.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 534 when Athalaric, king of the Ostrogoths in Italy passed away and in 829 when Michael II, Byzantine emperor left us. And more recently, Marissa Haque, Indonesian politician (born 1962) who died in in 2024.

October 2, or 465523201, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Richard III of England (died 1485) who was born in 1452, and later in 1470 - Isabella of Aragon, Queen of Portugal, Daughter of Isabella I of Castile and Ferdinand II of Aragon (died 1498). More recently, Rubi Rose, American rapper who was born in 1997.

Conversion help

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

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

A few related timestamps to 465523201 are:

Start of year
441763200
End of Year
473385599
Start of month
465436800
End of month
468115199
Start of day
465523200
End fo day
465609599
Start of hour
465523200
End fo hour
465526799
Start of min
465523200
End fo min
465523259