Unix timestamp

1330466400

Tue 28 Feb 2012 10:00:00 PM UTC

Coordinated Universal Time

Tue Feb 28 22:00:00 2012 UTC

In your local timezone

2012-02-28T22:00:00+00:00

ISO 8601

Tue, 28 Feb 2012 22:00:00 +0000

RFC 2822

2455986

Julian Date

5 Adar 5772

Hebrew Date

958

Swatch Internet Time

58

Day of the year

February

Month

29

Days in month

09

Week

Tuesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1330466400

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

1330466400 is representing the 58 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 308 days left of the year and this particular timestamp falls on a Tuesday, February 28 of week 09 at 22:00 UTC in the afternoon meaning that about 92% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 251,214 miles (or 404,289 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 202 BC, liu Bang is enthroned as the Emperor of China, beginning four centuries of rule by the Han dynasty. And later in 870 the Fourth Council of Constantinople closes. More recently, in 2023 two trains collide south of the Vale of Tempe in Greece, leading to the deaths of at least 57 people and leaving 58 missing and 85 injured.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 628 when Khosrow II, Shah of Iran, Sasanian Empire (born c. 570) passed away and in 1621 when Cosimo II de' Medici, Grand Duke of Tuscany (born 1590) left us. And more recently, Joseph Wambaugh, American writer (born 1937) who died in in 2025.

February 28, or 1330466400, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Margaret of Scotland, Queen of Norway (died 1283) who was born in 1261, and later in 1518 - Francis III, Duke of Brittany, Duke of Brittany (died 1536). More recently, Josip Šutalo, Croatian footballer who was born in 2000.

Conversion help

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

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

A few related timestamps to 1330466400 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1328054400
End of month
1330559999
Start of day
1330387200
End fo day
1330473599
Start of hour
1330466400
End fo hour
1330469999
Start of min
1330466400
End fo min
1330466459