Unix timestamp

1379462405

Wed 18 Sep 2013 12:00:05 AM UTC

Coordinated Universal Time

Wed Sep 18 00:00:05 2013 UTC

In your local timezone

2013-09-18T00:00:05+00:00

ISO 8601

Wed, 18 Sep 2013 00:00:05 +0000

RFC 2822

2456554

Julian Date

14 Tishri 5774

Hebrew Date

041

Swatch Internet Time

260

Day of the year

September

Month

30

Days in month

38

Week

Wednesday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1379462405

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

1379462405 is representing the 260 day of the year 2013 in the Gregorian calendar, having 365 days. There are 105 days left of the year and this particular timestamp falls on a Wednesday, September 18 of week 38 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Full moon phase, about 230,880 miles (or 371,566 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 0085, Domitian, who has been conducting a reign of terror for the past three years, is assassinated as a result of a plot by his wife Domitia and twe Praetorian prefects. And later in 0096 Nerva is proclaimed Roman emperor after Domitian is assassinated. More recently, in 2016 the 2016 Uri attack in Jammu and Kashmir, India by terrorist group Jaish-e-Mohammed results in the deaths of nineteen Indian Army soldiers and all four attackers.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 96 when Domitian, Roman emperor (born AD 51) passed away and in 411 when Constantine III, Roman usurper left us. And more recently, Salvatore Schillaci, Italian footballer (born 1964) who died in in 2024.

September 18, or 1379462405, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Trajan, Roman emperor (died 117) who was born in 53, and later in 524 - Kan Bahlam I, ruler of Palenque (died 583). More recently, Patrick Schwarzenegger, American-Austrian actor and model who was born in 1993.

Conversion help

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

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

A few related timestamps to 1379462405 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1377993600
End of month
1380585599
Start of day
1379462400
End fo day
1379548799
Start of hour
1379462400
End fo hour
1379465999
Start of min
1379462400
End fo min
1379462459