Unix timestamp

415501080

Thu 03 Mar 1983 12:58:00 AM UTC

Coordinated Universal Time

Thu Mar 3 00:58:00 1983 UTC

In your local timezone

1983-03-03T00:58:00+00:00

ISO 8601

Thu, 03 Mar 1983 00:58:00 +0000

RFC 2822

2445397

Julian Date

18 Adar 5743

Hebrew Date

081

Swatch Internet Time

61

Day of the year

March

Month

31

Days in month

09

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

415501080

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

415501080 is representing the 61 day of the year 1983 in the Gregorian calendar, having 365 days. There are 304 days left of the year and this particular timestamp falls on a Thursday, March 03 of week 09 at 00:58 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 238,396 miles (or 383,661 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 473, Gundobad (nephew of Ricimer) nominates Glycerius as emperor of the Western Roman Empire. And later in 724 Empress Genshō abdicates the throne in favor of her nephew Shōmu who becomes emperor of Japan. More recently, in 1969 Apollo program: NASA launches Apollo 9 to test the lunar module.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 532 when Winwaloe, founder of Landévennec Abbey (born c. 460) passed away and in 1009 when Abd al-Rahman Sanchuelo, Umayyad chief minister (born 983) left us. And more recently, Tom Sizemore, American actor (born 1961) who died in in 2023.

March 3, or 415501080, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Ascanio Sforza, Catholic cardinal (died 1505) who was born in 1455, and later in 1506 - Luís of Portugal, Duke of Beja (died 1555). More recently, David Neres, Brazilian footballer who was born in 1997.

Conversion help

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

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

A few related timestamps to 415501080 are:

Start of year
410227200
End of Year
441763199
Start of month
415324800
End of month
418003199
Start of day
415497600
End fo day
415583999
Start of hour
415497600
End fo hour
415501199
Start of min
415501080
End fo min
415501139