Unix timestamp

1620781199

Wed 12 May 2021 12:59:59 AM UTC

Coordinated Universal Time

Wed May 12 00:59:59 2021 UTC

In your local timezone

2021-05-12T00:59:59+00:00

ISO 8601

Wed, 12 May 2021 00:59:59 +0000

RFC 2822

2459347

Julian Date

1 Sivan 5781

Hebrew Date

083

Swatch Internet Time

131

Day of the year

May

Month

31

Days in month

19

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1620781199

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

1620781199 is representing the 131 day of the year 2021 in the Gregorian calendar, having 365 days. There are 234 days left of the year and this particular timestamp falls on a Wednesday, May 12 of week 19 at 00:59 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its New moon phase, about 251,965 miles (or 405,498 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 254, Pope Stephen I succeeds Pope Lucius I, becoming the 23rd Pope of the Catholic Church, and immediately takes a stand against Novatianism. And later in 907 Zhu Wen forces Emperor Ai into abdicating, ending the Tang dynasty after nearly three hundred years of rule. More recently, in 2010 Afriqiyah Airways Flight 771 crashes on final approach to Tripoli International Airport in Tripoli, Libya, killing 103 out of the 104 people on board.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 805 when Æthelhard, archbishop of Canterbury passed away and in 940 when Eutychius, patriarch of Alexandria (born in 877) left us. And more recently, A. J. Smith, American football executive (born in 1949) who died in in 2024.

May 12, or 1620781199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Rupert II, Elector Palatine (died in 1398) who was born in 1325, and later in 1401 - Emperor Shōkō of Japan (died in 1428). More recently, Mo Bamba, American-Ivorian basketball player who was born in 1998.

Conversion help

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

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

A few related timestamps to 1620781199 are:

Start of year
1609459200
End of Year
1640995199
Start of month
1619827200
End of month
1622505599
Start of day
1620777600
End fo day
1620863999
Start of hour
1620777600
End fo hour
1620781199
Start of min
1620781140
End fo min
1620781199