Unix timestamp

1595898000

Tue 28 Jul 2020 01:00:00 AM UTC

Coordinated Universal Time

Tue Jul 28 01:00:00 2020 UTC

In your local timezone

2020-07-28T01:00:00+00:00

ISO 8601

Tue, 28 Jul 2020 01:00:00 +0000

RFC 2822

2459059

Julian Date

7 Av 5780

Hebrew Date

083

Swatch Internet Time

209

Day of the year

July

Month

31

Days in month

31

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1595898000

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

1595898000 is representing the 209 day of the year 2020 in the Gregorian calendar which was a leap year having 366 days. There are 157 days left of the year and this particular timestamp falls on a Tuesday, July 28 of week 31 at 01:00 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 226,594 miles (or 364,669 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1364, troops of the Republic of Pisa and the Republic of Florence clash in the Battle of Cascina. And later in 1402 ottoman-Timurid Wars: Battle of Ankara: Timur, ruler of Timurid Empire, defeats forces of the Ottoman Empire sultan Bayezid I. More recently, in 2017 Nawaz Sharif was disqualified from office for life by Supreme Court of Pakistan after finding him guilty of corruption charges.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 450 when Theodosius II, Roman emperor (born 401) passed away and in 631 when Athanasius I Gammolo, Syriac Orthodox Patriarch of Antioch. left us. And more recently, Laura Dahlmeier, German biathlete, Olympic champion (born 1993) who died in in 2025.

July 28, or 1595898000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Margaret of Durazzo, Queen of Naples and Hungary (died 1412) who was born in 1347, and later in 1516 - William, Duke of Jülich-Cleves-Berg, German nobleman (died 1592). More recently, Hyojung, South Korean singer who was born in 1994.

Conversion help

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

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

A few related timestamps to 1595898000 are:

Start of year
1577836800
End of Year
1609459199
Start of month
1593561600
End of month
1596239999
Start of day
1595894400
End fo day
1595980799
Start of hour
1595898000
End fo hour
1595901599
Start of min
1595898000
End fo min
1595898059