Unix timestamp

743295481

Wed 21 Jul 1993 10:58:01 PM UTC

Coordinated Universal Time

Wed Jul 21 22:58:01 1993 UTC

In your local timezone

1993-07-21T22:58:01+00:00

ISO 8601

Wed, 21 Jul 1993 22:58:01 +0000

RFC 2822

2449191

Julian Date

3 Av 5753

Hebrew Date

998

Swatch Internet Time

201

Day of the year

July

Month

31

Days in month

29

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

743295481

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

743295481 is representing the 201 day of the year 1993 in the Gregorian calendar, having 365 days. There are 164 days left of the year and this particular timestamp falls on a Wednesday, July 21 of week 29 at 22:58 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 227,168 miles (or 365,591 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 230, Pope Pontian succeeds Urban I as the eighteenth Pope. After being exiled to Sardinia, he became the first Pope to resign his office. And later in 285 Diocletian appoints Maximian as Caesar and co-ruler. More recently, in 2024 uS President Joe Biden announces he will no longer seek a second term and withdraws from the 2024 election.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 658 when K'an II, Mayan ruler (born 588) passed away and in 710 when Shangguan Wan'er, Chinese poet (born 664) left us. And more recently, Tony Bennett, American singer (born 1926) who died in in 2023.

July 21, or 743295481, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Wen of Sui, emperor of the Sui dynasty (died 604) who was born in 541, and later in 1030 - Kyansittha, King of Burma (died 1112). More recently, Evan McPherson, American football player who was born in 1999.

Conversion help

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

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

A few related timestamps to 743295481 are:

Start of year
725846400
End of Year
757382399
Start of month
741484800
End of month
744163199
Start of day
743212800
End fo day
743299199
Start of hour
743292000
End fo hour
743295599
Start of min
743295480
End fo min
743295539