Unix timestamp

714006000

Sun 16 Aug 1992 11:00:00 PM UTC

Coordinated Universal Time

Sun Aug 16 23:00:00 1992 UTC

In your local timezone

1992-08-16T23:00:00+00:00

ISO 8601

Sun, 16 Aug 1992 23:00:00 +0000

RFC 2822

2448852

Julian Date

17 Av 5752

Hebrew Date

000

Swatch Internet Time

228

Day of the year

August

Month

31

Days in month

33

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

714006000

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

714006000 is representing the 228 day of the year 1992 in the Gregorian calendar which was a leap year having 366 days. There are 138 days left of the year and this particular timestamp falls on a Sunday, August 16 of week 33 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 248,738 miles (or 400,305 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1 BC, Wang Mang consolidates his power in China and is declared marshal of state. Emperor Ai of Han, who died the previous day, had no heirs. And later in 942 start of the four-day Battle of al-Mada'in, between the Hamdanids of Mosul and the Baridis of Basra over control of the Abbasid capital, Baghdad. More recently, in 2020 the August Complex fire in California burns more than one million acres of land.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 79 when Empress Ma, Chinese Han dynasty consort (born 40) passed away and in 856 when Theutbald I, bishop of Langres left us. And more recently, Howard S. Becker, American sociologist (born 1928) who died in in 2023.

August 16, or 714006000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Philippa, 5th Countess of Ulster (died 1382) who was born in 1355, and later in 1378 - Hongxi Emperor of China (died 1425). More recently, Jannik Sinner, Italian tennis player who was born in 2001.

Conversion help

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

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

A few related timestamps to 714006000 are:

Start of year
694224000
End of Year
725846399
Start of month
712627200
End of month
715305599
Start of day
713923200
End fo day
714009599
Start of hour
714006000
End fo hour
714009599
Start of min
714006000
End fo min
714006059