Unix timestamp

1655856000

Wed 22 Jun 2022 12:00:00 AM UTC

Coordinated Universal Time

Wed Jun 22 00:00:00 2022 UTC

In your local timezone

2022-06-22T00:00:00+00:00

ISO 8601

Wed, 22 Jun 2022 00:00:00 +0000

RFC 2822

2459753

Julian Date

23 Sivan 5782

Hebrew Date

041

Swatch Internet Time

172

Day of the year

June

Month

30

Days in month

25

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1655856000

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

1655856000 is representing the 172 day of the year 2022 in the Gregorian calendar, having 365 days. There are 193 days left of the year and this particular timestamp falls on a Wednesday, June 22 of week 25 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Third quarter phase, about 238,891 miles (or 384,458 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 168 BC, Battle of Pydna: Romans under Lucius Aemilius Paullus defeat Macedonian King Perseus who surrenders after the battle, ending the Third Macedonian War. And later in 217 BC Battle of Raphia: Ptolemy IV Philopator of Egypt defeats Antiochus III the Great of the Seleucid kingdom. More recently, in 2009 a Washington D.C Metro train traveling southbound near Fort Totten station collides into another train waiting to enter the station. Nine people are killed in the collision (eight passengers and the train operator) and at least 80 others are injured.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 207 BC when Hasdrubal Barca, Carthaginian general in the Second Punic War (born in 245 BC) passed away and in 431 when Paulinus of Nola, Christian bishop and poet (born in 354) left us. And more recently, Harry Markowitz, American Nobel economist (born in 1927) who died in in 2023.

June 22, or 1655856000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Rui Zong, emperor of the Tang Dynasty (died in 716) who was born in 662, and later in 916 - Sayf al-Dawla, founder of the Emirate of Aleppo (died in 967). More recently, Sam Retford, Australian-English actor who was born in 1999.

Conversion help

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

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

A few related timestamps to 1655856000 are:

Start of year
1640995200
End of Year
1672531199
Start of month
1654041600
End of month
1656633599
Start of day
1655856000
End fo day
1655942399
Start of hour
1655856000
End fo hour
1655859599
Start of min
1655856000
End fo min
1655856059