Unix timestamp

1511049599

Sat 18 Nov 2017 11:59:59 PM UTC

Coordinated Universal Time

Sat Nov 18 23:59:59 2017 UTC

In your local timezone

2017-11-18T23:59:59+00:00

ISO 8601

Sat, 18 Nov 2017 23:59:59 +0000

RFC 2822

2458077

Julian Date

29 Heshvan 5778

Hebrew Date

041

Swatch Internet Time

321

Day of the year

November

Month

30

Days in month

46

Week

Saturday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1511049599

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

1511049599 is representing the 321 day of the year 2017 in the Gregorian calendar, having 365 days. There are 44 days left of the year and this particular timestamp falls on a Saturday, November 18 of week 46 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 New moon phase, about 250,250 miles (or 402,738 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 326, the Old St. Peter's Basilica is consecrated by Pope Sylvester I. And later in 401 the Visigoths, led by king Alaric I, cross the Alps and invade northern Italy. More recently, in 1993 in South Africa, 21 political parties approve a new constitution, expanding voting rights and ending white minority rule.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 942 when Odo of Cluny, Frankish abbot and saint (born in c. 878) passed away and in 953 when Liutgard of Saxony, duchess of Lorraine (born in 931) left us. And more recently, Tabassum, Indian actress and talk show host (born in 1944) who died in in 2022.

November 18, or 1511049599, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Itzam K'an Ahk II, Mayan ruler (died in 757) who was born in 701, and later in 709 - Emperor Kōnin of Japan (died in 782). More recently, Robert Sánchez, Spanish footballer who was born in 1997.

Conversion help

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

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

A few related timestamps to 1511049599 are:

Start of year
1483228800
End of Year
1514764799
Start of month
1509494400
End of month
1512086399
Start of day
1510963200
End fo day
1511049599
Start of hour
1511046000
End fo hour
1511049599
Start of min
1511049540
End fo min
1511049599