Unix timestamp

1437177536

Fri 17 Jul 2015 11:58:56 PM UTC

Coordinated Universal Time

Fri Jul 17 23:58:56 2015 UTC

In your local timezone

2015-07-17T23:58:56+00:00

ISO 8601

Fri, 17 Jul 2015 23:58:56 +0000

RFC 2822

2457222

Julian Date

1 Av 5775

Hebrew Date

040

Swatch Internet Time

197

Day of the year

July

Month

31

Days in month

29

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1437177536

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

1437177536 is representing the 197 day of the year 2015 in the Gregorian calendar, having 365 days. There are 168 days left of the year and this particular timestamp falls on a Friday, July 17 of week 29 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 New moon phase, about 248,830 miles (or 400,453 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 180, twelve inhabitants of Scillium (near Kasserine, modern-day Tunisia) in North Africa are executed for being Christians. This is the earliest record of Christianity in that part of the world. And later in 1048 damasus II is elected pope, and dies 23 days later. More recently, in 2018 Scott S. Sheppard announces that his team has discovered a dozen irregular Moons of Jupiter.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 521 when Magnus Felix Ennodius, Gallo-Roman bishop passed away and in 855 when Leo IV, pope of the Catholic Church (born 790) left us. And more recently, Pat Williams, American basketball player (born 1940) who died in in 2024.

July 17, or 1437177536, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Ismail I of Iran (died 1524) who was born in 1487, and later in 1499 - Maria Salviati, Italian noblewoman (died 1543). More recently, OG Anunoby, British basketball player who was born in 1997.

Conversion help

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

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

A few related timestamps to 1437177536 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1435708800
End of month
1438387199
Start of day
1437091200
End fo day
1437177599
Start of hour
1437174000
End fo hour
1437177599
Start of min
1437177480
End fo min
1437177539