Unix timestamp

81385203

Sun 30 Jul 1972 11:00:03 PM UTC

Coordinated Universal Time

Sun Jul 30 23:00:03 1972 UTC

In your local timezone

1972-07-30T23:00:03+00:00

ISO 8601

Sun, 30 Jul 1972 23:00:03 +0000

RFC 2822

2441530

Julian Date

19 Av 5732

Hebrew Date

000

Swatch Internet Time

211

Day of the year

July

Month

31

Days in month

30

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

81385203

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

81385203 is representing the 211 day of the year 1972 in the Gregorian calendar which was a leap year having 366 days. There are 155 days left of the year and this particular timestamp falls on a Sunday, July 30 of week 30 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 Waning Gibbous phase, about 228,687 miles (or 368,036 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 762, Baghdad is founded. And later in 1419 First Defenestration of Prague: A crowd of radical Hussites kill seven members of the Prague city council. More recently, in 1978 the 730: Okinawa Prefecture changes its traffic on the right-hand side of the road to the left-hand side.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 578 when Jacob Baradaeus, Greek bishop passed away and in 579 when Pope Benedict I left us. And more recently, George Nigh, American politician, 17th and 22nd Governor of Oklahoma (born 1927) who died in in 2025.

July 30, or 81385203, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Hongzhi, emperor of the Ming dynasty (died 1505) who was born in 1470, and later in 1511 - Giorgio Vasari, Italian painter, historian, and architect (died 1574). More recently, Joey King, American actress who was born in 1999.

Conversion help

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

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

A few related timestamps to 81385203 are:

Start of year
63072000
End of Year
94694399
Start of month
78796800
End of month
81475199
Start of day
81302400
End fo day
81388799
Start of hour
81385200
End fo hour
81388799
Start of min
81385200
End fo min
81385259