Unix timestamp

1713308401

Tue 16 Apr 2024 11:00:01 PM UTC

Coordinated Universal Time

Tue Apr 16 23:00:01 2024 UTC

In your local timezone

2024-04-16T23:00:01+00:00

ISO 8601

Tue, 16 Apr 2024 23:00:01 +0000

RFC 2822

2460418

Julian Date

8 Nisan 5784

Hebrew Date

000

Swatch Internet Time

106

Day of the year

April

Month

30

Days in month

16

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1713308401

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

1713308401 is representing the 106 day of the year 2024 in the Gregorian calendar which was a leap year having 366 days. There are 260 days left of the year and this particular timestamp falls on a Tuesday, April 16 of week 16 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 First quarter phase, about 248,373 miles (or 399,718 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 73, Masada, a Jewish fortress, falls to the Romans after several months of siege, ending the First Jewish-Roman War. And later in 1346 Stefan DuĊĦan, "the Mighty", is crowned Emperor of the Serbs at Skopje, his empire occupying much of the Balkans. More recently, in 2016 ecuador's worst earthquake in nearly 40 years kills 676 and injures more than 230,000.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 69 when Otho, Roman emperor (born in AD 32) passed away and in 665 when Fructuosus of Braga, French archbishop and saint left us. And more recently, Nora Aunor, Filipino actress and recording artist (born in 1953) who died in in 2025.

April 16, or 1713308401, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Jungjong of Joseon (died in 1544) who was born in 1488, and later in 1495 - Petrus Apianus, German mathematician and astronomer (died in 1557). More recently, Mirai Nagasu, Japanese-American figure skater who was born in 1993.

Conversion help

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

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

A few related timestamps to 1713308401 are:

Start of year
1704067200
End of Year
1735689599
Start of month
1711929600
End of month
1714521599
Start of day
1713225600
End fo day
1713311999
Start of hour
1713308400
End fo hour
1713311999
Start of min
1713308400
End fo min
1713308459