Unix timestamp

1449709199

Thu 10 Dec 2015 12:59:59 AM UTC

Coordinated Universal Time

Thu Dec 10 00:59:59 2015 UTC

In your local timezone

2015-12-10T00:59:59+00:00

ISO 8601

Thu, 10 Dec 2015 00:59:59 +0000

RFC 2822

2457367

Julian Date

28 Kislev 5776

Hebrew Date

083

Swatch Internet Time

343

Day of the year

December

Month

31

Days in month

50

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1449709199

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

1449709199 is representing the 343 day of the year 2015 in the Gregorian calendar, having 365 days. There are 22 days left of the year and this particular timestamp falls on a Thursday, December 10 of week 50 at 00:59 UTC in the monrning meaning that about 4% of the day has passed. At this specifc time, the moon was in its New moon phase, about 246,905 miles (or 397,354 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1317, the "Nyköping Banquet": King Birger of Sweden treacherously seizes his two brothers Valdemar, Duke of Finland and Eric, Duke of Södermanland, who were subsequently starved to death in the dungeon of Nyköping Castle. And later in 1520 Martin Luther burns his copy of the Papal bull Exsurge Domine outside Wittenberg's Elster Gate. More recently, in 2016 two explosions outside a football stadium in Istanbul, Turkey, kill 38 people and injure 166 others.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 925 when Sancho I, king of Pamplona passed away and in 949 when Herman I, Duke of Swabia left us. And more recently, Michael Nesmith, American musician (The Monkees), songwriter, actor, producer, and novelist (born in 1942) who died in in 2021.

December 10, or 1449709199, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Houzhu, emperor of the Chen dynasty (died in 604) who was born in 553, and later in 1376 - Edmund Mortimer, English nobleman and rebel (died in 1409). More recently, Viktoriia Savtsova, Ukrainian Paralympic swimmer who was born in 1997.

Conversion help

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

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

A few related timestamps to 1449709199 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1448928000
End of month
1451606399
Start of day
1449705600
End fo day
1449791999
Start of hour
1449705600
End fo hour
1449709199
Start of min
1449709140
End fo min
1449709199