Unix timestamp

982022400

Tue 13 Feb 2001 12:00:00 AM UTC

Coordinated Universal Time

Tue Feb 13 00:00:00 2001 UTC

In your local timezone

2001-02-13T00:00:00+00:00

ISO 8601

Tue, 13 Feb 2001 00:00:00 +0000

RFC 2822

2451954

Julian Date

20 Shevat 5761

Hebrew Date

041

Swatch Internet Time

43

Day of the year

February

Month

28

Days in month

07

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

982022400

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

982022400 is representing the 43 day of the year 2001 in the Gregorian calendar, having 365 days. There are 322 days left of the year and this particular timestamp falls on a Tuesday, February 13 of week 07 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 235,553 miles (or 379,087 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 962, emperor Otto I and Pope John XII co-sign the Diploma Ottonianum, recognizing John as ruler of Rome. And later in 1258 siege of Baghdad: Hulegu Khan, a prince of the Mongol Empire, orders his army to sack and plunder the city of Baghdad, which they had just captured. More recently, in 2011 for the first time in more than 100 years the Umatilla, an American Indian tribe, are able to hunt and harvest a Bison just outside Yellowstone National Park, restoring a centuries-old tradition guaranteed by a treaty signed in 1855.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 106 when Emperor He of Han (Han Hedi) of the Chinese Eastern Han dynasty (born in AD 79) passed away and in 721 when Chilperic II, Frankish king (born in 672) left us. And more recently, Jim Guy Tucker, American lawyer and politician, 43rd Governor of Arkansas (born in 1943) who died in in 2025.

February 13, or 982022400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Hartmann Schedel, German physician (died in 1514) who was born in 1440, and later in 1457 - Mary of Burgundy, Sovereign Duchess regnant of Burgundy, married to Maximilian I, Holy Roman Emperor (died in 1482). More recently, Kaapo Kakko, Finnish ice hockey player who was born in 2001.

Conversion help

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

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

A few related timestamps to 982022400 are:

Start of year
978307200
End of Year
1009843199
Start of month
980985600
End of month
983404799
Start of day
982022400
End fo day
982108799
Start of hour
982022400
End fo hour
982025999
Start of min
982022400
End fo min
982022459