Unix timestamp

1000065722

Sun 09 Sep 2001 08:02:02 PM UTC

Coordinated Universal Time

Sun Sep 9 20:02:02 2001 UTC

In your local timezone

2001-09-09T20:02:02+00:00

ISO 8601

Sun, 09 Sep 2001 20:02:02 +0000

RFC 2822

2452162

Julian Date

21 Elul 5761

Hebrew Date

876

Swatch Internet Time

251

Day of the year

September

Month

30

Days in month

36

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1000065722

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

1000065722 is representing the 251 day of the year 2001 in the Gregorian calendar, having 365 days. There are 114 days left of the year and this particular timestamp falls on a Sunday, September 09 of week 36 at 20:02 UTC in the afternoon meaning that about 83% of the day has passed. At this specifc time, the moon was in its Third quarter phase, about 237,330 miles (or 381,946 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 9, Arminius' alliance of six Germanic tribes ambushes and annihilates three Roman legions of Publius Quinctilius Varus in the Battle of the Teutoburg Forest. And later in 337 constantine II, Constantius II, and Constans succeed their father Constantine I as co-emperors. The Roman Empire is divided between the three Augusti. More recently, in 2016 the government of North Korea conducts its fifth and reportedly biggest nuclear test. World leaders condemn the act, with South Korea calling it "maniacal recklessness".

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 906 when Adalbert von Babenberg, Frankish nobleman passed away and in 1000 when Olaf I, king of Norway left us. And more recently, Mark Norell, American vertebrate paleontologist (born 1957). who died in in 2025.

September 9, or 1000065722, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Aurelian, Roman emperor (died 275) who was born in 214/15, and later in 384 - Honorius, Roman emperor (died 423). More recently, Damian McGinty, Northern Irish actor and singer who was born in 1992.

Conversion help

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

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

A few related timestamps to 1000065722 are:

Start of year
978307200
End of Year
1009843199
Start of month
999302400
End of month
1001894399
Start of day
999993600
End fo day
1000079999
Start of hour
1000065600
End fo hour
1000069199
Start of min
1000065720
End fo min
1000065779