Unix timestamp

1437872402

Sun 26 Jul 2015 01:00:02 AM UTC

Coordinated Universal Time

Sun Jul 26 01:00:02 2015 UTC

In your local timezone

2015-07-26T01:00:02+00:00

ISO 8601

Sun, 26 Jul 2015 01:00:02 +0000

RFC 2822

2457230

Julian Date

10 Av 5775

Hebrew Date

083

Swatch Internet Time

206

Day of the year

July

Month

31

Days in month

30

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1437872402

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

1437872402 is representing the 206 day of the year 2015 in the Gregorian calendar, having 365 days. There are 159 days left of the year and this particular timestamp falls on a Sunday, July 26 of week 30 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 245,306 miles (or 394,781 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 657, First Fitna: In the Battle of Siffin, troops led by Ali ibn Abu TAlib clash with those led by Muawiyah I. And later in 920 rout of an alliance of Christian troops from Navarre and Léon against the Muslims at the Battle of Valdejunquera. More recently, in 2024 olympic swimmer Ana Carolina Vieira has been kicked out of the 2024 Summer Olympics in Paris due to sneaking out of the Olympic Village.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 342 when Cheng of Jin, emperor of the Jin Dynasty (born 321) passed away and in 811 when Nikephoros I, Byzantine emperor left us. And more recently, Sinéad O'Connor, Irish singer and musician (born 1966) who died in in 2023.

July 26, or 1437872402, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Stanislaus of Szczepanów, Polish bishop and saint (died 1079) who was born in 1030, and later in 1400 - Isabel le Despenser, Countess of Worcester, English noble (died 1439). More recently, Chinami Yoshida, Japanese curler who was born in 1991.

Conversion help

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

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

A few related timestamps to 1437872402 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1435708800
End of month
1438387199
Start of day
1437868800
End fo day
1437955199
Start of hour
1437872400
End fo hour
1437875999
Start of min
1437872400
End fo min
1437872459