Unix timestamp

1021680477

Sat 18 May 2002 12:07:57 AM UTC

Coordinated Universal Time

Sat May 18 00:07:57 2002 UTC

In your local timezone

2002-05-18T00:07:57+00:00

ISO 8601

Sat, 18 May 2002 00:07:57 +0000

RFC 2822

2452413

Julian Date

7 Sivan 5762

Hebrew Date

047

Swatch Internet Time

137

Day of the year

May

Month

31

Days in month

20

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1021680477

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

1021680477 is representing the 137 day of the year 2002 in the Gregorian calendar, having 365 days. There are 228 days left of the year and this particular timestamp falls on a Saturday, May 18 of week 20 at 00:07 UTC in the monrning meaning that about 1% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 231,181 miles (or 372,049 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 332, emperor Constantine the Great announces free distributions of food to the citizens in Constantinople. And later in 872 Louis II of Italy is crowned for the second time as Holy Roman Emperor at Rome, at the age of 47. His first coronation was 28 years earlier, in 844, during the reign of his father Lothair I. More recently, in 2018 Cubana de Aviación Flight 972 crashes in Santiago de las Vegas after takeoff from José Martí International Airport in Havana, Cuba, killing 112 of the 113 people on board.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 526 when Pope John I passed away and in 893 when Stephen I of Constantinople (born 867) left us. And more recently, Alice Stewart, American political commentator (born 1966) who died in in 2024.

May 18, or 1021680477, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Omar Khayyám, Persian mathematician, astronomer, and poet (died 1131) who was born in 1048, and later in 1186 - Konstantin of Rostov (died 1218). More recently, Travis Hunter, American football player who was born in 2003.

Conversion help

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

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

A few related timestamps to 1021680477 are:

Start of year
1009843200
End of Year
1041379199
Start of month
1020211200
End of month
1022889599
Start of day
1021680000
End fo day
1021766399
Start of hour
1021680000
End fo hour
1021683599
Start of min
1021680420
End fo min
1021680479