Unix timestamp

73177200

Wed 26 Apr 1972 11:00:00 PM UTC

Coordinated Universal Time

Wed Apr 26 23:00:00 1972 UTC

In your local timezone

1972-04-26T23:00:00+00:00

ISO 8601

Wed, 26 Apr 1972 23:00:00 +0000

RFC 2822

2441435

Julian Date

12 Iyyar 5732

Hebrew Date

000

Swatch Internet Time

116

Day of the year

April

Month

30

Days in month

17

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

73177200

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

73177200 is representing the 116 day of the year 1972 in the Gregorian calendar which was a leap year having 366 days. There are 250 days left of the year and this particular timestamp falls on a Wednesday, April 26 of week 17 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 Full moon phase, about 251,315 miles (or 404,452 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1336, francesco Petrarca (Petrarch) ascends Mont Ventoux. And later in 1348 czech king Karel IV founds the Charles University in Prague, which was later named after him and was the first university in Central Europe. More recently, in 2025 a car ramming attack at a Lapu-Lapu Day festival kills 11 people and injures at least 30 in Vancouver, Canada.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 499 when Emperor Xiaowen of Northern Wei (born 467) passed away and in 645 when Richarius, Frankish monk and saint (born 560) left us. And more recently, Tangaraju Suppiah, Singaporean drug trafficker (born 1977) who died in in 2023.

April 26, or 73177200, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Marcus Aurelius, Roman emperor (died 180) who was born in 121, and later in 764 - Al-Hadi, Abbasid caliph (died 786). More recently, Thiago Almada, Argentine footballer who was born in 2001.

Conversion help

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

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

A few related timestamps to 73177200 are:

Start of year
63072000
End of Year
94694399
Start of month
70934400
End of month
73526399
Start of day
73094400
End fo day
73180799
Start of hour
73177200
End fo hour
73180799
Start of min
73177200
End fo min
73177259