Unix timestamp

1302134401

Thu 07 Apr 2011 12:00:01 AM UTC

Coordinated Universal Time

Thu Apr 7 00:00:01 2011 UTC

In your local timezone

2011-04-07T00:00:01+00:00

ISO 8601

Thu, 07 Apr 2011 00:00:01 +0000

RFC 2822

2455659

Julian Date

3 Nisan 5771

Hebrew Date

041

Swatch Internet Time

96

Day of the year

April

Month

30

Days in month

14

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1302134401

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

1302134401 is representing the 96 day of the year 2011 in the Gregorian calendar, having 365 days. There are 269 days left of the year and this particular timestamp falls on a Thursday, April 07 of week 14 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 Waxing crescent phase, about 246,579 miles (or 396,831 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 451, Attila the Hun captures Metz in France, killing most of its inhabitants and burning the town. And later in 529 first Corpus Juris Civilis, a fundamental work in Jurisprudence, is issued by Eastern Roman Emperor Justinian I. More recently, in 2022 Ketanji Brown Jackson is confirmed for the Supreme Court of the United States, becoming the first black female justice.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 30 when Jesus Christ (possible date of the crucifixion) (born circa 4 BC) passed away and in 821 when George the Standard-Bearer, archbishop of Mytilene (born c. 776) left us. And more recently, Greg Millen, Canadian ice hockey player and sportscaster (born 1957) who died in in 2025.

April 7, or 1302134401, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including John, 3rd Earl of Kent, English nobleman (died 1352) who was born in 1330, and later in 1470 - Edward Stafford, 2nd Earl of Wiltshire (died 1498). More recently, Emerson Hyndman, American international soccer player who was born in 1996.

Conversion help

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

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

A few related timestamps to 1302134401 are:

Start of year
1293840000
End of Year
1325375999
Start of month
1301616000
End of month
1304207999
Start of day
1302134400
End fo day
1302220799
Start of hour
1302134400
End fo hour
1302137999
Start of min
1302134400
End fo min
1302134459