Unix timestamp

1348703999

Wed 26 Sep 2012 11:59:59 PM UTC

Coordinated Universal Time

Wed Sep 26 23:59:59 2012 UTC

In your local timezone

2012-09-26T23:59:59+00:00

ISO 8601

Wed, 26 Sep 2012 23:59:59 +0000

RFC 2822

2456198

Julian Date

10 Tishri 5773

Hebrew Date

041

Swatch Internet Time

269

Day of the year

September

Month

30

Days in month

39

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1348703999

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

1348703999 is representing the 269 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 97 days left of the year and this particular timestamp falls on a Wednesday, September 26 of week 39 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 gibbous phase, about 237,287 miles (or 381,876 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 46 BC, Julius Caesar dedicates a temple to Venus Genetrix, fulfilling a vow he made at the Battle of Pharsalus. And later in 715 ragenfrid defeats Theudoald at the Battle of Compiègne. More recently, in 2022 a mass shooting occurs at a school in Izhevsk, Udmurtia, Russia, resulting in the deaths of 18 people, including 11 children.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 800 when Berowulf, bishop of Würzburg passed away and in 862 when Musa ibn Musa al-Qasawi, Muslim military leader (born c. 790) left us. And more recently, John Ashton, American actor (born 1948) who died in in 2024.

September 26, or 1348703999, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Al-Mu'izz li-Din Allah, Arab caliph (died 975) who was born in 932, and later in 1329 - Anne of Bavaria, German queen consort (died 1353). More recently, Xinyu Wang, Chinese tennis player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1348703999 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1346457600
End of month
1349049599
Start of day
1348617600
End fo day
1348703999
Start of hour
1348700400
End fo hour
1348703999
Start of min
1348703940
End fo min
1348703999