Unix timestamp

244594800

Sat 01 Oct 1977 11:00:00 PM UTC

Coordinated Universal Time

Sat Oct 1 23:00:00 1977 UTC

In your local timezone

1977-10-01T23:00:00+00:00

ISO 8601

Sat, 01 Oct 1977 23:00:00 +0000

RFC 2822

2443419

Julian Date

19 Tishri 5738

Hebrew Date

000

Swatch Internet Time

273

Day of the year

October

Month

31

Days in month

39

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

244594800

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

244594800 is representing the 273 day of the year 1977 in the Gregorian calendar, having 365 days. There are 92 days left of the year and this particular timestamp falls on a Saturday, October 01 of week 39 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 Gibbous phase, about 251,348 miles (or 404,506 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 331 BC, Alexander the Great defeats Darius III of Persia in the Battle of Gaugamela. And later in 366 Pope Damasus I is consecrated. More recently, in 2021 the 2020 World Expo in Dubai begins. Its opening was originally scheduled for 20 October 2020 but was delayed due to the COVID-19 pandemic.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 630 when Tajoom Uk'ab K'ahk', Mayan king passed away and in 686 when Emperor Tenmu of Japan (born 631) left us. And more recently, Michael Ancram, English lawyer and politician (born 1945) who died in in 2024.

October 1, or 244594800, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Sallust, Roman historian (died 34 BC) who was born in 86 BC, and later in 208 - Alexander Severus, Roman emperor (died 235). More recently, Mason Greenwood, English footballer who was born in 2001.

Conversion help

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

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

A few related timestamps to 244594800 are:

Start of year
220924800
End of Year
252460799
Start of month
244512000
End of month
247190399
Start of day
244512000
End fo day
244598399
Start of hour
244594800
End fo hour
244598399
Start of min
244594800
End fo min
244594859