Unix timestamp

942102000

Mon 08 Nov 1999 11:00:00 PM UTC

Coordinated Universal Time

Mon Nov 8 23:00:00 1999 UTC

In your local timezone

1999-11-08T23:00:00+00:00

ISO 8601

Mon, 08 Nov 1999 23:00:00 +0000

RFC 2822

2451492

Julian Date

29 Heshvan 5760

Hebrew Date

000

Swatch Internet Time

311

Day of the year

November

Month

30

Days in month

45

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

942102000

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

942102000 is representing the 311 day of the year 1999 in the Gregorian calendar, having 365 days. There are 54 days left of the year and this particular timestamp falls on a Monday, November 08 of week 45 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 New moon phase, about 250,884 miles (or 403,759 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 960, Battle of Andrassos: Byzantines under Leo Phokas the Younger score a crushing victory over the Hamdanid Emir of Aleppo, Sayf al-Dawla. And later in 1278 Trần Thánh Tông, the second emperor of the Trần dynasty, decides to pass the throne to his crown prince Trần Khâm and take up the post of Retired Emperor. More recently, in 1889 Montana is admitted as the 41st U.S. state.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 397 when Martin of Tours, Frankish bishop and saint passed away and in 618 when Adeodatus I, pope of the Catholic Church left us. And more recently, Trevor Sorbie, Scottish hairdresser (born in 1949) who died in in 2024.

November 8, or 942102000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Nerva, Roman emperor (died in 98) who was born in 30, and later in 1407 - Alain de Coëtivy, French cardinal (died in 1474). More recently, Hardi Volmer, Estonian singer and director who was born in 1957.

Conversion help

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

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

A few related timestamps to 942102000 are:

Start of year
915148800
End of Year
946684799
Start of month
941414400
End of month
944006399
Start of day
942019200
End fo day
942105599
Start of hour
942102000
End fo hour
942105599
Start of min
942102000
End fo min
942102059