Unix timestamp

918086458

Thu 04 Feb 1999 12:00:58 AM UTC

Coordinated Universal Time

Thu Feb 4 00:00:58 1999 UTC

In your local timezone

1999-02-04T00:00:58+00:00

ISO 8601

Thu, 04 Feb 1999 00:00:58 +0000

RFC 2822

2451214

Julian Date

18 Shevat 5759

Hebrew Date

042

Swatch Internet Time

34

Day of the year

February

Month

28

Days in month

05

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

918086458

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

918086458 is representing the 34 day of the year 1999 in the Gregorian calendar, having 365 days. There are 331 days left of the year and this particular timestamp falls on a Thursday, February 04 of week 05 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 246,451 miles (or 396,624 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 960, Zhao Kuangyin declares himself Emperor Taizu of Song, ending the Later Zhou and beginning the Song dynasty. And later in 1454 thirteen Years' War: The Secret Council of the Prussian Confederation sends a formal act of disobedience to the Grand Master of the Teutonic Knights, sparking the Thirteen Years' War. More recently, in 1999 unarmed West African immigrant Amadou Diallo is shot 41 times by four plainclothes New York City police officers on an unrelated stake-out, inflaming race relations in the city.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 211 when Septimius Severus, Roman emperor (born in 145) passed away and in 708 when Pope Sisinnius (born in 650) left us. And more recently, Aga Khan IV, 49th Imam of the Nizari Isma'ili community (born in 1936) who died in in 2025.

February 4, or 918086458, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Lodovico Lazzarelli, Italian poet (died in 1500) who was born in 1447, and later in 1495 - Jean Parisot de Valette, Grand Master of the Knights Hospitaller (died in 1568). More recently, Maximilian Wöber, Austrian footballer who was born in 1998.

Conversion help

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

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

A few related timestamps to 918086458 are:

Start of year
915148800
End of Year
946684799
Start of month
917827200
End of month
920246399
Start of day
918086400
End fo day
918172799
Start of hour
918086400
End fo hour
918089999
Start of min
918086400
End fo min
918086459