Unix timestamp

1657411201

Sun 10 Jul 2022 12:00:01 AM UTC

Coordinated Universal Time

Sun Jul 10 00:00:01 2022 UTC

In your local timezone

2022-07-10T00:00:01+00:00

ISO 8601

Sun, 10 Jul 2022 00:00:01 +0000

RFC 2822

2459771

Julian Date

11 Tammuz 5782

Hebrew Date

041

Swatch Internet Time

190

Day of the year

July

Month

31

Days in month

27

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1657411201

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

1657411201 is representing the 190 day of the year 2022 in the Gregorian calendar, having 365 days. There are 175 days left of the year and this particular timestamp falls on a Sunday, July 10 of week 27 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 Waxing gibbous phase, about 229,085 miles (or 368,676 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 0138, emperor Hadrian dies of Heart failure at his residence on the bay of Naples, Baiae; he is buried at Rome in the Tomb of Hadrian beside his late wife, Vibia Sabina. And later in 420 having usurped the throne of Emperor Gong of Jin, Liu Yu proclaims himself Emperor of the Liu Song dynasty. More recently, in 2019 the final Volkswagen Beetle rolls off the line in Puebla, Mexico; the last of 5,961 "Special Edition" cars will be exhibited in a museum.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 138 when Hadrian, Roman emperor (born in 76) passed away and in 645 when Soga no Iruka, Japanese politician left us. And more recently, Dave Loggins, American musician (born in 1947) who died in in 2024.

July 10, or 1657411201, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Go-Hanazono of Japan (died in 1471) who was born in 1419, and later in 1451 - James III of Scotland (died in 1488). More recently, Isabela Merced, American actress who was born in 2001.

Conversion help

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

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

A few related timestamps to 1657411201 are:

Start of year
1640995200
End of Year
1672531199
Start of month
1656633600
End of month
1659311999
Start of day
1657411200
End fo day
1657497599
Start of hour
1657411200
End fo hour
1657414799
Start of min
1657411200
End fo min
1657411259