Unix timestamp

716508059

Mon 14 Sep 1992 10:00:59 PM UTC

Coordinated Universal Time

Mon Sep 14 22:00:59 1992 UTC

In your local timezone

1992-09-14T22:00:59+00:00

ISO 8601

Mon, 14 Sep 1992 22:00:59 +0000

RFC 2822

2448881

Julian Date

16 Elul 5752

Hebrew Date

959

Swatch Internet Time

257

Day of the year

September

Month

30

Days in month

38

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

716508059

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

716508059 is representing the 257 day of the year 1992 in the Gregorian calendar which was a leap year having 366 days. There are 109 days left of the year and this particular timestamp falls on a Monday, September 14 of week 38 at 22:00 UTC in the afternoon meaning that about 92% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 245,491 miles (or 395,080 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 81, Domitian became Emperor of the Roman Empire upon the death of his brother Titus. And later in 629 emperor Heraclius enters Constantinople in triumph after his victory over the Persian Empire. More recently, in 2022 Death of Queen Elizabeth II: The Queen's coffin is taken from Buckingham Palace, placed on a gun carriage of The King's Troop Royal Horse Artillery and moved in a procession to Westminster Hall for her Lying in state over the next four days with the queue of mourners stretching for miles along the River Thames.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 23 when Drusus Julius Caesar, Roman son of Tiberius (born 13 BC) passed away and in 258 when Cyprian, African bishop and saint (born 200) left us. And more recently, Otis Davis, American sprinter (born 1932) who died in in 2024.

September 14, or 716508059, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Diadumenian, Roman emperor (died 218) who was born in 208, and later in 768 - Al-Ma'mun, Abbasid caliph, 7th (died 833). More recently, Dominic Solanke, English footballer who was born in 1997.

Conversion help

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

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

A few related timestamps to 716508059 are:

Start of year
694224000
End of Year
725846399
Start of month
715305600
End of month
717897599
Start of day
716428800
End fo day
716515199
Start of hour
716508000
End fo hour
716511599
Start of min
716508000
End fo min
716508059