Unix timestamp

1712098800

Tue 02 Apr 2024 11:00:00 PM UTC

Coordinated Universal Time

Tue Apr 2 23:00:00 2024 UTC

In your local timezone

2024-04-02T23:00:00+00:00

ISO 8601

Tue, 02 Apr 2024 23:00:00 +0000

RFC 2822

2460404

Julian Date

23 Adar II 5784

Hebrew Date

000

Swatch Internet Time

92

Day of the year

April

Month

30

Days in month

14

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1712098800

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

1712098800 is representing the 92 day of the year 2024 in the Gregorian calendar which was a leap year having 366 days. There are 274 days left of the year and this particular timestamp falls on a Tuesday, April 02 of week 14 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 Third quarter phase, about 231,055 miles (or 371,847 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1513, having spotted land on March 27, Spanish explorer Juan Ponce de León comes ashore on what is now the U.S. state of Florida, landing somewhere between the modern city of St. Augustine and the mouth of the St. Johns River. And later in 1800 Ludwig van Beethoven leads the premiere of his First Symphony in Vienna. More recently, in 2020 COVID-19 pandemic: The total number of confirmed cases reach one million.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 670 when Hasan ibn Ali the second Shia Imam (born in 624) passed away and in 870 when Æbbe the Younger, Frankish abbess left us. And more recently, Khamtai Siphandone, Laotian politician, 4th President of Laos (born in 1924) who died in in 2025.

April 2, or 1712098800, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Xian of Han, Chinese emperor (died in 234) who was born in 181, and later in 747 - Charlemagne, Frankish king (died in 814). More recently, Rodrigo Riquelme, Spanish footballer who was born in 2000.

Conversion help

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

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

A few related timestamps to 1712098800 are:

Start of year
1704067200
End of Year
1735689599
Start of month
1711929600
End of month
1714521599
Start of day
1712016000
End fo day
1712102399
Start of hour
1712098800
End fo hour
1712102399
Start of min
1712098800
End fo min
1712098859