Unix timestamp

1286668859

Sun 10 Oct 2010 12:00:59 AM UTC

Coordinated Universal Time

Sun Oct 10 00:00:59 2010 UTC

In your local timezone

2010-10-10T00:00:59+00:00

ISO 8601

Sun, 10 Oct 2010 00:00:59 +0000

RFC 2822

2455480

Julian Date

2 Heshvan 5771

Hebrew Date

042

Swatch Internet Time

282

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

1286668859

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

1286668859 is representing the 282 day of the year 2010 in the Gregorian calendar, having 365 days. There are 83 days left of the year and this particular timestamp falls on a Sunday, October 10 of week 40 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Waxing crescent phase, about 232,720 miles (or 374,526 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 1286668859, 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 1286668859 timestamp to serveral of the most popular programming lanugages below.

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

A few related timestamps to 1286668859 are:

Start of year
1262304000
End of Year
1293839999
Start of month
1285891200
End of month
1288569599
Start of day
1286668800
End fo day
1286755199
Start of hour
1286668800
End fo hour
1286672399
Start of min
1286668800
End fo min
1286668859