Unix timestamp

1619139599

Fri 23 Apr 2021 12:59:59 AM UTC

Coordinated Universal Time

Fri Apr 23 00:59:59 2021 UTC

In your local timezone

2021-04-23T00:59:59+00:00

ISO 8601

Fri, 23 Apr 2021 00:59:59 +0000

RFC 2822

2459328

Julian Date

11 Iyyar 5781

Hebrew Date

083

Swatch Internet Time

112

Day of the year

April

Month

30

Days in month

16

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1619139599

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

1619139599 is representing the 112 day of the year 2021 in the Gregorian calendar, having 365 days. There are 253 days left of the year and this particular timestamp falls on a Friday, April 23 of week 16 at 00:59 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 234,414 miles (or 377,253 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 0215 BC, a temple is built on the Capitoline Hill dedicated to Venus Erycina to commemorate the Roman defeat at Lake Trasimene. And later in 215 BC a temple is built on the Capitoline Hill dedicated to Venus Erycina to commemorate the Roman defeat at Lake Trasimene. More recently, in 1945 world War II: Adolf Hitler's designated successor, Hermann Göring, sends him a telegram asking permission to take leadership of Nazi Germany. Martin Bormann and Joseph Goebbels advise Göring that the telegram is treasonous.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 303 when Saint George, Roman soldier and martyr passed away and in 711 when Childebert III, Frankish king (born in 670) left us. And more recently, Helen Vendler, American Literary Critic (born in 1933) who died in in 2024.

April 23, or 1619139599, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Malcolm IV of Scotland (died in 1165) who was born in 1141 (probable)[9], and later in 1141 (probable)[17] - Malcolm IV of Scotland (died in 1165). More recently, Prince Louis of Wales who was born in 2018.

Conversion help

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

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

A few related timestamps to 1619139599 are:

Start of year
1609459200
End of Year
1640995199
Start of month
1617235200
End of month
1619827199
Start of day
1619136000
End fo day
1619222399
Start of hour
1619136000
End fo hour
1619139599
Start of min
1619139540
End fo min
1619139599