Unix timestamp

265770000

Sun 04 Jun 1978 01:00:00 AM UTC

Coordinated Universal Time

Sun Jun 4 01:00:00 1978 UTC

In your local timezone

1978-06-04T01:00:00+00:00

ISO 8601

Sun, 04 Jun 1978 01:00:00 +0000

RFC 2822

2443664

Julian Date

28 Iyyar 5738

Hebrew Date

083

Swatch Internet Time

154

Day of the year

June

Month

30

Days in month

22

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

265770000

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

265770000 is representing the 154 day of the year 1978 in the Gregorian calendar, having 365 days. There are 211 days left of the year and this particular timestamp falls on a Sunday, June 04 of week 22 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 New moon phase, about 246,573 miles (or 396,821 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1411, king Charles VI grants a monopoly for the ripening of Roquefort cheese to the people of Roquefort-sur-Soulzon as they had been doing for centuries. And later in 1525 1525 Bayham Abbey riot; Villagers from Kent and Sussex, England riot and occupy Bayham Old Abbey for a week in protest against Cardinal Thomas Wolsey's order to suppress the monastery in order to fund two colleges founded by him. More recently, in 2005 the Civic Forum of the Romanians of Covasna, Harghita and Mureș is founded.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 756 when Shōmu, Japanese emperor (born 701) passed away and in 863 when Charles, archbishop of Mainz left us. And more recently, Marc Garneau, Canadian astronaut and Member of Parliament (born 1949) who died in in 2025.

June 4, or 265770000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Harsha, Maharajadhiraja of Kannauj (died 647) who was born in 590, and later in 1489 - Antoine, Duke of Lorraine (died 1544). More recently, Takefusa Kubo, Japanese footballer who was born in 2001.

Conversion help

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

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

A few related timestamps to 265770000 are:

Start of year
252460800
End of Year
283996799
Start of month
265507200
End of month
268099199
Start of day
265766400
End fo day
265852799
Start of hour
265770000
End fo hour
265773599
Start of min
265770000
End fo min
265770059