Unix timestamp

1393286399

Mon 24 Feb 2014 11:59:59 PM UTC

Coordinated Universal Time

Mon Feb 24 23:59:59 2014 UTC

In your local timezone

2014-02-24T23:59:59+00:00

ISO 8601

Mon, 24 Feb 2014 23:59:59 +0000

RFC 2822

2456714

Julian Date

24 Adar I 5774

Hebrew Date

041

Swatch Internet Time

54

Day of the year

February

Month

28

Days in month

09

Week

Monday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1393286399

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

1393286399 is representing the 54 day of the year 2014 in the Gregorian calendar, having 365 days. There are 311 days left of the year and this particular timestamp falls on a Monday, February 24 of week 09 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 crescent phase, about 226,642 miles (or 364,745 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 484, king Huneric of the Vandals replaces Nicene bishops with Arian ones, and banishes some to Corsica. And later in 1303 the English are defeated at the Battle of Roslin, in the First War of Scottish Independence. More recently, in 2022 Russo-Ukrainian War: Days after recognising Donetsk and Luhansk as independent states, Russian president Vladimir Putin orders a full-scale invasion of Ukraine.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 616 when Æthelberht of Kent passed away and in 951 when Liu Yun, Chinese governor (Jiedushi) left us. And more recently, Roberta Flack, American singer and pianist (born 1937) who died in in 2025.

February 24, or 1393286399, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Emperor Toba of Japan (died 1156) who was born in 1103, and later in 1304 - Ibn Battuta, Moroccan explorer. More recently, Honey Osrin, British swimmer who was born in 2003.

Conversion help

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

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

A few related timestamps to 1393286399 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1391212800
End of month
1393631999
Start of day
1393200000
End fo day
1393286399
Start of hour
1393282800
End fo hour
1393286399
Start of min
1393286340
End fo min
1393286399