Unix timestamp

1424991659

Thu 26 Feb 2015 11:00:59 PM UTC

Coordinated Universal Time

Thu Feb 26 23:00:59 2015 UTC

In your local timezone

2015-02-26T23:00:59+00:00

ISO 8601

Thu, 26 Feb 2015 23:00:59 +0000

RFC 2822

2457081

Julian Date

7 Adar 5775

Hebrew Date

000

Swatch Internet Time

56

Day of the year

February

Month

28

Days in month

09

Week

Thursday

Day of the week

Time Converter


Convert a unix timestamp
Convert a date

1424991659

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

1424991659 is representing the 56 day of the year 2015 in the Gregorian calendar, having 365 days. There are 309 days left of the year and this particular timestamp falls on a Thursday, February 26 of week 09 at 23:00 UTC in the afternoon meaning that about 96% of the day has passed. At this specifc time, the moon was in its First quarter phase, about 241,055 miles (or 387,941 km) from Earth.

On this day, many notable and historically important events have taken place. But to only mention a few, in year 320, Chandragupta I is officially crowned as the first Gupta Emperor. And later in 364 Valentinian I is proclaimed Roman Emperor. More recently, in 2021 a total of 279 female students aged between 10 and 17 are kidnapped by bandits in the Zamfara kidnapping in Zamfara State, Nigeria.

We've also, tragically, seen a few famous deaths throughout history on this day. One notable mention is in 420 when Porphyry of Gaza, Greek bishop and saint (born 347) passed away and in 943 when Muirchertach mac Néill, King of Ailech (Ireland) left us. And more recently, Michelle Trachtenberg, American actress (born 1985) who died in in 2025.

February 26, or 1424991659, is also a day that we should celebrate. This date marks the birth of many influential people throughout history, including Wenceslaus IV of Bohemia (died 1419) who was born in 1361, and later in 1416 - Christopher of Bavaria (died 1448). More recently, Jamal Musiala, German footballer who was born in 2003.

Conversion help

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

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

A few related timestamps to 1424991659 are:

Start of year
1420070400
End of Year
1451606399
Start of month
1422748800
End of month
1425167999
Start of day
1424908800
End fo day
1424995199
Start of hour
1424991600
End fo hour
1424995199
Start of min
1424991600
End fo min
1424991659