Unix timestamp

238719600

Mon 25 Jul 1977 11:00:00 PM UTC

Coordinated Universal Time

Mon Jul 25 23:00:00 1977 UTC

In your local timezone

1977-07-25T23:00:00+00:00

ISO 8601

Mon, 25 Jul 1977 23:00:00 +0000

RFC 2822

2443351

Julian Date

10 Av 5737

Hebrew Date

000

Swatch Internet Time

205

Day of the year

July

Month

31

Days in month

30

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

238719600

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

238719600 is representing the 205 day of the year 1977 in the Gregorian calendar, having 365 days. There are 160 days left of the year and this particular timestamp falls on a Monday, July 25 of week 30 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 Waxing gibbous phase, about 225,871 miles (or 363,505 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 315, the Arch of Constantine is completed near the Colosseum in Rome to commemorate Constantine I's victory over Maxentius at the Milvian Bridge. And later in 677 climax of the Siege of Thessalonica by the Slavs in a three-day assault on the city walls. More recently, in 2010 WikiLeaks publishes classified documents about the War in Afghanistan, one of the largest leaks in U.S. military history.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 306 when Constantius Chlorus, Roman emperor (born 250) passed away and in 885 when Ragenold, margrave of Neustria left us. And more recently, Martin Indyk, American diplomat (born 1951) who died in in 2024.

July 25, or 238719600, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Thietmar, bishop of Merseburg (died 1018) who was born in 975, and later in 1016 - Casimir I the Restorer, duke of Poland (died 1058). More recently, Bryce Young, American football player who was born in 2001.

Conversion help

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

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

A few related timestamps to 238719600 are:

Start of year
220924800
End of Year
252460799
Start of month
236563200
End of month
239241599
Start of day
238636800
End fo day
238723199
Start of hour
238719600
End fo hour
238723199
Start of min
238719600
End fo min
238719659