Unix timestamp

72745140

Fri 21 Apr 1972 10:59:00 PM UTC

Coordinated Universal Time

Fri Apr 21 22:59:00 1972 UTC

In your local timezone

1972-04-21T22:59:00+00:00

ISO 8601

Fri, 21 Apr 1972 22:59:00 +0000

RFC 2822

2441429

Julian Date

7 Iyyar 5732

Hebrew Date

999

Swatch Internet Time

111

Day of the year

April

Month

30

Days in month

16

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

72745140

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

72745140 is representing the 111 day of the year 1972 in the Gregorian calendar which was a leap year having 366 days. There are 255 days left of the year and this particular timestamp falls on a Friday, April 21 of week 16 at 22:59 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 240,983 miles (or 387,825 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 43 BC, Battle of Mutina: Mark Antony is again defeated in battle by Aulus Hirtius, who is killed. Antony fails to capture Mutina and Decimus Brutus is murdered shortly after. And later in 753 BC Romulus founds Rome (traditional date). More recently, in 2021 Indonesian Navy submarine KRI Nanggala (402) sinks in the Bali Sea during a military drill, killing all 53 on board.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 234 when Emperor Xian of Han, Chinese emperor (born 181) passed away and in 586 when Liuvigild, king of the Visigoths left us. And more recently, Pope Francis (born 1936) who died in in 2025.

April 21, or 72745140, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Sancho VI, King of Navarre (died 1194) who was born in 1132, and later in 1488 - Ulrich von Hutten, German religious reformer (died 1523). More recently, Hyein, South Korean singer who was born in 2008.

Conversion help

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

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

A few related timestamps to 72745140 are:

Start of year
63072000
End of Year
94694399
Start of month
70934400
End of month
73526399
Start of day
72662400
End fo day
72748799
Start of hour
72741600
End fo hour
72745199
Start of min
72745140
End fo min
72745199