Unix timestamp

1649545200

Sat 09 Apr 2022 11:00:00 PM UTC

Coordinated Universal Time

Sat Apr 9 23:00:00 2022 UTC

In your local timezone

2022-04-09T23:00:00+00:00

ISO 8601

Sat, 09 Apr 2022 23:00:00 +0000

RFC 2822

2459680

Julian Date

8 Nisan 5782

Hebrew Date

000

Swatch Internet Time

98

Day of the year

April

Month

30

Days in month

14

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1649545200

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

1649545200 is representing the 98 day of the year 2022 in the Gregorian calendar, having 365 days. There are 267 days left of the year and this particular timestamp falls on a Saturday, April 09 of week 14 at 23:00 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 250,313 miles (or 402,839 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 190, Dong Zhuo has his troops evacuate the capital Luoyang and burn it to the ground. And later in 193 the distinguished soldier Septimius Severus is proclaimed emperor by the army in Illyricum. More recently, in 1860 on his Phonautograph machine, Édouard-Léon Scott de Martinville makes the first known recording of an audible human voice.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 436 when Tan Daoji, Chinese general and politician passed away and in 491 when Zeno, emperor of the Byzantine Empire (born in 425) left us. And more recently, Ray Shero, American ice hockey player and executive (born in 1962) who died in in 2025.

April 9, or 1649545200, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Al-Muqtafi, caliph of the Abbasid Caliphate (died in 1160) who was born in 1096, and later in 1285 - Ayurbarwada Buyantu Khan, Emperor Renzong of Yuan (died in 1320). More recently, TommyInnit, English YouTuber and streamer who was born in 2004.

Conversion help

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

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

A few related timestamps to 1649545200 are:

Start of year
1640995200
End of Year
1672531199
Start of month
1648771200
End of month
1651363199
Start of day
1649462400
End fo day
1649548799
Start of hour
1649545200
End fo hour
1649548799
Start of min
1649545200
End fo min
1649545259