Unix timestamp

1375747199

Mon 05 Aug 2013 11:59:59 PM UTC

Coordinated Universal Time

Mon Aug 5 23:59:59 2013 UTC

In your local timezone

2013-08-05T23:59:59+00:00

ISO 8601

Mon, 05 Aug 2013 23:59:59 +0000

RFC 2822

2456511

Julian Date

29 Av 5773

Hebrew Date

041

Swatch Internet Time

216

Day of the year

August

Month

31

Days in month

32

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1375747199

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

1375747199 is representing the 216 day of the year 2013 in the Gregorian calendar, having 365 days. There are 149 days left of the year and this particular timestamp falls on a Monday, August 05 of week 32 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 New moon phase, about 250,361 miles (or 402,917 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 25, guangwu claims the throne as Emperor of China, restoring the Han dynasty after the collapse of the short-lived Xin dynasty. And later in 70 fires resulting from the destruction of the Second Temple in Jerusalem are extinguished. More recently, in 2024 following the non-cooperation movement against the government of Bangladesh, Bangladeshi Prime Minister Sheikh Hasina resigns and flees the country, ending her rule of 15 consecutive years and a total of almost two decades.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 553 when Xiao Ji, prince of the Liang dynasty (born 508) passed away and in 642 when Oswald, king of Northumbria left us. And more recently, Dillon Quirke, Irish hurler (born 1998) who died in in 2022.

August 5, or 1375747199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Tullia, Roman daughter of Cicero (died 45 BC) who was born in 79 BC, and later in 1262 - Ladislaus IV of Hungary (died 1290). More recently, Gavi, Spanish footballer who was born in 2004.

Conversion help

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

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

A few related timestamps to 1375747199 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1375315200
End of month
1377993599
Start of day
1375660800
End fo day
1375747199
Start of hour
1375743600
End fo hour
1375747199
Start of min
1375747140
End fo min
1375747199