Unix timestamp

1540854001

Mon 29 Oct 2018 11:00:01 PM UTC

Coordinated Universal Time

Mon Oct 29 23:00:01 2018 UTC

In your local timezone

2018-10-29T23:00:01+00:00

ISO 8601

Mon, 29 Oct 2018 23:00:01 +0000

RFC 2822

2458422

Julian Date

20 Heshvan 5779

Hebrew Date

000

Swatch Internet Time

301

Day of the year

October

Month

31

Days in month

44

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1540854001

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

1540854001 is representing the 301 day of the year 2018 in the Gregorian calendar, having 365 days. There are 64 days left of the year and this particular timestamp falls on a Monday, October 29 of week 44 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 Waning Gibbous phase, about 226,915 miles (or 365,184 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 312, Constantine the Great enters Rome after his victory at the Battle of the Milvian Bridge, stages a grand adventus in the city, and is met with popular jubilation. Maxentius' body is fished out of the Tiber and beheaded. And later in 437 Valentinian III, Western Roman Emperor, marries Licinia Eudoxia, daughter of his cousin Theodosius II, Eastern Roman Emperor in Constantinople unifying the two branches of the House of Theodosius. More recently, in 2022 at least 100 people are killed and over 300 are injured by a double car bombing in Mogadishu, Somalia.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 1050 when Eadsige, archbishop of Canterbury passed away and in 1266 when Margaret of Austria, Queen of Bohemia (born in 1204) left us. And more recently, Teri Garr, American actress and comedian (born in 1944) who died in in 2024.

October 29, or 1540854001, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Alessandro Achillini, Italian physician and philosopher (died in 1512) who was born in 1463, and later in 1497 - Benedetto Accolti the Younger, Italian cardinal (died in 1549). More recently, Colin Miller, Canadian ice hockey player who was born in 1992.

Conversion help

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

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

A few related timestamps to 1540854001 are:

Start of year
1514764800
End of Year
1546300799
Start of month
1538352000
End of month
1541030399
Start of day
1540771200
End fo day
1540857599
Start of hour
1540854000
End fo hour
1540857599
Start of min
1540854000
End fo min
1540854059