Unix timestamp

528246059

Sat 27 Sep 1986 11:00:59 PM UTC

Coordinated Universal Time

Sat Sep 27 23:00:59 1986 UTC

In your local timezone

1986-09-27T23:00:59+00:00

ISO 8601

Sat, 27 Sep 1986 23:00:59 +0000

RFC 2822

2446702

Julian Date

23 Elul 5746

Hebrew Date

000

Swatch Internet Time

269

Day of the year

September

Month

30

Days in month

39

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

528246059

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

528246059 is representing the 269 day of the year 1986 in the Gregorian calendar, having 365 days. There are 96 days left of the year and this particular timestamp falls on a Saturday, September 27 of week 39 at 23:00 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its Third quarter phase, about 249,849 miles (or 402,093 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1066, William the Conqueror and his army set sail from the mouth of the Somme river, beginning the Norman conquest of England. And later in 1331 the Battle of Płowce is fought, between the Kingdom of Poland and the Teutonic Order. The Poles are defeated but their leaders escape capture. More recently, in 2020 Second Nagorno-Karabakh War: Azerbaijan launches an offensive against the self-proclaimed Republic of Artsakh in the Nagorno-Karabakh region, inhabited predominantly by Ethnic Armenians.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 765 when Pugu Huai'en, Chinese general during the Tang dynasty passed away and in 936 when Kyŏn Hwŏn, king of Later Baekje (born 867) left us. And more recently, Maggie Smith, English actress (born 1934) who died in in 2024.

September 27, or 528246059, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Ninmyō, Japanese emperor (died 850) who was born in 808, and later in 830 - Ermentrude of Orléans, Queen of the Franks (probable year; d. 869). More recently, Jenna Ortega, American actress who was born in 2002.

Conversion help

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

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

A few related timestamps to 528246059 are:

Start of year
504921600
End of Year
536457599
Start of month
525916800
End of month
528508799
Start of day
528163200
End fo day
528249599
Start of hour
528246000
End fo hour
528249599
Start of min
528246000
End fo min
528246059