Unix timestamp

740358058

Thu 17 Jun 1993 11:00:58 PM UTC

Coordinated Universal Time

Thu Jun 17 23:00:58 1993 UTC

In your local timezone

1993-06-17T23:00:58+00:00

ISO 8601

Thu, 17 Jun 1993 23:00:58 +0000

RFC 2822

2449157

Julian Date

28 Sivan 5753

Hebrew Date

000

Swatch Internet Time

167

Day of the year

June

Month

30

Days in month

24

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

740358058

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

740358058 is representing the 167 day of the year 1993 in the Gregorian calendar, having 365 days. There are 198 days left of the year and this particular timestamp falls on a Thursday, June 17 of week 24 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 crescent phase, about 244,045 miles (or 392,752 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 653, Pope Martin I is arrested and taken to Constantinople, due to his opposition to Monothelitism. And later in 1128 Geoffrey V of Anjou, known as Plantagenet, marries Matilda, daughter of Henry I, King of England, and widow of the Emperor Henry V. More recently, in 1992 a "joint understanding" agreement on arms reduction is signed by U.S. President George Bush and Russian President Boris Yeltsin (this would be later codified in START II).

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 656 when Uthman, caliph of the Rashidun Caliphate (born 579) passed away and in 676 when Adeodatus, pope of the Catholic Church left us. And more recently, Kenneth Kaunda, Zambian educator and politician, first President of Zambia (born 1924) who died in in 2021.

June 17, or 740358058, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Drogo of Metz, Frankish bishop (died 855) who was born in 801, and later in 1239 - Edward I, English king (died 1307). More recently, Raluca Șerban, Romanian-Cypriot tennis player who was born in 1997.

Conversion help

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

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

A few related timestamps to 740358058 are:

Start of year
725846400
End of Year
757382399
Start of month
738892800
End of month
741484799
Start of day
740275200
End fo day
740361599
Start of hour
740358000
End fo hour
740361599
Start of min
740358000
End fo min
740358059