Unix timestamp

711763140

Tue 21 Jul 1992 11:59:00 PM UTC

Coordinated Universal Time

Tue Jul 21 23:59:00 1992 UTC

In your local timezone

1992-07-21T23:59:00+00:00

ISO 8601

Tue, 21 Jul 1992 23:59:00 +0000

RFC 2822

2448826

Julian Date

20 Tammuz 5752

Hebrew Date

040

Swatch Internet Time

202

Day of the year

July

Month

31

Days in month

30

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

711763140

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

711763140 is representing the 202 day of the year 1992 in the Gregorian calendar which was a leap year having 366 days. There are 164 days left of the year and this particular timestamp falls on a Tuesday, July 21 of week 30 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Third quarter phase, about 245,268 miles (or 394,721 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 230, Pope Pontian succeeds Urban I as the eighteenth Pope. After being exiled to Sardinia, he became the first Pope to resign his office. And later in 285 Diocletian appoints Maximian as Caesar and co-ruler. More recently, in 2024 uS President Joe Biden announces he will no longer seek a second term and withdraws from the 2024 election.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 658 when K'an II, Mayan ruler (born 588) passed away and in 710 when Shangguan Wan'er, Chinese poet (born 664) left us. And more recently, Tony Bennett, American singer (born 1926) who died in in 2023.

July 21, or 711763140, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Wen of Sui, emperor of the Sui dynasty (died 604) who was born in 541, and later in 1030 - Kyansittha, King of Burma (died 1112). More recently, Evan McPherson, American football player who was born in 1999.

Conversion help

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

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

A few related timestamps to 711763140 are:

Start of year
694224000
End of Year
725846399
Start of month
709948800
End of month
712627199
Start of day
711676800
End fo day
711763199
Start of hour
711759600
End fo hour
711763199
Start of min
711763140
End fo min
711763199