Unix timestamp

1343001599

Sun 22 Jul 2012 11:59:59 PM UTC

Coordinated Universal Time

Sun Jul 22 23:59:59 2012 UTC

In your local timezone

2012-07-22T23:59:59+00:00

ISO 8601

Sun, 22 Jul 2012 23:59:59 +0000

RFC 2822

2456132

Julian Date

3 Av 5772

Hebrew Date

041

Swatch Internet Time

203

Day of the year

July

Month

31

Days in month

29

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1343001599

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

1343001599 is representing the 203 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 163 days left of the year and this particular timestamp falls on a Sunday, July 22 of week 29 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 233,235 miles (or 375,356 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 838, Battle of Anzen: The Byzantine emperor Theophilos suffers a heavy defeat by the Abbasids. And later in 1099 First Crusade: Godfrey of Bouillon is elected the first Defender of the Holy Sepulchre of The Kingdom of Jerusalem. More recently, in 2019 Chandrayaan-2, the second lunar exploration mission developed by Indian Space Research Organisation after Chandrayaan-1 is launched from Satish Dhawan Space Centre in a GSLV Mark III M1. It consists of a lunar orbiter, and also included the Vikram lander, and the Pragyan lunar rover.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 698 when Wu Chengsi, nephew of Chinese sovereign Wu Zetian passed away and in 1258 when Meinhard I, Count of Gorizia-Tyrol (born c. 1200) left us. And more recently, John Mayall, English singer-songwriter, guitarist, and producer (born 1933) who died in in 2024.

July 22, or 1343001599, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Joan of England, Queen of Scotland (died 1238) who was born in 1210, and later in 1437 - John Scrope, 5th Baron Scrope of Bolton, English Baron (died 1498). More recently, Prince Felix of Denmark who was born in 2002.

Conversion help

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

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

A few related timestamps to 1343001599 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1341100800
End of month
1343779199
Start of day
1342915200
End fo day
1343001599
Start of hour
1342998000
End fo hour
1343001599
Start of min
1343001540
End fo min
1343001599