Unix timestamp

1382486460

Wed 23 Oct 2013 12:01:00 AM UTC

Coordinated Universal Time

Wed Oct 23 00:01:00 2013 UTC

In your local timezone

2013-10-23T00:01:00+00:00

ISO 8601

Wed, 23 Oct 2013 00:01:00 +0000

RFC 2822

2456589

Julian Date

19 Heshvan 5774

Hebrew Date

042

Swatch Internet Time

295

Day of the year

October

Month

31

Days in month

43

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1382486460

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

1382486460 is representing the 295 day of the year 2013 in the Gregorian calendar, having 365 days. There are 70 days left of the year and this particular timestamp falls on a Wednesday, October 23 of week 43 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 Waning Gibbous phase, about 250,151 miles (or 402,580 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 425, Valentinian III is elevated as Roman emperor at the age of six. And later in 502 the Synodus Palmaris, called by Gothic king Theoderic, absolves Pope Symmachus of all charges, thus ending the schism of Antipope Laurentius. More recently, in 4004 BC James Ussher's purported creation date of the world according to the Bible.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 42 BC when Marcus Junius Brutus the Younger, Roman general and politician (born in 85 BC) passed away and in 877 when Ignatios of Constantinople, Byzantine patriarch (born in 797) left us. And more recently, Jack Jones, American singer and actor (born in 1938) who died in in 2024.

October 23, or 1382486460, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Wen Yanbo, Chinese grand chancellor (died in 1097) who was born in 1006, and later in 1255 - Ferdinand de la Cerda, Spanish noble (died in 1275). More recently, Ireland Baldwin, American model who was born in 1995.

Conversion help

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

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

A few related timestamps to 1382486460 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1380585600
End of month
1383263999
Start of day
1382486400
End fo day
1382572799
Start of hour
1382486400
End fo hour
1382489999
Start of min
1382486460
End fo min
1382486519