Unix timestamp

749793538

Tue 05 Oct 1993 03:58:58 AM UTC

Coordinated Universal Time

Tue Oct 5 03:58:58 1993 UTC

In your local timezone

1993-10-05T03:58:58+00:00

ISO 8601

Tue, 05 Oct 1993 03:58:58 +0000

RFC 2822

2449266

Julian Date

20 Tishri 5754

Hebrew Date

207

Swatch Internet Time

277

Day of the year

October

Month

31

Days in month

40

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

749793538

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

749793538 is representing the 277 day of the year 1993 in the Gregorian calendar, having 365 days. There are 88 days left of the year and this particular timestamp falls on a Tuesday, October 05 of week 40 at 03:58 UTC in the monrning meaning that about 17% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 246,866 miles (or 397,293 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 816, king Louis the Pious is crowned emperor of the Holy Roman Empire by the Pope. And later in 869 the Fourth Council of Constantinople is convened to depose patriarch Photios I. More recently, in 1994 swiss police find the bodies of 48 members of the Order of the Solar Temple, who had died in a cult mass murder-suicide.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 578 when Justin II, Byzantine emperor (born 520) passed away and in 610 when Phocas, Byzantine emperor left us. And more recently, Robert Coover, American novelist (born 1932) who died in in 2024.

October 5, or 749793538, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Al-Dhahabi, Syrian scholar and historian (died 1348) who was born in 1274, and later in 1338 - Alexios III of Trebizond (died 1390). More recently, Washington Sundar, Indian cricketer who was born in 1999.

Conversion help

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

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

A few related timestamps to 749793538 are:

Start of year
725846400
End of Year
757382399
Start of month
749433600
End of month
752111999
Start of day
749779200
End fo day
749865599
Start of hour
749790000
End fo hour
749793599
Start of min
749793480
End fo min
749793539