Unix timestamp

1342393200

Sun 15 Jul 2012 11:00:00 PM UTC

Coordinated Universal Time

Sun Jul 15 23:00:00 2012 UTC

In your local timezone

2012-07-15T23:00:00+00:00

ISO 8601

Sun, 15 Jul 2012 23:00:00 +0000

RFC 2822

2456125

Julian Date

25 Tammuz 5772

Hebrew Date

000

Swatch Internet Time

196

Day of the year

July

Month

31

Days in month

28

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1342393200

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

1342393200 is representing the 196 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 170 days left of the year and this particular timestamp falls on a Sunday, July 15 of week 28 at 23:00 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its Waning crescent phase, about 250,701 miles (or 403,465 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 70, First Jewish-Roman War: Titus and his armies breach the walls of Jerusalem. (17th of Tammuz in the Hebrew calendar). And later in 484 BC dedication of the Temple of Castor and Pollux in Ancient Rome More recently, in 2018 france win their second World Cup title, defeating Croatia 4-2.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 756 when Yang Guifei, consort of Xuan Zong (born 719) passed away and in 998 when Abū al-Wafā' Būzjānī, Persian mathematician and astronomer (born 940) left us. And more recently, Peter R. de Vries, Dutch investigative journalist and crime reporter (born 1956) who died in in 2021.

July 15, or 1342393200, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Ichijō, Japanese emperor (died 1011) who was born in 980, and later in 1273 - Ewostatewos, Ethiopian monk and saint (died 1352). More recently, JuJu Watkins, American basketball player who was born in 2005.

Conversion help

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

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

A few related timestamps to 1342393200 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1341100800
End of month
1343779199
Start of day
1342310400
End fo day
1342396799
Start of hour
1342393200
End fo hour
1342396799
Start of min
1342393200
End fo min
1342393259