Unix timestamp

197157604

Wed 31 Mar 1976 10:00:04 PM UTC

Coordinated Universal Time

Wed Mar 31 22:00:04 1976 UTC

In your local timezone

1976-03-31T22:00:04+00:00

ISO 8601

Wed, 31 Mar 1976 22:00:04 +0000

RFC 2822

2442869

Julian Date

29 Adar II 5736

Hebrew Date

958

Swatch Internet Time

90

Day of the year

March

Month

31

Days in month

14

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

197157604

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

197157604 is representing the 90 day of the year 1976 in the Gregorian calendar which was a leap year having 366 days. There are 276 days left of the year and this particular timestamp falls on a Wednesday, March 31 of week 14 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 New moon phase, about 251,868 miles (or 405,343 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 307, after divorcing his wife Minervina, Constantine marries Fausta, daughter of the retired Roman emperor Maximian. And later in 1146 Bernard of Clairvaux preaches his famous sermon in a field at Vézelay, urging the necessity of a Second Crusade. Louis VII is present, and joins the Crusade. More recently, in 2023 a historic tornado outbreak occurs in the American Midwest and South.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 32 BC when Titus Pomponius Atticus, Roman nobleman of the Equestrian order (born 109 BC) passed away and in 528 when Xiaoming, emperor of Northern Wei (born 510) left us. And more recently, Betty Webb, English code breaker (born 1923) who died in in 2025.

March 31, or 197157604, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Philippa of Lancaster (died 1415) who was born in 1360, and later in 1499 - Pope Pius IV (died 1565). More recently, Mads Würtz Schmidt, Danish road cyclist who was born in 1994.

Conversion help

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

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

A few related timestamps to 197157604 are:

Start of year
189302400
End of Year
220924799
Start of month
194486400
End of month
197164799
Start of day
197078400
End fo day
197164799
Start of hour
197157600
End fo hour
197161199
Start of min
197157600
End fo min
197157659