Unix timestamp

1577059139

Sun 22 Dec 2019 11:58:59 PM UTC

Coordinated Universal Time

Sun Dec 22 23:58:59 2019 UTC

In your local timezone

2019-12-22T23:58:59+00:00

ISO 8601

Sun, 22 Dec 2019 23:58:59 +0000

RFC 2822

2458841

Julian Date

24 Kislev 5780

Hebrew Date

040

Swatch Internet Time

355

Day of the year

December

Month

31

Days in month

51

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1577059139

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

1577059139 is representing the 355 day of the year 2019 in the Gregorian calendar, having 365 days. There are 10 days left of the year and this particular timestamp falls on a Sunday, December 22 of week 51 at 23:58 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Waning crescent phase, about 230,811 miles (or 371,454 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 401, Pope Innocent I is elected, the only pope to succeed his father in the office. And later in 856 Damghan earthquake: An earthquake near the Persian city of Damghan kills an estimated 200,000 people, the sixth deadliest earthquake in recorded history. More recently, in 2008 an ash dike ruptured at a solid waste containment area in Roane County, Tennessee, releasing 4.2 million m3 (1.1 billion US gal) of Coal Fly ash Slurry.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 69 when Vitellius, Roman emperor (born in 15) passed away and in 731 when Yuan Qianyao, official of the Chinese Tang Dynasty left us. And more recently, Ram Dass, American spiritual teacher and author (born in 1931) who died in in 2019.

December 22, or 1577059139, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Diocletian, Roman emperor (died in 311) who was born in 244, and later in 948 - Gang Gam-chan, Korean official and general (died in 1031). More recently, Joshua Bassett, American actor and singer who was born in 2000.

Conversion help

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

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

A few related timestamps to 1577059139 are:

Start of year
1546300800
End of Year
1577836799
Start of month
1575158400
End of month
1577836799
Start of day
1576972800
End fo day
1577059199
Start of hour
1577055600
End fo hour
1577059199
Start of min
1577059080
End fo min
1577059139