Unix timestamp

999388799

Sat 01 Sep 2001 11:59:59 PM UTC

Coordinated Universal Time

Sat Sep 1 23:59:59 2001 UTC

In your local timezone

2001-09-01T23:59:59+00:00

ISO 8601

Sat, 01 Sep 2001 23:59:59 +0000

RFC 2822

2452155

Julian Date

13 Elul 5761

Hebrew Date

041

Swatch Internet Time

243

Day of the year

September

Month

30

Days in month

35

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

999388799

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

999388799 is representing the 243 day of the year 2001 in the Gregorian calendar, having 365 days. There are 122 days left of the year and this particular timestamp falls on a Saturday, September 01 of week 35 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Full moon phase, about 251,967 miles (or 405,502 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1173, the widow Stamira sacrifices herself in order to raise the siege of Ancona by the forces of Emperor Frederick Barbarossa. And later in 1355 king Tvrtko I of Bosnia writes In castro nostro Vizoka vocatum from the Old town of Visoki. More recently, in 1979 the American space probe Pioneer 11 becomes the first spacecraft to visit Saturn when it passes the planet at a distance of 21,000 kilometres (13,000 mi).

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 870 when Muhammad al-Bukhari, Persian scholar (born in 810) passed away and in 1081 when Bishop Eusebius of Angers left us. And more recently, Linda Deutsch, American journalist (born in 1943) who died in in 2024.

September 1, or 999388799, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Jing Zong, emperor of the Liao dynasty (died in 982) who was born in 948, and later in 1145 - Ibn Jubayr, Arab geographer and poet (died in 1217). More recently, Diane Parry, French tennis player who was born in 2002.

Conversion help

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

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

A few related timestamps to 999388799 are:

Start of year
978307200
End of Year
1009843199
Start of month
999302400
End of month
1001894399
Start of day
999302400
End fo day
999388799
Start of hour
999385200
End fo hour
999388799
Start of min
999388740
End fo min
999388799