Unix timestamp

1416009658

Sat 15 Nov 2014 12:00:58 AM UTC

Coordinated Universal Time

Sat Nov 15 00:00:58 2014 UTC

In your local timezone

2014-11-15T00:00:58+00:00

ISO 8601

Sat, 15 Nov 2014 00:00:58 +0000

RFC 2822

2456977

Julian Date

22 Heshvan 5775

Hebrew Date

042

Swatch Internet Time

318

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

1416009658

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

1416009658 is representing the 318 day of the year 2014 in the Gregorian calendar, having 365 days. There are 47 days left of the year and this particular timestamp falls on a Saturday, November 15 of week 46 at 00:00 UTC in the monrning meaning that about 0% of the day has passed. At this specifc time, the moon was in its Third quarter phase, about 251,962 miles (or 405,494 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 1315, Growth of the Old Swiss Confederacy: The Schweizer Eidgenossenschaft ambushes the army of Leopold I in the Battle of Morgarten. And later in 1532 Spanish conquest of the Inca Empire: Commanded by Francisco Pizarro, Spanish Conquistadors under Hernando de Soto meet Incan Emperor Atahualpa for the first time outside Cajamarca, arranging for a meeting in the city plaza the following day. More recently, in 2022 the World population reached eight billion.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 165 BCE when Mattathias, Jewish resistance leader passed away and in 621 when Malo, Breton bishop and saint left us. And more recently, Yuriko, Princess Mikasa, Japanese princess (born in 1923) who died in in 2024.

November 15, or 1416009658, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Bʼutz Aj Sak Chiik, Mayan king (died in 501) who was born in 459, and later in 1316 - John I, king of France and Navarre (died in 1316). More recently, TyTy Washington Jr., American basketball player who was born in 2001.

Conversion help

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

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

A few related timestamps to 1416009658 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1414800000
End of month
1417391999
Start of day
1416009600
End fo day
1416095999
Start of hour
1416009600
End fo hour
1416013199
Start of min
1416009600
End fo min
1416009659