Unix timestamp

1582498800

Sun 23 Feb 2020 11:00:00 PM UTC

Coordinated Universal Time

Sun Feb 23 23:00:00 2020 UTC

In your local timezone

2020-02-23T23:00:00+00:00

ISO 8601

Sun, 23 Feb 2020 23:00:00 +0000

RFC 2822

2458904

Julian Date

28 Shevat 5780

Hebrew Date

000

Swatch Internet Time

53

Day of the year

February

Month

29

Days in month

08

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1582498800

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

1582498800 is representing the 53 day of the year 2020 in the Gregorian calendar which was a leap year having 366 days. There are 313 days left of the year and this particular timestamp falls on a Sunday, February 23 of week 08 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 New moon phase, about 250,609 miles (or 403,317 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 303, Roman emperor Diocletian orders the destruction of the Christian church in Nicomedia, beginning eight years of Diocletianic Persecution. And later in 532 Byzantine emperor Justinian I lays the foundation stone of a new Orthodox Christian Basilica in Constantinople - the Hagia Sophia. More recently, in 2020 ahmaud Arbery, a 25-year-old African-American citizen, is shot and murdered by three white men after visiting a house under construction while jogging at a neighborhood in Satilla Shores near Brunswick in Glynn County, Georgia.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 715 when Al-Walid I, Umayyad caliph (born in 668) passed away and in 908 when Li Keyong, Shatuo military governor during the Tang dynasty in China (born in 856) left us. And more recently, Al Trautwig, American sports commentator (born in 1956) who died in in 2025.

February 23, or 1582498800, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Al-Zafir, Fatimid caliph (died in 1154) who was born in 1133, and later in 1417 - Louis IX, Duke of Bavaria (died in 1479). More recently, Emilia Jones, English actress who was born in 2002.

Conversion help

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

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

A few related timestamps to 1582498800 are:

Start of year
1577836800
End of Year
1609459199
Start of month
1580515200
End of month
1583020799
Start of day
1582416000
End fo day
1582502399
Start of hour
1582498800
End fo hour
1582502399
Start of min
1582498800
End fo min
1582498859