Unix timestamp

226458057

Sun 06 Mar 1977 01:00:57 AM UTC

Coordinated Universal Time

Sun Mar 6 01:00:57 1977 UTC

In your local timezone

1977-03-06T01:00:57+00:00

ISO 8601

Sun, 06 Mar 1977 01:00:57 +0000

RFC 2822

2443209

Julian Date

16 Adar 5737

Hebrew Date

083

Swatch Internet Time

64

Day of the year

March

Month

31

Days in month

09

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

226458057

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

226458057 is representing the 64 day of the year 1977 in the Gregorian calendar, having 365 days. There are 301 days left of the year and this particular timestamp falls on a Sunday, March 06 of week 09 at 01:00 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Full moon phase, about 232,832 miles (or 374,707 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 12 BCE, the Roman emperor Augustus is named Pontifex Maximus, incorporating the position into that of the emperor. And later in 632 the Farewell Sermon (Khutbah, Khutbatul Wada') of the Islamic prophet Muhammad. More recently, in 2020 thirty-two people are killed and 81 are injured when gunmen open fire on a ceremony in Kabul, Afghanistan. The Islamic State claims responsibility for the attack.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 190 when Liu Bian (poisoned by Dong Zhuo) (born 176) passed away and in 653 when Li Ke, prince of the Tang Dynasty (born 619) left us. And more recently, Brian James, British guitarist (born 1955) who died in in 2025.

March 6, or 226458057, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including John of Gaunt (probable; d. 1399) who was born in 1340, and later in 1405 - John II of Castile (died 1454). More recently, Millicent Simmonds, American actress who was born in 2003.

Conversion help

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

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

A few related timestamps to 226458057 are:

Start of year
220924800
End of Year
252460799
Start of month
226022400
End of month
228700799
Start of day
226454400
End fo day
226540799
Start of hour
226458000
End fo hour
226461599
Start of min
226458000
End fo min
226458059