Unix timestamp

71625660

Sun 09 Apr 1972 12:01:00 AM UTC

Coordinated Universal Time

Sun Apr 9 00:01:00 1972 UTC

In your local timezone

1972-04-09T00:01:00+00:00

ISO 8601

Sun, 09 Apr 1972 00:01:00 +0000

RFC 2822

2441417

Julian Date

25 Nisan 5732

Hebrew Date

042

Swatch Internet Time

99

Day of the year

April

Month

30

Days in month

14

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

71625660

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

71625660 is representing the 99 day of the year 1972 in the Gregorian calendar which was a leap year having 366 days. There are 267 days left of the year and this particular timestamp falls on a Sunday, April 09 of week 14 at 00:01 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Waning crescent phase, about 236,174 miles (or 380,086 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 190, Dong Zhuo has his troops evacuate the capital Luoyang and burn it to the ground. And later in 193 the distinguished soldier Septimius Severus is proclaimed emperor by the army in Illyricum. More recently, in 1860 on his Phonautograph machine, Édouard-Léon Scott de Martinville makes the first known recording of an audible human voice.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 436 when Tan Daoji, Chinese general and politician passed away and in 491 when Zeno, emperor of the Byzantine Empire (born 425) left us. And more recently, Ray Shero, American ice hockey player and executive (born 1962) who died in in 2025.

April 9, or 71625660, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Al-Muqtafi, caliph of the Abbasid Caliphate (died 1160) who was born in 1096, and later in 1285 - Ayurbarwada Buyantu Khan, Emperor Renzong of Yuan (died 1320). More recently, TommyInnit, English YouTuber and streamer who was born in 2004.

Conversion help

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

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

A few related timestamps to 71625660 are:

Start of year
63072000
End of Year
94694399
Start of month
70934400
End of month
73526399
Start of day
71625600
End fo day
71711999
Start of hour
71625600
End fo hour
71629199
Start of min
71625660
End fo min
71625719