Unix timestamp

1020297600

Thu 02 May 2002 12:00:00 AM UTC

Coordinated Universal Time

Thu May 2 00:00:00 2002 UTC

In your local timezone

2002-05-02T00:00:00+00:00

ISO 8601

Thu, 02 May 2002 00:00:00 +0000

RFC 2822

2452397

Julian Date

20 Iyyar 5762

Hebrew Date

041

Swatch Internet Time

121

Day of the year

May

Month

31

Days in month

18

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1020297600

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

1020297600 is representing the 121 day of the year 2002 in the Gregorian calendar, having 365 days. There are 244 days left of the year and this particular timestamp falls on a Thursday, May 02 of week 18 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 Waning Gibbous phase, about 241,750 miles (or 389,059 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1194, king Richard I of England gives Portsmouth its first Royal charter. And later in 1536 Anne Boleyn, Queen of England, is arrested and imprisoned on charges of Adultery, Incest, Treason and Witchcraft. More recently, in 2004 the Yelwa massacre concludes. It began on 4 February 2004 when armed Muslims killed 78 Christians at Yelwa, Nigeria. In response, about 630 Muslims were killed by Christians on May 2.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 373 CE when Athanasius of Alexandria, Egyptian bishop and saint (born in 298) passed away and in 649 when Marutha of Tikrit, Persian theologian of the Syriac Orthodox Church (born in 565) left us. And more recently, Peter Oosterhuis, English golfer and broadcaster (born in 1948) who died in in 2024.

May 2, or 1020297600, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Yongle Emperor of China (died in 1424) who was born in 1360, and later in 1402 - Eleanor of Aragon, Queen of Portugal (died in 1445). More recently, Schuyler Bailar, American swimmer who was born in 1996.

Conversion help

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

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

A few related timestamps to 1020297600 are:

Start of year
1009843200
End of Year
1041379199
Start of month
1020211200
End of month
1022889599
Start of day
1020297600
End fo day
1020383999
Start of hour
1020297600
End fo hour
1020301199
Start of min
1020297600
End fo min
1020297659