Unix timestamp

1542585658

Mon 19 Nov 2018 12:00:58 AM UTC

Coordinated Universal Time

Mon Nov 19 00:00:58 2018 UTC

In your local timezone

2018-11-19T00:00:58+00:00

ISO 8601

Mon, 19 Nov 2018 00:00:58 +0000

RFC 2822

2458442

Julian Date

11 Kislev 5779

Hebrew Date

042

Swatch Internet Time

322

Day of the year

November

Month

30

Days in month

47

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1542585658

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

1542585658 is representing the 322 day of the year 2018 in the Gregorian calendar, having 365 days. There are 43 days left of the year and this particular timestamp falls on a Monday, November 19 of week 47 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 Waxing gibbous phase, about 246,214 miles (or 396,242 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 461, Libius Severus is declared emperor of the Western Roman Empire. The real power is in the hands of the magister militum Ricimer. And later in 636 the Rashidun Caliphate defeats the Sasanian Empire at the Battle of al-Qādisiyyah in Iraq. More recently, in 2002 the Greek Oil tanker Prestige splits in half and sinks off the coast of Galicia, releasing over 76,000 m3 (20 million US gal) of oil in the largest environmental disaster in Spanish and Portuguese history.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 496 when Pope Gelasius I passed away and in 498 when Pope Anastasius II left us. And more recently, Eddie Linden, Scottish poet and publisher (born in 1935) who died in in 2023.

November 19, or 1542585658, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Frederick I, Count Palatine of Simmern (died in 1480) who was born in 1417, and later in 1464 - Emperor Go-Kashiwabara of Japan (died in 1526). More recently, Kotonowaka Masahiro, Japanese sumo wrestler who was born in 1997.

Conversion help

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

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

A few related timestamps to 1542585658 are:

Start of year
1514764800
End of Year
1546300799
Start of month
1541030400
End of month
1543622399
Start of day
1542585600
End fo day
1542671999
Start of hour
1542585600
End fo hour
1542589199
Start of min
1542585600
End fo min
1542585659