Unix timestamp

7531206

Sun 29 Mar 1970 04:00:06 AM UTC

Coordinated Universal Time

Sun Mar 29 04:00:06 1970 UTC

In your local timezone

1970-03-29T04:00:06+00:00

ISO 8601

Sun, 29 Mar 1970 04:00:06 +0000

RFC 2822

2440675

Julian Date

21 Adar II 5730

Hebrew Date

208

Swatch Internet Time

87

Day of the year

March

Month

31

Days in month

13

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

7531206

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

7531206 is representing the 87 day of the year 1970 in the Gregorian calendar, having 365 days. There are 278 days left of the year and this particular timestamp falls on a Sunday, March 29 of week 13 at 04:00 UTC in the monrning meaning that about 17% of the day has passed. At this specifc time, the moon was in its Third quarter phase, about 230,266 miles (or 370,577 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 845, Paris is sacked by Viking raiders, probably under Ragnar Lodbrok, who collects a huge ransom in exchange for leaving. And later in 1430 the Ottoman Empire under Murad II captures Thessalonica from the Republic of Venice. More recently, in 2010 two suicide bombers hit the Moscow Metro system at the peak of the morning rush hour, killing 40.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 57 when Emperor Guangwu of Han (born in 5 BC) passed away and in 87 BC when Emperor Wu of Han of China (born in 157 BC) left us. And more recently, Richard Chamberlain, American actor (born 1934) who died in in 2025.

March 29, or 7531206, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Sokkate, king of the Pagan dynasty of Burma (died in 1044) who was born in 1001, and later in 1187 - Arthur I, Duke of Brittany, grandson of King Henry II of England (died 1203). More recently, Thorgan Hazard, Belgian footballer who was born in 1993.

Conversion help

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

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

A few related timestamps to 7531206 are:

Start of year
0
End of Year
31535999
Start of month
5097600
End of month
7775999
Start of day
7516800
End fo day
7603199
Start of hour
7531200
End fo hour
7534799
Start of min
7531200
End fo min
7531259