Unix timestamp

1972083600

Tue 29 Jun 2032 01:00:00 AM UTC

Coordinated Universal Time

Tue Jun 29 01:00:00 2032 UTC

In your local timezone

2032-06-29T01:00:00+00:00

ISO 8601

Tue, 29 Jun 2032 01:00:00 +0000

RFC 2822

2463413

Julian Date

20 Tammuz 5792

Hebrew Date

083

Swatch Internet Time

180

Day of the year

June

Month

30

Days in month

27

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1972083600

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

1972083600 is representing the 180 day of the year 2032 in the Gregorian calendar which will be a leap year having 366 days. There are 186 days left of the year and this particular timestamp falls on a Tuesday, June 29 of week 27 at 01:00 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon will be in its Third quarter phase, about 227,132 miles (or 365,533 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1170, a major earthquake hits Syria, badly damaging towns such as Hama and Shaizar and structures such as the Krak des Chevaliers and the cathedral of St. Peter in Antioch. And later in 1194 sverre is crowned King of Norway, leading to his excommunication by the Catholic Church and Civil war. More recently, in 1987 Vincent van Gogh's painting, the Le Pont de Trinquetaille, is bought for $20.4 million at an auction in London, England.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 226 when Cao Pi, Chinese emperor (born 187) passed away and in 884 when Yang Shili, general of the Tang Dynasty left us. And more recently, Princess Lalla Latifa, Princess Dowager of Morocco (born 1946) who died in in 2024.

June 29, or 1972083600, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Petronilla of Aragon (died 1173) who was born in 1136, and later in 1326 - Murad I, Ottoman Sultan (died 1389). More recently, Aaron Schoupp, Australian rugby league player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1972083600 are:

Start of year
1956528000
End of Year
1988150399
Start of month
1969660800
End of month
1972252799
Start of day
1972080000
End fo day
1972166399
Start of hour
1972083600
End fo hour
1972087199
Start of min
1972083600
End fo min
1972083659