Unix timestamp

971049537

Sun 08 Oct 2000 11:58:57 PM UTC

Coordinated Universal Time

Sun Oct 8 23:58:57 2000 UTC

In your local timezone

2000-10-08T23:58:57+00:00

ISO 8601

Sun, 08 Oct 2000 23:58:57 +0000

RFC 2822

2451827

Julian Date

9 Tishri 5761

Hebrew Date

040

Swatch Internet Time

281

Day of the year

October

Month

31

Days in month

40

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

971049537

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

971049537 is representing the 281 day of the year 2000 in the Gregorian calendar which was a leap year having 366 days. There are 85 days left of the year and this particular timestamp falls on a Sunday, October 08 of week 40 at 23:58 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 249,930 miles (or 402,223 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 314, constantine I defeats Roman Emperor Licinius, who loses his European territories. And later in 316 constantine I defeats Roman Emperor Licinius, who loses his European territories. More recently, in 2023 the 2023 Israel-Hamas war is declared following the Hamas attack the day prior

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 705 when Abd al-Malik ibn Marwan, Umayyad caliph (born 646) passed away and in 923 when Pilgrim I, archbishop of Salzburg left us. And more recently, Luis Tiant, Cuban baseball player (born 1940) who died in in 2024.

October 8, or 971049537, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Pyrrhus of Epirus (died 272 BC) who was born in 319 BC, and later in 1150 - Narapatisithu, king of Burma (died 1211). More recently, Ángela Aguilar, Mexican-American singer who was born in 2003.

Conversion help

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

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

A few related timestamps to 971049537 are:

Start of year
946684800
End of Year
978307199
Start of month
970358400
End of month
973036799
Start of day
970963200
End fo day
971049599
Start of hour
971046000
End fo hour
971049599
Start of min
971049480
End fo min
971049539