Unix timestamp

743464859

Fri 23 Jul 1993 10:00:59 PM UTC

Coordinated Universal Time

Fri Jul 23 22:00:59 1993 UTC

In your local timezone

1993-07-23T22:00:59+00:00

ISO 8601

Fri, 23 Jul 1993 22:00:59 +0000

RFC 2822

2449193

Julian Date

5 Av 5753

Hebrew Date

959

Swatch Internet Time

203

Day of the year

July

Month

31

Days in month

29

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

743464859

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

743464859 is representing the 203 day of the year 1993 in the Gregorian calendar, having 365 days. There are 162 days left of the year and this particular timestamp falls on a Friday, July 23 of week 29 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 Waxing crescent phase, about 225,743 miles (or 363,298 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 811, byzantine emperor Nikephoros I plunders the Bulgarian capital of Pliska and captures Khan Krum's treasury. And later in 1319 a Knights Hospitaller fleet scores a crushing victory over an Aydinid fleet off Chios. More recently, in 2018 a wildfire in East Attica kills at least 102 people. It’s the deadliest wildfire in the history of Greece.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 955 when He Ning, Chinese chancellor (born 898) passed away and in 997 when Nuh II, Samanid emir (born 963) left us. And more recently, Robin Warren, Australian pathologist and academic, Nobel Prize laureate (born 1937) who died in in 2024.

July 23, or 743464859, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Otto, Duke of Austria (died 1339) who was born in 1301, and later in 1339 - Louis I, Duke of Anjou (died 1384). More recently, Deandre Ayton, Bahamian basketball player who was born in 1998.

Conversion help

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

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

A few related timestamps to 743464859 are:

Start of year
725846400
End of Year
757382399
Start of month
741484800
End of month
744163199
Start of day
743385600
End fo day
743471999
Start of hour
743464800
End fo hour
743468399
Start of min
743464800
End fo min
743464859