Unix timestamp

1624492859

Thu 24 Jun 2021 12:00:59 AM UTC

Coordinated Universal Time

Thu Jun 24 00:00:59 2021 UTC

In your local timezone

2021-06-24T00:00:59+00:00

ISO 8601

Thu, 24 Jun 2021 00:00:59 +0000

RFC 2822

2459390

Julian Date

14 Tammuz 5781

Hebrew Date

042

Swatch Internet Time

174

Day of the year

June

Month

30

Days in month

25

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1624492859

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

1624492859 is representing the 174 day of the year 2021 in the Gregorian calendar, having 365 days. There are 191 days left of the year and this particular timestamp falls on a Thursday, June 24 of week 25 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 Full moon phase, about 226,818 miles (or 365,028 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 109, roman emperor Trajan inaugurates the Aqua Traiana, an aqueduct that channels water from Lake Bracciano, 40 kilometres (25 miles) northwest of Rome. And later in 217 BC the Romans, led by Gaius Flaminius, are ambushed and defeated by Hannibal at the Battle of Lake Trasimene. More recently, in 2023 the Wagner Group led by Yevgeny Prigozhin launches an insurrection against the Russian government.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 994 when Abu Isa al-Warraq, Arab scholar (born in 889) passed away and in 1046 when Jeongjong II, Korean ruler (born in 1018) left us. And more recently, Shifty Shellshock, American vocalist (born in 1974) who died in in 2024.

June 24, or 1624492859, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Count Floris IV of Holland (died in 1234) who was born in 1210, and later in 1244 - Henry I, Landgrave of Hesse (died in 1308). More recently, Darwin Núñez, Uruguayan footballer who was born in 1999.

Conversion help

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

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

A few related timestamps to 1624492859 are:

Start of year
1609459200
End of Year
1640995199
Start of month
1622505600
End of month
1625097599
Start of day
1624492800
End fo day
1624579199
Start of hour
1624492800
End fo hour
1624496399
Start of min
1624492800
End fo min
1624492859