Unix timestamp

1418345941

Fri 12 Dec 2014 12:59:01 AM UTC

Coordinated Universal Time

Fri Dec 12 00:59:01 2014 UTC

In your local timezone

2014-12-12T00:59:01+00:00

ISO 8601

Fri, 12 Dec 2014 00:59:01 +0000

RFC 2822

2457004

Julian Date

20 Kislev 5775

Hebrew Date

082

Swatch Internet Time

345

Day of the year

December

Month

31

Days in month

50

Week

Friday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1418345941

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

1418345941 is representing the 345 day of the year 2014 in the Gregorian calendar, having 365 days. There are 20 days left of the year and this particular timestamp falls on a Friday, December 12 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 Waning Gibbous phase, about 251,794 miles (or 405,223 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 627, battle of Nineveh: A Byzantine army under Emperor Heraclius defeats Emperor Khosrau II's Persian forces, commanded by General Rhahzadh. And later in 1388 Maria of Enghien sells the lordship of Argos and Nauplia to the Republic of Venice. More recently, in 2000 the United States Supreme Court releases its decision in Bush v. Gore.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 884 when King Carloman II of the Franks (born c.866; Hunting accident) passed away and in 1296 when Isabella of Mar, first wife of Robert Bruce VII (born in 1277) left us. And more recently, Maʻafu Tukuiʻaulahi, Tongan politician and military officer, Deputy Prime Minister (born in 1955) who died in in 2021.

December 12, or 1418345941, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Álvaro de Bazán, 1st Marquis of Santa Cruz, Spanish admiral (died in 1588) who was born in 1526, and later in 1685 - Lodovico Giustini, Italian pianist and composer (died in 1743). More recently, Joseph Leilua, Australian-Samoan rugby league player who was born in 1991.

Conversion help

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

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

A few related timestamps to 1418345941 are:

Start of year
1388534400
End of Year
1420070399
Start of month
1417392000
End of month
1420070399
Start of day
1418342400
End fo day
1418428799
Start of hour
1418342400
End fo hour
1418345999
Start of min
1418345940
End fo min
1418345999