Unix timestamp

1256684400

Tue 27 Oct 2009 11:00:00 PM UTC

Coordinated Universal Time

Tue Oct 27 23:00:00 2009 UTC

In your local timezone

2009-10-27T23:00:00+00:00

ISO 8601

Tue, 27 Oct 2009 23:00:00 +0000

RFC 2822

2455133

Julian Date

9 Heshvan 5770

Hebrew Date

000

Swatch Internet Time

299

Day of the year

October

Month

31

Days in month

44

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1256684400

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

1256684400 is representing the 299 day of the year 2009 in the Gregorian calendar, having 365 days. There are 66 days left of the year and this particular timestamp falls on a Tuesday, October 27 of week 44 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 First quarter phase, about 250,781 miles (or 403,593 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 312, Constantine the Great is said to have received his famous Vision of the Cross. And later in 1275 traditional founding of the city of Amsterdam. More recently, in 2017 Catalonia declares independence from Spain.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 939 when Æthelstan, English king passed away and in 1052 when Qirwash ibn al-Muqallad, Uqaylid emir left us. And more recently, Li Keqiang, premier of China (born in 1955) who died in in 2023.

October 27, or 1256684400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Ai of Tang, Chinese emperor (died in 908) who was born in 892, and later in 921 - Chai Rong, Chinese emperor (died in 959). More recently, Leon Draisaitl, German ice hockey player who was born in 1995.

Conversion help

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

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

A few related timestamps to 1256684400 are:

Start of year
1230768000
End of Year
1262303999
Start of month
1254355200
End of month
1257033599
Start of day
1256601600
End fo day
1256687999
Start of hour
1256684400
End fo hour
1256687999
Start of min
1256684400
End fo min
1256684459