Unix timestamp

457488059

Sun 01 Jul 1984 12:00:59 AM UTC

Coordinated Universal Time

Sun Jul 1 00:00:59 1984 UTC

In your local timezone

1984-07-01T00:00:59+00:00

ISO 8601

Sun, 01 Jul 1984 00:00:59 +0000

RFC 2822

2445883

Julian Date

1 Tammuz 5744

Hebrew Date

042

Swatch Internet Time

182

Day of the year

July

Month

31

Days in month

26

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

457488059

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

457488059 is representing the 182 day of the year 1984 in the Gregorian calendar which was a leap year having 366 days. There are 184 days left of the year and this particular timestamp falls on a Sunday, July 01 of week 26 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 Waxing crescent phase, about 229,813 miles (or 369,848 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 69, Tiberius Julius Alexander orders his Roman legions in Alexandria to swear Allegiance to Vespasian as Emperor. And later in 1097 battle of Dorylaeum: Crusaders led by prince Bohemond of Taranto defeat a Seljuk army led by sultan Kilij Arslan I. More recently, in 2020 the United States-Mexico-Canada Agreement replaces NAFTA.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 552 when Totila, Ostrogoth king passed away and in 992 when Heonjeong, Korean queen (born 966) left us. And more recently, Robert Towne, American screenwriter (born 1934) who died in in 2024.

July 1, or 457488059, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Liu Bowen, Chinese military strategist, statesman and poet (died 1375) who was born in 1311, and later in 1464 - Clara Gonzaga, Italian noble (died 1503). More recently, Aleksandra Golovkina, Lithuanian figure skater who was born in 1998.

Conversion help

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

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

A few related timestamps to 457488059 are:

Start of year
441763200
End of Year
473385599
Start of month
457488000
End of month
460166399
Start of day
457488000
End fo day
457574399
Start of hour
457488000
End fo hour
457491599
Start of min
457488000
End fo min
457488059