Unix timestamp

1379980799

Mon 23 Sep 2013 11:59:59 PM UTC

Coordinated Universal Time

Mon Sep 23 23:59:59 2013 UTC

In your local timezone

2013-09-23T23:59:59+00:00

ISO 8601

Mon, 23 Sep 2013 23:59:59 +0000

RFC 2822

2456560

Julian Date

19 Tishri 5774

Hebrew Date

041

Swatch Internet Time

265

Day of the year

September

Month

30

Days in month

39

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1379980799

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

1379980799 is representing the 265 day of the year 2013 in the Gregorian calendar, having 365 days. There are 100 days left of the year and this particular timestamp falls on a Monday, September 23 of week 39 at 23:59 UTC in the afternoon meaning that about 100% of the day has passed. At this specifc time, the moon was in its Waning Gibbous phase, about 247,607 miles (or 398,484 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 38, drusilla, Caligula's sister who died in June, with whom the emperor is said to have an incestuous relationship, is deified. And later in 1122 Pope Callixtus II and Holy Roman Emperor Henry V agree to the Concordat of Worms to put an end to the Investiture Controversy. More recently, in 2024 Israel launches airstrikes against Hezbollah targets in Lebanon, killing more than 490 people.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 788 when Ælfwald I, king of Northumbria passed away and in 965 when Al-Mutanabbi, Arab poet (born 915) left us. And more recently, Nino Vaccarella, Italian race car driver (born 1933) who died in in 2021.

September 23, or 1379980799, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Augustus, Roman emperor (died 14 AD) who was born in 63 BC, and later in 1158 - Geoffrey II, Duke of Brittany (died 1186). More recently, Napheesa Collier, American basketball player who was born in 1996.

Conversion help

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

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

A few related timestamps to 1379980799 are:

Start of year
1356998400
End of Year
1388534399
Start of month
1377993600
End of month
1380585599
Start of day
1379894400
End fo day
1379980799
Start of hour
1379977200
End fo hour
1379980799
Start of min
1379980740
End fo min
1379980799