Unix timestamp

715392058

Wed 02 Sep 1992 12:00:58 AM UTC

Coordinated Universal Time

Wed Sep 2 00:00:58 1992 UTC

In your local timezone

1992-09-02T00:00:58+00:00

ISO 8601

Wed, 02 Sep 1992 00:00:58 +0000

RFC 2822

2448868

Julian Date

4 Elul 5752

Hebrew Date

042

Swatch Internet Time

245

Day of the year

September

Month

30

Days in month

36

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

715392058

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

715392058 is representing the 245 day of the year 1992 in the Gregorian calendar which was a leap year having 366 days. There are 121 days left of the year and this particular timestamp falls on a Wednesday, September 02 of week 36 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 236,082 miles (or 379,937 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 31 BC, Final War of the Roman Republic: Battle of Actium: Off the western coast of Greece, forces of Octavian defeat troops under Mark Antony and Cleopatra. And later in 44 BC Pharaoh Cleopatra VII of Egypt declares her son co-ruler as Ptolemy XV Caesarion. More recently, in 2023 india's first solar observation mission: The Indian Space Research Organisation (ISRO) successfully launches Aditya-L1 from Satish Dhawan Space Centre.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 421 when Constantius III, Roman emperor passed away and in 459 when Simeon Stylites, Byzantine saint (born 390) left us. And more recently, Rodolfo Hernández Suárez, Colombian politician (born 1945) who died in in 2024.

September 2, or 715392058, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Gilbert de Clare, 7th Earl of Gloucester, 6th Earl of Hertford, English politician (died 1295) who was born in 1243, and later in 1251 - Francis of Fabriano, Italian writer (died 1322). More recently, Deimantas Petravičius, Lithuanian footballer who was born in 1995.

Conversion help

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

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

A few related timestamps to 715392058 are:

Start of year
694224000
End of Year
725846399
Start of month
715305600
End of month
717897599
Start of day
715392000
End fo day
715478399
Start of hour
715392000
End fo hour
715395599
Start of min
715392000
End fo min
715392059