Unix timestamp

1648944001

Sun 03 Apr 2022 12:00:01 AM UTC

Coordinated Universal Time

Sun Apr 3 00:00:01 2022 UTC

In your local timezone

2022-04-03T00:00:01+00:00

ISO 8601

Sun, 03 Apr 2022 00:00:01 +0000

RFC 2822

2459673

Julian Date

2 Nisan 5782

Hebrew Date

041

Swatch Internet Time

92

Day of the year

April

Month

30

Days in month

13

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1648944001

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

1648944001 is representing the 92 day of the year 2022 in the Gregorian calendar, having 365 days. There are 273 days left of the year and this particular timestamp falls on a Sunday, April 03 of week 13 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 New moon phase, about 245,751 miles (or 395,499 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 686, maya king Yuknoom Yich'aak K'ahk' assumes the crown of Calakmul. And later in 1043 Edward the Confessor is crowned King of England. More recently, in 2018 YouTube headquarters shooting: A 38-year-old gunwoman opens fire at YouTube Headquarters in San Bruno, California, injuring three people before committing suicide.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 33 when Jesus of Nazareth passed away and in 963 when William III, Duke of Aquitaine (born in 915) left us. And more recently, Mick O'Dwyer, Irish Gaelic footballer and manager (born in 1936) who died in in 2025.

April 3, or 1648944001, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Xing Zong, Chinese emperor (died in 1055) who was born in 1016, and later in 1151 - Igor Svyatoslavich, Kievan Rus' prince (died in 1202). More recently, Yuliya Yefimova, Russian swimmer who was born in 1992.

Conversion help

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

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

A few related timestamps to 1648944001 are:

Start of year
1640995200
End of Year
1672531199
Start of month
1648771200
End of month
1651363199
Start of day
1648944000
End fo day
1649030399
Start of hour
1648944000
End fo hour
1648947599
Start of min
1648944000
End fo min
1648944059