Unix timestamp

1015628459

Fri 08 Mar 2002 11:00:59 PM UTC

Coordinated Universal Time

Fri Mar 8 23:00:59 2002 UTC

In your local timezone

2002-03-08T23:00:59+00:00

ISO 8601

Fri, 08 Mar 2002 23:00:59 +0000

RFC 2822

2452343

Julian Date

24 Adar 5762

Hebrew Date

000

Swatch Internet Time

66

Day of the year

March

Month

31

Days in month

10

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1015628459

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

1015628459 is representing the 66 day of the year 2002 in the Gregorian calendar, having 365 days. There are 299 days left of the year and this particular timestamp falls on a Friday, March 08 of week 10 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 Waning crescent phase, about 244,872 miles (or 394,083 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1010, Ferdowsi completes his epic poem Shahnameh. And later in 1262 Battle of Hausbergen between bourgeois militias and the army of the bishop of Strasbourg. More recently, in 2021 twenty-eight political institutions in Myanmar establish the National Unity Consultative Council, a historic alliance of ethnic armed organizations and democratically elected leaders in response to the 2021 Myanmar coup d'état

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 1126 when Urraca of León and Castile (born in 1079) passed away and in 1137 when Adela of Normandy, by marriage Countess of Blois (born in c. 1067) left us. And more recently, Athol Fugard, South African actor, director, and playwright (born in 1932) who died in in 2025.

March 8, or 1015628459, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including John of God, Portuguese friar and saint (died in 1550) who was born in 1495, and later in 1712 - John Fothergill, English physician and botanist (died in 1780). More recently, Tijana Bošković, Serbian volleyball player who was born in 1997.

Conversion help

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

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

A few related timestamps to 1015628459 are:

Start of year
1009843200
End of Year
1041379199
Start of month
1014940800
End of month
1017619199
Start of day
1015545600
End fo day
1015631999
Start of hour
1015628400
End fo hour
1015631999
Start of min
1015628400
End fo min
1015628459