Unix timestamp

1399852799

Sun 11 May 2014 11:59:59 PM UTC

Coordinated Universal Time

Sun May 11 23:59:59 2014 UTC

In your local timezone

2014-05-11T23:59:59+00:00

ISO 8601

Sun, 11 May 2014 23:59:59 +0000

RFC 2822

2456790

Julian Date

11 Iyyar 5774

Hebrew Date

041

Swatch Internet Time

130

Day of the year

May

Month

31

Days in month

19

Week

Sunday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1399852799

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

1399852799 is representing the 130 day of the year 2014 in the Gregorian calendar, having 365 days. There are 235 days left of the year and this particular timestamp falls on a Sunday, May 11 of week 19 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 Waxing gibbous phase, about 242,974 miles (or 391,028 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 0330, Constantinople is consecrated. And later in 330 Constantine the Great dedicates the much-expanded and rebuilt city of Byzantium, changing its name to New Rome and declaring it the new capital of the Eastern Roman Empire. More recently, in 2022 palestinian-American journalist Shireen Abu Akleh is killed while covering a raid in Jenin. Israel eventually admitted and apologized for the murder, after initial denials.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 912 when Leo VI the Wise, Byzantine Emperor, the second ruler of the Macedonian dynasty (born in 866) passed away and in 1610 when Matteo Ricci, Italian priest and mathematician (born in 1552) left us. And more recently, Susan Backlinie, American actress and stuntwoman (born in 1946) who died in in 2024.

May 11, or 1399852799, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Niwa Nagashige, Japanese daimyō (died in 1637) who was born in 1571, and later in 1715 - Johann Gottfried Bernhard Bach, German organist (died in 1739). More recently, Yūki Tsunoda, Japanese racing driver who was born in 2000.

Conversion help

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

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

A few related timestamps to 1399852799 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1398902400
End of month
1401580799
Start of day
1399766400
End fo day
1399852799
Start of hour
1399849200
End fo hour
1399852799
Start of min
1399852740
End fo min
1399852799