Unix timestamp

1012626239

Sat 02 Feb 2002 05:03:59 AM UTC

Coordinated Universal Time

Sat Feb 2 05:03:59 2002 UTC

In your local timezone

2002-02-02T05:03:59+00:00

ISO 8601

Sat, 02 Feb 2002 05:03:59 +0000

RFC 2822

2452308

Julian Date

20 Shevat 5762

Hebrew Date

252

Swatch Internet Time

32

Day of the year

February

Month

28

Days in month

05

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1012626239

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

1012626239 is representing the 32 day of the year 2002 in the Gregorian calendar, having 365 days. There are 333 days left of the year and this particular timestamp falls on a Saturday, February 02 of week 05 at 05:03 UTC in the monrning meaning that about 21% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 226,681 miles (or 364,807 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 506, Alaric II, eighth king of the Visigoths, promulgates the Breviary of Alaric (Breviarium Alaricianum or Lex Romana Visigothorum), a collection of "Roman law". And later in 962 Translatio imperii: Pope John XII crowns Otto I, Holy Roman Emperor, the first Holy Roman Emperor in nearly 40 years. More recently, in 1943 World War II: The Battle of Stalingrad comes to an end when Soviet troops accept the surrender of the last organized German troops in the city.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 619 when Laurence of Canterbury, English archbishop and saint passed away and in 880 when Bruno, Duke of Saxony left us. And more recently, Brian Murphy, English comic actor (born 1932) who died in in 2025.

February 2, or 1012626239, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Justin I, Byzantine emperor (died 527) who was born in 450, and later in 1208 - James I of Aragon (died 1276). More recently, Munetaka Murakami, Japanese baseball player who was born in 2000.

Conversion help

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

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

A few related timestamps to 1012626239 are:

Start of year
1009843200
End of Year
1041379199
Start of month
1012521600
End of month
1014940799
Start of day
1012608000
End fo day
1012694399
Start of hour
1012626000
End fo hour
1012629599
Start of min
1012626180
End fo min
1012626239