Unix timestamp

813366001

Tue 10 Oct 1995 11:00:01 PM UTC

Coordinated Universal Time

Tue Oct 10 23:00:01 1995 UTC

In your local timezone

1995-10-10T23:00:01+00:00

ISO 8601

Tue, 10 Oct 1995 23:00:01 +0000

RFC 2822

2450002

Julian Date

16 Tishri 5756

Hebrew Date

000

Swatch Internet Time

282

Day of the year

October

Month

31

Days in month

41

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

813366001

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

813366001 is representing the 282 day of the year 1995 in the Gregorian calendar, having 365 days. There are 83 days left of the year and this particular timestamp falls on a Tuesday, October 10 of week 41 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 Waning Gibbous phase, about 247,372 miles (or 398,107 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 732, Charles Martel's forces defeat an Umayyad army near Tours, France. And later in 1471 Sten Sture the Elder, the Regent of Sweden, with the help of farmers and miners, repels an attack by King Christian I of Denmark. More recently, in 2018 the National Fire and Rescue Administration is founded, replacing the China Fire ServicesĀ [zh] and the People's Armed Police Forestry CorpsĀ [zh] as China's primary firefighting agency.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 19 when Germanicus, Roman general (born in 15 BC) passed away and in 644 when Paulinus of York, English bishop and missionary left us. And more recently, Ethel Kennedy, American philanthropist (born in 1928) who died in in 2024.

October 10, or 813366001, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Saga, emperor of Japan (died in 842) who was born in 786, and later in 867 - Li Siyuan, Chinese emperor (died in 933). More recently, Nate Yarnell, American Football Player who was born in 2002.

Conversion help

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

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

A few related timestamps to 813366001 are:

Start of year
788918400
End of Year
820454399
Start of month
812505600
End of month
815183999
Start of day
813283200
End fo day
813369599
Start of hour
813366000
End fo hour
813369599
Start of min
813366000
End fo min
813366059