Unix timestamp

226364401

Fri 04 Mar 1977 11:00:01 PM UTC

Coordinated Universal Time

Fri Mar 4 23:00:01 1977 UTC

In your local timezone

1977-03-04T23:00:01+00:00

ISO 8601

Fri, 04 Mar 1977 23:00:01 +0000

RFC 2822

2443208

Julian Date

14 Adar 5737

Hebrew Date

000

Swatch Internet Time

62

Day of the year

March

Month

31

Days in month

09

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

226364401

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

226364401 is representing the 62 day of the year 1977 in the Gregorian calendar, having 365 days. There are 303 days left of the year and this particular timestamp falls on a Friday, March 04 of week 09 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 Full moon phase, about 235,961 miles (or 379,742 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 51, Nero, later to become Roman emperor, is given the title Princeps iuventutis (head of the youth). And later in 581 yang Jian declares himself Emperor Wen of Sui, ending the Northern Zhou and beginning the Sui dynasty. More recently, in 1962 a Caledonian Airways Douglas DC-7 crashes shortly after takeoff from Cameroon, killing 111 - the worst crash of a DC-7.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 306 when Adrian and Natalia of Nicomedia, Christian martyrs passed away and in 480 when Landry of Sées, French bishop and saint left us. And more recently, Roy Ayers, American singer-songwriter, keyboard player, vibraphonist, and producer (born 1940) who died in in 2025.

March 4, or 226364401, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Liu Zhiyuan, founder of the Later Han Dynasty (died 948) who was born in 895, and later in 977 - Al-Musabbihi, Fatimid historian and official (died 1030). More recently, Whitney Port, American fashion designer and author who was born in 1985.

Conversion help

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

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

A few related timestamps to 226364401 are:

Start of year
220924800
End of Year
252460799
Start of month
226022400
End of month
228700799
Start of day
226281600
End fo day
226367999
Start of hour
226364400
End fo hour
226367999
Start of min
226364400
End fo min
226364459