Unix timestamp

1816218000

Thu 22 Jul 2027 01:00:00 AM UTC

Coordinated Universal Time

Thu Jul 22 01:00:00 2027 UTC

In your local timezone

2027-07-22T01:00:00+00:00

ISO 8601

Thu, 22 Jul 2027 01:00:00 +0000

RFC 2822

2461609

Julian Date

17 Tammuz 5787

Hebrew Date

083

Swatch Internet Time

202

Day of the year

July

Month

31

Days in month

29

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1816218000

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

1816218000 is representing the 202 day of the year 2027 in the Gregorian calendar, having 365 days. There are 163 days left of the year and this particular timestamp falls on a Thursday, July 22 of week 29 at 01:00 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon will be in its Waning Gibbous phase, about 249,927 miles (or 402,218 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 838, Battle of Anzen: The Byzantine emperor Theophilos suffers a heavy defeat by the Abbasids. And later in 1099 First Crusade: Godfrey of Bouillon is elected the first Defender of the Holy Sepulchre of The Kingdom of Jerusalem. More recently, in 2019 Chandrayaan-2, the second lunar exploration mission developed by Indian Space Research Organisation after Chandrayaan-1 is launched from Satish Dhawan Space Centre in a GSLV Mark III M1. It consists of a lunar orbiter, and also included the Vikram lander, and the Pragyan lunar rover.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 698 when Wu Chengsi, nephew of Chinese sovereign Wu Zetian passed away and in 1258 when Meinhard I, Count of Gorizia-Tyrol (born in c. 1200) left us. And more recently, John Mayall, English singer-songwriter, guitarist, and producer (born in 1933) who died in in 2024.

July 22, or 1816218000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Joan of England, Queen of Scotland (died in 1238) who was born in 1210, and later in 1437 - John Scrope, 5th Baron Scrope of Bolton, English Baron (died in 1498). More recently, Prince Felix of Denmark who was born in 2002.

Conversion help

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

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

A few related timestamps to 1816218000 are:

Start of year
1798761600
End of Year
1830297599
Start of month
1814400000
End of month
1817078399
Start of day
1816214400
End fo day
1816300799
Start of hour
1816218000
End fo hour
1816221599
Start of min
1816218000
End fo min
1816218059