Unix timestamp

1372896000

Thu 04 Jul 2013 12:00:00 AM UTC

Coordinated Universal Time

Thu Jul 4 00:00:00 2013 UTC

In your local timezone

2013-07-04T00:00:00+00:00

ISO 8601

Thu, 04 Jul 2013 00:00:00 +0000

RFC 2822

2456478

Julian Date

26 Tammuz 5773

Hebrew Date

041

Swatch Internet Time

184

Day of the year

July

Month

31

Days in month

27

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1372896000

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

1372896000 is representing the 184 day of the year 2013 in the Gregorian calendar, having 365 days. There are 181 days left of the year and this particular timestamp falls on a Thursday, July 04 of week 27 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Waning crescent phase, about 249,094 miles (or 400,878 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 362 BC, battle of Mantinea: The Thebans, led by Epaminondas, defeated the Spartans. And later in 0362 BC battle of Mantinea: The Thebans, led by Epaminondas, defeated the Spartans. More recently, in 2024 the Labour Party, led by Keir Starmer, wins a landslide majority in the 2024 United Kingdom general election, ending 14 years of Conservative government.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 673 when Ecgberht, king of Kent passed away and in 907 when Dietmar I, archbishop of Salzburg left us. And more recently, Kazuki Takahashi, Japanese manga artist (born 1961) who died in in 2022.

July 4, or 1372896000, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Salonia Matidia, Roman daughter of Ulpia Marciana (died 119) who was born in 68, and later in 1095 - Usama ibn Munqidh, Muslim poet, author and faris (Knight) (died 1188). More recently, Benjamin Büchel, Liechtensteiner footballer who was born in 1989.

Conversion help

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

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

A few related timestamps to 1372896000 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1372636800
End of month
1375315199
Start of day
1372896000
End fo day
1372982399
Start of hour
1372896000
End fo hour
1372899599
Start of min
1372896000
End fo min
1372896059