Unix timestamp

1375142400

Tue 30 Jul 2013 12:00:00 AM UTC

Coordinated Universal Time

Tue Jul 30 00:00:00 2013 UTC

In your local timezone

2013-07-30T00:00:00+00:00

ISO 8601

Tue, 30 Jul 2013 00:00:00 +0000

RFC 2822

2456504

Julian Date

23 Av 5773

Hebrew Date

041

Swatch Internet Time

210

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

1375142400

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

1375142400 is representing the 210 day of the year 2013 in the Gregorian calendar, having 365 days. There are 155 days left of the year and this particular timestamp falls on a Tuesday, July 30 of week 31 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 Third quarter phase, about 245,780 miles (or 395,545 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 762, Baghdad is founded. And later in 1419 First Defenestration of Prague: A crowd of radical Hussites kill seven members of the Prague city council. More recently, in 1978 the 730: Okinawa Prefecture changes its traffic on the right-hand side of the road to the left-hand side.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 578 when Jacob Baradaeus, Greek bishop passed away and in 579 when Pope Benedict I left us. And more recently, Onyeka Onwenu, Nigerian singer, actress and politician (born 1952) who died in in 2024.

July 30, or 1375142400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Hongzhi, emperor of the Ming dynasty (died 1505) who was born in 1470, and later in 1511 - Giorgio Vasari, Italian painter, historian, and architect (died 1574). More recently, Joey King, American actress who was born in 1999.

Conversion help

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

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

A few related timestamps to 1375142400 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1372636800
End of month
1375315199
Start of day
1375142400
End fo day
1375228799
Start of hour
1375142400
End fo hour
1375145999
Start of min
1375142400
End fo min
1375142459