Unix timestamp

1652486341

Fri 13 May 2022 11:59:01 PM UTC

Coordinated Universal Time

Fri May 13 23:59:01 2022 UTC

In your local timezone

2022-05-13T23:59:01+00:00

ISO 8601

Fri, 13 May 2022 23:59:01 +0000

RFC 2822

2459714

Julian Date

12 Iyyar 5782

Hebrew Date

040

Swatch Internet Time

132

Day of the year

May

Month

31

Days in month

19

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1652486341

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

1652486341 is representing the 132 day of the year 2022 in the Gregorian calendar, having 365 days. There are 233 days left of the year and this particular timestamp falls on a Friday, May 13 of week 19 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 233,615 miles (or 375,967 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1344, a Latin Christian fleet defeats a larger Turkish fleet in the Battle of Pallene during the Smyrniote crusades. And later in 1373 Julian of Norwich has visions of Jesus while suffering from a life-threatening illness, visions which are later described and interpreted in her book Revelations of Divine Love. More recently, in 1998 india carries out two nuclear weapon tests at Pokhran, following the three conducted on May 11. The United States and Japan impose economic sanctions on India.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 189 when Emperor Ling of Han, Chinese emperor (born in 156) passed away and in 1112 when Ulric II, Margrave of Carniola left us. And more recently, Samm-Art Williams, American playwright and screenwriter (born in 1946) who died in in 2024.

May 13, or 1652486341, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Hugh of Cluny, French abbot and saint (died in 1109) who was born in 1024, and later in 1179 - Theobald III, Count of Champagne (died in 1201). More recently, Jabari Smith Jr., American basketball player who was born in 2003.

Conversion help

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

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

A few related timestamps to 1652486341 are:

Start of year
1640995200
End of Year
1672531199
Start of month
1651363200
End of month
1654041599
Start of day
1652400000
End fo day
1652486399
Start of hour
1652482800
End fo hour
1652486399
Start of min
1652486340
End fo min
1652486399