Unix timestamp

1432864799

Fri 29 May 2015 01:59:59 AM UTC

Coordinated Universal Time

Fri May 29 01:59:59 2015 UTC

In your local timezone

2015-05-29T01:59:59+00:00

ISO 8601

Fri, 29 May 2015 01:59:59 +0000

RFC 2822

2457172

Julian Date

11 Sivan 5775

Hebrew Date

124

Swatch Internet Time

148

Day of the year

May

Month

31

Days in month

22

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1432864799

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

1432864799 is representing the 148 day of the year 2015 in the Gregorian calendar, having 365 days. There are 217 days left of the year and this particular timestamp falls on a Friday, May 29 of week 22 at 01:59 UTC in the monrning meaning that about 8% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 250,704 miles (or 403,469 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 363, the Roman emperor Julian defeats the Sasanian army in the Battle of Ctesiphon, under the walls of the Sasanian capital, but is unable to take the city. And later in 1108 battle of Uclés: Almoravid troops under the command of Tamim ibn Yusuf defeat a Castile and León alliance under the command of Prince Sancho Alfónsez. More recently, in 1931 Michele Schirru, a citizen of the United States, is executed by a Royal Italian Army firing squad for intent to kill Benito Mussolini.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 931 when Jimeno Garcés of Pamplona passed away and in 1040 when Renauld I, Count of Nevers left us. And more recently, Bernie Kerik, American police officer, 40th Police Commissioner of New York City and interior minister of the Iraqi Coalition Provisional Authority (born 1955) who died in in 2025.

May 29, or 1432864799, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Charles, Prince of Viana (died 1461) who was born in 1421, and later in 1443 - Victor, Duke of Münsterberg, Reichsgraf, Duke of Münsterberg and Opava, Count of Glatz (died 1500). More recently, Paul Skenes, American baseball player who was born in 2002.

Conversion help

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

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

A few related timestamps to 1432864799 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1430438400
End of month
1433116799
Start of day
1432857600
End fo day
1432943999
Start of hour
1432861200
End fo hour
1432864799
Start of min
1432864740
End fo min
1432864799