Unix timestamp

1329267598

Wed 15 Feb 2012 12:59:58 AM UTC

Coordinated Universal Time

Wed Feb 15 00:59:58 2012 UTC

In your local timezone

2012-02-15T00:59:58+00:00

ISO 8601

Wed, 15 Feb 2012 00:59:58 +0000

RFC 2822

2455973

Julian Date

22 Shevat 5772

Hebrew Date

083

Swatch Internet Time

45

Day of the year

February

Month

29

Days in month

07

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1329267598

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

1329267598 is representing the 45 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 321 days left of the year and this particular timestamp falls on a Wednesday, February 15 of week 07 at 00:59 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its Third quarter phase, about 226,680 miles (or 364,807 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 438, roman emperor Theodosius II publishes the law codex Codex Theodosianus And later in 590 Khosrau II is crowned king of Persia. More recently, in 2021 sixty people drown and hundreds are missing after a boat sinks on the Congo River near the village of Longola Ekoti, Mai-Ndombe Province, Democratic Republic of the Congo.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 670 when Oswiu, king of Northumbria (born c. 612) passed away and in 706 when Tiberios III, Byzantine emperor left us. And more recently, Muhsin Hendricks, South African imam, Islamic scholar and LGBT activist (born 1967) who died in in 2025.

February 15, or 1329267598, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Ladislaus of Naples (died 1414) who was born in 1377, and later in 1458 - Ivan the Young, son of Ivan III of Russia (died 1490). More recently, Justin Reid, American football player who was born in 1997.

Conversion help

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

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

A few related timestamps to 1329267598 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1328054400
End of month
1330559999
Start of day
1329264000
End fo day
1329350399
Start of hour
1329264000
End fo hour
1329267599
Start of min
1329267540
End fo min
1329267599