Unix timestamp

1714089661

Fri 26 Apr 2024 12:01:01 AM UTC

Coordinated Universal Time

Fri Apr 26 00:01:01 2024 UTC

In your local timezone

2024-04-26T00:01:01+00:00

ISO 8601

Fri, 26 Apr 2024 00:01:01 +0000

RFC 2822

2460427

Julian Date

18 Nisan 5784

Hebrew Date

042

Swatch Internet Time

116

Day of the year

April

Month

30

Days in month

17

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1714089661

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

1714089661 is representing the 116 day of the year 2024 in the Gregorian calendar which was a leap year having 366 days. There are 250 days left of the year and this particular timestamp falls on a Friday, April 26 of week 17 at 00:01 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 243,672 miles (or 392,152 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1336, francesco Petrarca (Petrarch) ascends Mont Ventoux. And later in 1348 czech king Karel IV founds the Charles University in Prague, which was later named after him and was the first university in Central Europe. More recently, in 2019 Marvel Studios' blockbuster film, Avengers: Endgame, is released, becoming the Highest-grossing film of all time, surpassing the previous box office record of Avatar.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 499 when Emperor Xiaowen of Northern Wei (born in 467) passed away and in 645 when Richarius, Frankish monk and saint (born in 560) left us. And more recently, Tangaraju Suppiah, Singaporean drug trafficker (born in 1977) who died in in 2023.

April 26, or 1714089661, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Marcus Aurelius, Roman emperor (died in 180) who was born in 121, and later in 764 - Al-Hadi, Abbasid caliph (died in 786). More recently, Thiago Almada, Argentine footballer who was born in 2001.

Conversion help

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

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

A few related timestamps to 1714089661 are:

Start of year
1704067200
End of Year
1735689599
Start of month
1711929600
End of month
1714521599
Start of day
1714089600
End fo day
1714175999
Start of hour
1714089600
End fo hour
1714093199
Start of min
1714089660
End fo min
1714089719