Unix timestamp

1432346459

Sat 23 May 2015 02:00:59 AM UTC

Coordinated Universal Time

Sat May 23 02:00:59 2015 UTC

In your local timezone

2015-05-23T02:00:59+00:00

ISO 8601

Sat, 23 May 2015 02:00:59 +0000

RFC 2822

2457166

Julian Date

5 Sivan 5775

Hebrew Date

125

Swatch Internet Time

142

Day of the year

May

Month

31

Days in month

21

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1432346459

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

1432346459 is representing the 142 day of the year 2015 in the Gregorian calendar, having 365 days. There are 223 days left of the year and this particular timestamp falls on a Saturday, May 23 of week 21 at 02:00 UTC in the monrning meaning that about 8% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 247,241 miles (or 397,896 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1430, Joan of Arc is captured at the Siege of Compiègne by troops from the Burgundian faction. And later in 1533 the marriage of King Henry VIII to Catherine of Aragon is declared null and void. More recently, in 2022 Anthony Albanese of the Australian Labor Party is sworn in as the 31st Prime Minister of Australia after winning the 2022 Australian federal election, ending 9 years of conservative rule.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 0230 when Urban I, pope of the Catholic Church passed away and in 230 when Urban I, pope of the Catholic Church left us. And more recently, Morgan Spurlock, American filmmaker (born 1970) who died in in 2024.

May 23, or 1432346459, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Kʼinich Kan Bahlam II, Mayan king (died 702) who was born in 635, and later in 0635 - K'inich Kan Bahlam II, Mayan king (died in 702). More recently, Rayane Messi, French footballer who was born in 2007.

Conversion help

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

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

A few related timestamps to 1432346459 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1430438400
End of month
1433116799
Start of day
1432339200
End fo day
1432425599
Start of hour
1432346400
End fo hour
1432349999
Start of min
1432346400
End fo min
1432346459