Unix timestamp

1325894462

Sat 07 Jan 2012 12:01:02 AM UTC

Coordinated Universal Time

Sat Jan 7 00:01:02 2012 UTC

In your local timezone

2012-01-07T00:01:02+00:00

ISO 8601

Sat, 07 Jan 2012 00:01:02 +0000

RFC 2822

2455934

Julian Date

12 Tevet 5772

Hebrew Date

042

Swatch Internet Time

6

Day of the year

January

Month

31

Days in month

01

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1325894462

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

1325894462 is representing the 6 day of the year 2012 in the Gregorian calendar which was a leap year having 366 days. There are 360 days left of the year and this particular timestamp falls on a Saturday, January 07 of week 01 at 00:01 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Waxing gibbous phase, about 247,404 miles (or 398,158 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 49 BC, the Senate of Rome says that Caesar will be declared a public enemy unless he disbands his army, prompting the tribunes who support him to flee to where Caesar is waiting in Ravenna. And later in 1558 french troops, led by Francis, Duke of Guise, take Calais, the last continental possession of England. More recently, in 2023 the longest U.S. House of Representatives speaker election since the December 1859 - February 1860 U.S. speaker election concludes and Kevin McCarthy is elected 55th Speaker of the United States House of Representatives.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 312 when Lucian of Antioch, Christian martyr, saint, and theologian (born 240) passed away and in 838 when Babak Khorramdin, Iranian leader of the Khurramite uprising against the Abbasid Caliphate left us. And more recently, Peter Yarrow, American singer-songwriter, guitarist, and producer (born 1938) who died in in 2025.

January 7, or 1325894462, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Li Bian, emperor of Southern Tang (died 943) who was born in 889, and later in 1414 - Henry II, Count of Nassau-Siegen (died 1451). More recently, Ryan Dunn, American basketball player who was born in 2003.

Conversion help

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

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

A few related timestamps to 1325894462 are:

Start of year
1325376000
End of Year
1356998399
Start of month
1325376000
End of month
1328054399
Start of day
1325894400
End fo day
1325980799
Start of hour
1325894400
End fo hour
1325897999
Start of min
1325894460
End fo min
1325894519