Unix timestamp

1136073660

Sun 01 Jan 2006 12:01:00 AM UTC

Coordinated Universal Time

Sun Jan 1 00:01:00 2006 UTC

In your local timezone

2006-01-01T00:01:00+00:00

ISO 8601

Sun, 01 Jan 2006 00:01:00 +0000

RFC 2822

2453737

Julian Date

1 Tevet 5766

Hebrew Date

042

Swatch Internet Time

0

Day of the year

January

Month

31

Days in month

52

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1136073660

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

1136073660 is representing the 0 day of the year 2006 in the Gregorian calendar, having 365 days. There are 365 days left of the year and this particular timestamp falls on a Sunday, January 01 of week 52 at 00:01 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its New moon phase, about 227,923 miles (or 366,806 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 42 BC, the Roman Senate posthumously deifies Julius Caesar. And later in 45 BC the Julian calendar takes effect as the civil calendar of the Roman Republic, establishing January 1 as the new date of the new year. More recently, in 2011 Estonia officially adopts the Euro currency and becomes the 17th Eurozone country.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 138 when Lucius Aelius, adopted son and intended successor of Hadrian (born in 101) passed away and in 404 when Telemachus, Christian monk and martyr left us. And more recently, Wayne Osmond, American singer-songwriter and actor (born in 1951) who died in in 2025.

January 1, or 1136073660, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Ali al-Ridha, 8th Imam of Twelver Shia Islam (died in 818) who was born in 766, and later in 1431 - Pope Alexander VI (died in 1503). More recently, Lamine Camara, Senegalese footballer who was born in 2004.

Conversion help

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

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

A few related timestamps to 1136073660 are:

Start of year
1136073600
End of Year
1167609599
Start of month
1136073600
End of month
1138751999
Start of day
1136073600
End fo day
1136159999
Start of hour
1136073600
End fo hour
1136077199
Start of min
1136073660
End fo min
1136073719