Unix timestamp

1343779199

Tue 31 Jul 2012 11:59:59 PM UTC

Coordinated Universal Time

Tue Jul 31 23:59:59 2012 UTC

In your local timezone

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

ISO 8601

Tue, 31 Jul 2012 23:59:59 +0000

RFC 2822

2456141

Julian Date

12 Av 5772

Hebrew Date

041

Swatch Internet Time

212

Day of the year

July

Month

31

Days in month

31

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1343779199

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

1343779199 is representing the 212 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 154 days left of the year and this particular timestamp falls on a Tuesday, July 31 of week 31 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 Full moon phase, about 231,627 miles (or 372,767 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 30 BC, battle of Alexandria: Mark Antony achieves a minor victory over Octavian's forces, but most of his army subsequently deserts, leading to his suicide. And later in 781 the oldest recorded eruption of Mount Fuji (Traditional Japanese date: Sixth day of the seventh month of the first year of the Ten'o (天応) era). More recently, in 2008 East Coast Jets Flight 81 crashes near Owatonna Degner Regional Airport in Owatonna, Minnesota, killing all eight people on board.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 54 BC when Aurelia Cotta, Roman mother of Gaius Julius Caesar (born in 120 BC) passed away and in 450 when Peter Chrysologus, Italian bishop and saint (born in 380) left us. And more recently, Ismail Haniyeh, Palestinian politician, political leader of Hamas (born in 1962/1963) who died in in 2024.

July 31, or 1343779199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Nijō of Japan (died in 1165) who was born in 1143, and later in 1526 - Augustus, Elector of Saxony (died in 1586). More recently, Will Penisini, Australian-Tongan rugby league player who was born in 2002.

Conversion help

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

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

A few related timestamps to 1343779199 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1341100800
End of month
1343779199
Start of day
1343692800
End fo day
1343779199
Start of hour
1343775600
End fo hour
1343779199
Start of min
1343779140
End fo min
1343779199